Scheduled Request VS Pending Request

Hi,
How i can find scheduled requests,pending requests among all requests from fnd_concurrent_requests,Fnd_concurrent_programs tables. I am using status code and phase code.But both are coming as same for scheduled, pending requests.with those two fields i am not able to distinguish .
What actually my requirement is....
i will give a request id
suppose if that request is not scheduled and in the pending phase ...i want to delete that request from the table .
if that is scheduled and in the pending state... i dnt want to delete that
Please help me

How i can find scheduled requests,pending requests among all requests from fnd_concurrent_requests,Fnd_concurrent_programs tables. .Merge fnd_concurrent_requests
fnd_concurrent_programs_tl
and give proper phase dna status code as explained below.
Also you will find exact query, just google it.
I am using status code and phase code.But both are coming as same for scheduled, pending requests.with those two fields i am not able to distinguish.Use below query to distinguish them
select lookup_type,lookup_code,meaning
from fnd_lookups
where lookup_type in ('CP_STATUS_CODE','CP_PHASE_CODE')
To analyze a concurrent request:-
ANALYZEREQ.SQL - Detailed Analysis of One Concurrent Request (Release 11 and up)(Note 134035.1)
suppose if that request is not scheduled and in the pending phase ...i want to delete that request from the table .Schedules is 'status' whereas pending is 'Phase'. i think you mixing two things.
Thanks,
JD

