DBA Data[Home] [Help]

APPS.CSI_ORDER_FULFILL_PUB dependencies on WF_ENGINE

Line 10833: IF ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(

10829: Begin
10830: l_order_line_id := to_char(l_line_tbl(l_count).line_id);
10831: fnd_file.put_line(fnd_file.log, 'Processing order line with id = '||l_order_line_id);
10832: -- We need to process the order lines which are fulfillable only.
10833: IF ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(
10834: 'OEOL' -- ITEM_TYPE
10835: ,to_char(l_line_tbl(l_count).line_id) -- ITEM_KEY
10836: ,'OEOL' -- ACTIVITY_ITEM_TYPE
10837: ,'SHIP_LINE' -- ACTIVITY

Line 11070: IF ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(

11066: Begin
11067: l_order_line_id := to_char(l_line_tbl(l_count).line_id);
11068: fnd_file.put_line(fnd_file.log, 'Processing order line with id = '||l_order_line_id);
11069: -- We need to process the order lines which are fulfillable only.
11070: IF ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(
11071: 'OEOL' -- ITEM_TYPE
11072: ,to_char(l_line_tbl(l_count).line_id) -- ITEM_KEY
11073: ,'OEOL' -- ACTIVITY_ITEM_TYPE
11074: ,'SHIP_LINE' -- ACTIVITY

Line 11294: if ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(

11290: For v_rec in OE_LINE_CUR(l_freeze_date)
11291: Loop
11292: Begin
11293: v_ret_counter := 0;
11294: if ( (WF_ENGINE.ACTIVITY_EXIST_IN_PROCESS(
11295: 'OEOL' -- ITEM_TYPE
11296: ,to_char(v_rec.line_id) -- ITEM_KEY
11297: ,'OEOL' -- ACTIVITY_ITEM_TYPE
11298: ,'SHIP_LINE' -- ACTIVITY