DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on WF_ENGINE

Line 211: WF_ENGINE.CompleteActivityInternalName(

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

Line 1894: WF_ENGINE.CompleteActivityInternalName(

1890:
1891: FOR I IN model LOOP
1892: IF I.line_id <> to_number(itemkey) THEN
1893: BEGIN --15870313
1894: WF_ENGINE.CompleteActivityInternalName(
1895: itemtype => 'OEOL',
1896: itemkey => to_char(I.line_id) ,
1897: activity => 'FIRM_ELIGIBLE',
1898: result => 'COMPLETED',

Line 1929: WF_ENGINE.CompleteActivityInternalName(

1925:
1926: FOR I IN model LOOP
1927: IF I.line_id <> to_number(itemkey) THEN
1928: BEGIN --15870313
1929: WF_ENGINE.CompleteActivityInternalName(
1930: itemtype => 'OEOL',
1931: itemkey => to_char(I.line_id) ,
1932: activity => 'FIRM_ELIGIBLE',
1933: result => 'COMPLETED',

Line 1957: /* WF_ENGINE.CompleteActivityInternalName(

1953: Set firm_demand_flag = 'Y'
1954: Where line_id = to_number(itemkey);
1955:
1956: -- Update the firm flag and also move them from firm eligible block.
1957: /* WF_ENGINE.CompleteActivityInternalName(
1958: itemtype => 'OEOL',
1959: itemkey => itemkey,
1960: activity => 'FIRM_ELIGIBLE',
1961: result => 'COMPLETED');