DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on WF_ENGINE

Line 11849: IF ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(

11845: Begin
11846: l_order_line_id := to_char(l_line_tbl(l_count).line_id);
11847: fnd_file.put_line(fnd_file.log, 'Processing order line with id = '||l_order_line_id);
11848: -- We need to process the order lines which are fulfillable only.
11849: IF ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(
11850: 'OEOL' -- ITEM_TYPE
11851: ,to_char(l_line_tbl(l_count).line_id) -- ITEM_KEY
11852: ,'OEOL' -- ACTIVITY_ITEM_TYPE
11853: ,'SHIP_LINE' -- ACTIVITY

Line 12086: IF ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(

12082: Begin
12083: l_order_line_id := to_char(l_line_tbl(l_count).line_id);
12084: fnd_file.put_line(fnd_file.log, 'Processing order line with id = '||l_order_line_id);
12085: -- We need to process the order lines which are fulfillable only.
12086: IF ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(
12087: 'OEOL' -- ITEM_TYPE
12088: ,to_char(l_line_tbl(l_count).line_id) -- ITEM_KEY
12089: ,'OEOL' -- ACTIVITY_ITEM_TYPE
12090: ,'SHIP_LINE' -- ACTIVITY

Line 12310: if ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(

12306: For v_rec in OE_LINE_CUR(l_freeze_date)
12307: Loop
12308: Begin
12309: v_ret_counter := 0;
12310: if ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(
12311: 'OEOL' -- ITEM_TYPE
12312: ,to_char(v_rec.line_id) -- ITEM_KEY
12313: ,'OEOL' -- ACTIVITY_ITEM_TYPE
12314: ,'SHIP_LINE' -- ACTIVITY