DBA Data[Home] [Help]

APPS.WF_ENGINE_RAC dependencies on WF_ENGINE

Line 1: package body WF_ENGINE_RAC as

1: package body WF_ENGINE_RAC as
2: /* $Header: wfengrcb.pls 120.4 2011/08/10 18:01:46 alsosa noship $ */
3:
4: l_IsInstIdPartitioned boolean := Is_INSTID_Partitioned;
5:

Line 146: n_partitions number := WF_ENGINE_RAC.Number_Of_Partitions;

142: errname varchar2(30);
143: errmsg varchar2(2000);
144: errstack varchar2(4000);
145: rac_req_id number;
146: n_partitions number := WF_ENGINE_RAC.Number_Of_Partitions;
147: TYPE Item_Type_Tab IS TABLE of WF_ITEMS.ITEM_TYPE%TYPE;
148: ItemsNum Item_Type_Tab := Item_Type_Tab();
149: cursor c_RACTypes is
150: select WITV.NAME

Line 200: WF_ENGINE_RAC.Set_Context('INST_ID', partition_number);

196: retcode := '1';
197: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
198: elsif ItemsNum.COUNT=1 and partition_number is not null then
199: -- Submit a singular standard background engine
200: WF_ENGINE_RAC.Set_Context('INST_ID', partition_number);
201: Wf_Engine.Background(itemtype,
202: minthreshold_num,
203: maxthreshold_num,
204: process_deferred_bool,

Line 201: Wf_Engine.Background(itemtype,

197: FND_FILE.PUT_LINE(FND_FILE.LOG, errbuf);
198: elsif ItemsNum.COUNT=1 and partition_number is not null then
199: -- Submit a singular standard background engine
200: WF_ENGINE_RAC.Set_Context('INST_ID', partition_number);
201: Wf_Engine.Background(itemtype,
202: minthreshold_num,
203: maxthreshold_num,
204: process_deferred_bool,
205: process_timeout_bool,

Line 250: end WF_ENGINE_RAC;

246:
247: -- Return 2 for error.
248: retcode := '2';
249: end BackgroundConcurrent;
250: end WF_ENGINE_RAC;