DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on WF_ENGINE

Line 210: WF_ENGINE.CompleteActivityInternalName(

206: IF l_debug_level > 0 THEN
207: oe_debug_pub.add( 'Processing Line '||l_line_id , 1 ) ;
208: END IF;
209:
210: WF_ENGINE.CompleteActivityInternalName(
211: itemtype => 'OEOL',
212: itemkey => to_char(l_line_id),
213: activity => 'SCHEDULING_ELIGIBLE',
214: result => 'COMPLETED');

Line 1762: WF_ENGINE.CompleteActivityInternalName(

1758: l_ato_line_id := Null;
1759:
1760: FOR I IN model LOOP
1761: IF I.line_id <> to_number(itemkey) THEN
1762: WF_ENGINE.CompleteActivityInternalName(
1763: itemtype => 'OEOL',
1764: itemkey => to_char(I.line_id) ,
1765: activity => 'FIRM_ELIGIBLE',
1766: result => 'COMPLETED');

Line 1790: WF_ENGINE.CompleteActivityInternalName(

1786: -- The below api will be called in a loop.
1787:
1788: FOR I IN model LOOP
1789: IF I.line_id <> to_number(itemkey) THEN
1790: WF_ENGINE.CompleteActivityInternalName(
1791: itemtype => 'OEOL',
1792: itemkey => to_char(I.line_id) ,
1793: activity => 'FIRM_ELIGIBLE',
1794: result => 'COMPLETED');

Line 1812: /* WF_ENGINE.CompleteActivityInternalName(

1808: Set firm_demand_flag = 'Y'
1809: Where line_id = to_number(itemkey);
1810:
1811: -- Update the firm flag and also move them from firm eligible block.
1812: /* WF_ENGINE.CompleteActivityInternalName(
1813: itemtype => 'OEOL',
1814: itemkey => itemkey,
1815: activity => 'FIRM_ELIGIBLE',
1816: result => 'COMPLETED');