Similar Messages

  • Need current date embedded in scheduled request parameter

    Hi Experts,
    Need current date embedded in scheduled request parameter
    I have a concurrent program
    This is scheduled to run every day.
    One of the requests has a parameter that I need to set with the current date (YYYYMMDD), I tried fnd_standard_date, date value sets in the parameter..
    I tried using a SQL Statement (select to_char(sysdate, 'YYYYMMDD') from dual), but it appears to only run this when the request if first submitted and not on subsequent resubmissions. So the date never changes.
    The box is checked to "Increment date parameters each run" but since this is a date value in a regular parameter, it is not getting incremented.
    Any ideas how I can get this value to change every day?
    Please help it's very urgent.
    With Regards,
    Kumar.

    Hi,
    Please see if the following documents help.
    Note: 861953.1 - Request Set Date Parameters Are Not Defaulted As Per Setup
    Note: 339849.1 - Unexpected Behavior Using Increment Date Parameter Each Run
    Regards,
    Hussein

  • Getting Rolling Date for a request in scheduled request set

    Hi All,
    I have a request set and autoinvoice runs as a part of this request set , autoinvoice has parameter default Date and when I schedule this request set , I have to fill this parameter (eg:07/07/2006) as this is mandatory parameter. However when I schedule this request set , I find that now reques set runs autoinvoice everyday with default date parameter having same value ie 07/07/2006 even though I have setup request set correctly ie I have supplied current date as default value for this parameter in request set.
    Can anybody tell me how do I get rolling date for a Autoinvoice request which fires as a part of scheduled request set running everyday.

    Hi Robert,
    This is an AOL problem. Please post your query in the AOL forum to get better replies.
    Regards,
    Swapna.

  • How to cancel Scheduled Request Set

    Hi,
    How should i cancel the Scheduled Request Set in Apps.
    Thanks

    Pl post details of OS, database and EBS versions. The steps are the same as canceling a regular request.
    http://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T202993.htm#I_viewrqst
    HTH
    Srini

  • Change Parameters on Scheduled request

    Hi,
    Is there a way, maybe profile setting, to go back into one of your scheduled reports from the concurrent manager and modify the parameters?
    Thanks,
    Ken

    Hi,
    Let me clarify a little bit.
    I have a concurrent request that runs for example every Sunday. Now this request is already scheduled and running fine. Now what I want to do is go back into the already scheduled request and change a value in one of the parameters.
    What happens now is I find my scheduled request click on the 'View Details' button and then click in the Parameters field. All the parameters are grayed out and I cannot change them.
    Hope this explanation helps a bit.

  • Cancal scheduled request

    Hi:
    I want to cancel a scheduled job so I can modify it setting. For example, 'gather stats'. How to modify or cancel it?
    Another thing. how to remove or cancel a scheduled job i did from System Application -> schedule request?
    Thank you very much for the help.

    Workflow log files can be found at $APPLCSF/$APPLLOG/FNDCPGSC*.txt -- Note: 265263.1 - How To Find The Workflow Java Mailer Log File And Enable Debug Logging
    You may also review these docs.
    Note: 1054215.1 - How to Check if the Workflow Mailer is Running
    Note: 415516.1 - How to Check Whether Notification Mailer is Working or Not
    Note: 831982.1 - 11i/R12 - A guide for troubleshoting Workflow Notification Emails - Inbound and Outbound
    Note: 1012344.7 - Notifications Not Being Sent In Workflow
    Note: 560472.1 - Workflow Mailers Not Sending Notifications
    Thanks,
    Hussein

  • Scheduling request set to run in conc manager

    Hi,
    I need to schedule a request set to run in conc manger once every three hours from Mon - Thurs from 4 am thro 6 p.m. I tried to pick schedule on specific days in the conc program submit form - it looks like it will run only once on specific days. I cannot pick periodic scheduling because it will fire on all days once every three hours. How can I do this? Should I need to create a seperate conc manager and create work shift for that manager. How I can make this request set to use that manager to run? Any help is appreciated. This is a high priority ticket to work on.
    Thanks
    Akil

    https://metalink.oracle.com/metalink/plsql/f?p=200:27:9953214638785884271::::p27_id,p27_show_header,p27_show_help:683925.993,1,1
    Thanks for your reply. I asked the DBA's to create a custom concurrent manager and workshift. I think that should work.
    Thanks
    Akil

  • Cancelling  scheduled request from database

    Hi experts
    I have around 200 similar request scheduled with diff parameters
    and i want to cancel it from database.If i go to application it will
    take long time and i want to cancel from database or update the concurrent tables
    instead of going to application and cancelling one by one.How can i acheive it
    rgds
    rajesh

    i use the following
    update fnd_concurrent_requests r
    set r.hold_flag='Y'
    where r.phase_code not in ('R','C')
    and r.concurrent_program_id not in
    (select p.concurrent_program_id
    from fnd_concurrent_programs p
    where concurrent_program_name in ('FNDCPPUR','RGOPTM','CMCTCM','FNDWFBG','FNDGSCST','FNDOAMCOL','FNDWFBES_CONTROL_QUEUE_CLEANUP'));
    try first the select stament and compare it to your runing requests
    fadi hasweh
    http://oracle-magic.blogspot.com/
    Oracle is not Magic, it just takes years of experience

  • Excess time taken to schedule requests to the report server

    I have a file which contains 10000 requests to be send to the report server. The total time taken by the report client to send the request to the report server is somewhere around 4 - 5 hours. Why does report client take so much time to schedule the request to the report server ????? How can i get around this problem, since the report execution doesn't start till the last request has been send since i am using schedule=<some_delay> and not schedule=NOW.

    I have a file which contains 10000 requests to be send to the report server. The total time taken by the report client to send the request to the report server is somewhere around 4 - 5 hours. Why does report client take so much time to schedule the request to the report server ????? How can i get around this problem, since the report execution doesn't start till the last request has been send since i am using schedule=<some_delay> and not schedule=NOW.

  • Discoverer Scheduled Workbooks in "Pending"

    Hi,
    After a database bounce, all our discoverer scheduled reports have stopped running. They are just in the status of "Pending" and do not get started at all.
    Any help is greatly appreciated.
    Thanks.

    Hi All,
    Well, we found our answers to this problem.
    When the database was bounced, the service ora_cjq was not started automatically due to some specific db reasons and hence the discoverer scheduled reports did not work.
    The ora_cjq is linked to the Discoverer Scheduling Manager and restarting the ora_cjq solved our issue.
    Thanks.

  • Scheduled concurrent requests/ request sets

    Can anyone please help me with a query for picking up list of scheduled concurrent programs and also list of scheduled request sets using backend database tables?
    Thanks,
    SK

    Thanks for your responses.
    The query is picking up the concurrent programs that are pending for normal execution. But my focus in on the below mentioned details:
    1) Concurrent programs that have been scheduled for future execution.
    2) Request Sets that have been scheduled for future execution
    It will be great if you provide me two different queries, one for concurrent programs and another for request sets
    Thanks,
    SK

  • Schedule concurrent request in oracle apps R12

    Hi
    OS : RHEL 5.5
    Database : 11.1.0.7
    Applications R12.1.3
    Need to schedule concurrent request to run every sunday exactly at 12 midnight, how to acheive this ..?
    On Specific Days at schedule requests allows to select every sunday but not time.
    Rgrds,

    955685 wrote:
    Hi
    OS : RHEL 5.5
    Database : 11.1.0.7
    Applications R12.1.3
    Need to schedule concurrent request to run every sunday exactly at 12 midnight, how to acheive this ..?
    On Specific Days at schedule requests allows to select every sunday but not time.
    Rgrds,You can select the time in the same window -- (Start At) field. For example, (Start At: 17-FEB-2013 00:00:00)
    Please also see (How to Schedule a Concurrent Request to Run Periodically Only on Certain Days and Only During Certain Hours of the Day [ID 251639.1]).
    Thanks,
    Hussein

  • Request set not getting picked up by concurrent manager.

    Hi All
    We have an issue today where the daily scheduled request set did not run and status for which remained at "Pending Scheduled". Concurrent Manager did not pick up this and status remained:
    This request is waiting to be processed by the Conflict Resolution Manager.
    This request cannot yet begin execution because other requests may conflict with it. The Conflict Resolution Manager will determine when this request may begin execution.
    User <user_ name> submitted this request on 06-MAR-2011 23:17:33.
    No action required. This is a normal condition.
    This request may have to wait on one or more of the following requests to complete before it can begin execution:
    I checked all the 'incompatibilities" of the programs for request set and none of them were running.
    We did the below, but no success:
    1. Restarted the concurret manager
    2. Cancelled the scheduled run and submitted request set again.
    Still the status remained at "Pending Scheduled" with above message.
    When we tried to run the individaul programs for that request set it all worked fine. So I would like to know what could be the issue and how to overcome this. I think the issue could be with request set as the individual program is working fine.
    Any pointers will be highly appriciated.
    Many Thanks,
    -Shashank

    which manager is Processing that request.. if it is Custom manager Then U should excllude this concurrent program from the concurrent manager.
    otherwise both the Standard manager or custom manager both are not going to pickup the process..
    he
    Please Check The Cocnurrent Manager which is going to process and check wether its included in the respective manager.
    Thanks
    Reddy
    http://11iapps.wordpress.com

  • Duplicate sheduled requests

    Hi every body.
    i have an oracle R12 installation, whene i am checking the pending requests i have found a duplicate sheduled requests such as
    Workflow Background Process, they are submit with the same parameters at the same time by the same user.
    this can cause a perfarmance issue.
    why do we find a duplicate sheduled requests even if we have submit only one?
    thanks.

    Hussein Sawwan wrote:
    What is your question or concern?
    You can simply cancel all duplicate scheduled requests.
    Thanks,
    HusseinHi,
    yes i know but i wante to know the reason why it duplicates into to many requests ?
    and i think that it is automatically submiting during the restart operations.
    Thank you for reply.

  • Making requests to a cluster

              Hi,
              I'm a bit confused by the General tab in cluster configuration.
              It contains the following fields:-
              - Name
              - Cluster Address
              - Default Load Algorithm
              - Service Age Threshold
              I understand that hostname/IP(s) that map to one or more servers
              in the cluster goes in Cluster Address. But, if that's the case,
              what party is responsible for scheduling requests to servers
              in th cluster, using the algorithm in Default Load Algorithm? And, how does one
              connect to that party and on what port?
              If the answer is that you have to use your own policy (software
              or hardware load balancing) then what is the purpose of
              the Default Load Algorithm field in WLS 6.1?
              You already configure what servers are on the cluster, so WLS
              knows this already. So why does one have to specify the
              IPs again in Cluster Address? Seems to me, and from other
              messages in this forum, that filling out this tab doesn't have
              much benefit at all.
              Thanks in advance,
              Gary
              FT.com
              

    The cluster address is the DNS round-robin address that clients use in their URL to
              establish
              their initial connection. The cluster address is currently only used by WL in two
              limited cases:
              EJB home handles -- These contain info that can be serialized and passed to a
              client
              which currently may not have a connection to the cluster. The client can use
              the handle to find its associated EJB.
              Entity Bean fail-over -- Allows client to automagically get back to the cluster
              if a connection to the cluster fails.
              Tom
              Gary Watson wrote:
              > Hi,
              >
              > I'm a bit confused by the General tab in cluster configuration.
              > It contains the following fields:-
              > - Name
              > - Cluster Address
              > - Default Load Algorithm
              > - Service Age Threshold
              >
              > I understand that hostname/IP(s) that map to one or more servers
              > in the cluster goes in Cluster Address. But, if that's the case,
              > what party is responsible for scheduling requests to servers
              > in th cluster, using the algorithm in Default Load Algorithm? And, how does one
              > connect to that party and on what port?
              >
              > If the answer is that you have to use your own policy (software
              > or hardware load balancing) then what is the purpose of
              > the Default Load Algorithm field in WLS 6.1?
              >
              > You already configure what servers are on the cluster, so WLS
              > knows this already. So why does one have to specify the
              > IPs again in Cluster Address? Seems to me, and from other
              > messages in this forum, that filling out this tab doesn't have
              > much benefit at all.
              >
              > Thanks in advance,
              > Gary
              > FT.com
              > ______________________________________________________________
              

