DBA Data[Home] [Help]

APPS.MSDWF dependencies on STANDARD

Line 229: -- if fixed date for Distrbution or Standard Collection then set Wait to null.

225: aname => 'VALUE2',
226: avalue => CompDate);
227: end if;
228:
229: -- if fixed date for Distrbution or Standard Collection then set Wait to null.
230: if WorkflowProcess = 'ODPDISTPLANS'
231: then
232: select count(value) into FixedDate from v$parameter
233: where name like '%fixed_date%' AND length(VALUE) > 0;

Line 452: -- the Standard Submit Concurrent Program Activity that in turn will run

448: --
449: -- StartConcProc
450: --
451: -- Start a small WF Process which uses only one activity named
452: -- the Standard Submit Concurrent Program Activity that in turn will run
453: -- the WF Background Program in the loop.
454: --
455: --
456: -- IN

Line 457: -- WFProcess - A name of the process with Standard Submit Concurrent Program Activity.

453: -- the WF Background Program in the loop.
454: --
455: --
456: -- IN
457: -- WFProcess - A name of the process with Standard Submit Concurrent Program Activity.
458: -- itemtype - A valid item type from WF_ITEM_TYPES table.
459: -- itemkey - A string generated from application object's primary key.
460: -- owner - A owner of the process.
461: -- cost_itemKey - A ItemKey of the process whose Activity was deferred.

Line 609: -- This program has to be run from Standard Submit Concurrent Program Activity.

605: --
606: -- Concurrent program that is used to run WF Background Engine in the looop
607: -- to complete each deferred activity for particular WF Process(ItemType/ItemKey).
608: --
609: -- This program has to be run from Standard Submit Concurrent Program Activity.
610: --
611: -- IN
612: -- itemtype - A valid item type from WF_ITEM_TYPES table.
613: -- cost_itemkey - Item key of the process whose activities were deferred.

Line 653: -- This is a requrements of the Concurrent Manager Standard Activity

649: -- Selector
650: --
651: -- This is an Item Type Selector function that contains callback functionality
652: -- to reestablish context for each process in our Item Type.
653: -- This is a requrements of the Concurrent Manager Standard Activity
654: -- to be sure that the context is set up by calling
655: -- fnd_global.apps_initialize(user_id, resp_id, resp_appl_id)
656: --
657: -- IN

Line 658: -- Set of arguments for Standard Activity Function:

654: -- to be sure that the context is set up by calling
655: -- fnd_global.apps_initialize(user_id, resp_id, resp_appl_id)
656: --
657: -- IN
658: -- Set of arguments for Standard Activity Function:
659: -- itemtype - A valid item type from WF_ITEM_TYPES table.
660: -- itemkey - A string generated from application object's primary key.
661: -- actid - An Activity ID.
662: -- command - Oracle Workflow calls selector/callback function with

Line 778: -- WF proc to set the number of days to run the Standard Collection.

774: --========================================================================
775: --========================================================================
776: -- SetColDate
777: --
778: -- WF proc to set the number of days to run the Standard Collection.
779: --
780: -- IN Standard parameters supplied by WF engine:
781: -- itemtype , itemkey, actid, funcmode
782: --

Line 780: -- IN Standard parameters supplied by WF engine:

776: -- SetColDate
777: --
778: -- WF proc to set the number of days to run the Standard Collection.
779: --
780: -- IN Standard parameters supplied by WF engine:
781: -- itemtype , itemkey, actid, funcmode
782: --
783: -- OUT
784: -- resultout 'COMPLETE:N' for failure, 'COMPLETE:Y' for success