Maybe you are looking for

  • Will not burn DVD

    Sense Key= Medium ERROR Sense Code=0x73,0x03 I have tried 3 types of blank DVDs JVC -R, Maxell +r and Memorex RW DVDs and I keep gettingthe same orror message. I have tried verifing, mounting and nothing works. Tried I Movie,Titanium 8, and 2 other p

  • How can I get my 6700 classic to use 3g?

    I am told this phone should be working on the new 3g network & a symbol should show on the phone? Ive never seen the symbol. Is there any way to check if it is indeed on 3g?

  • Method to initialize the controller

    Dear all, I'm creating a simple webdynpro project. I have four import parameters in the rfc which will act as search criterion in the search view. Now at the step of writing code in the Implementation tab of the controler. In the method <b>public voi

  • 1 HD min = Hardrive space?

    I want to get an external hardrive (the maxor one touch II or one touch III series) and I was trying to get an idea of what hardrive size I would need. How much does 1 min of High Def HDV take up on a hardisk? How many megabytes or gigbytes? Thank yo

  • DVCPRO HD 1080i 24p question

    I know FCP does not support DVCPRO HD 1080 24p yet. But I have played with Cinema Tools. I used the Nattress Cadance plug-in and was able to make a 24p file. It plays the right time in QuickTime but when I bring it into AE it is re-sized to 640x360.