DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on OE_CODE_CONTROL

Line 553: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110508' AND

549: -- this activity with not eligible for these lines.
550:
551: ROLLBACK TO Before_Lock;
552:
553: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110508' AND
554: l_source_type_code = OE_GLOBALS.G_SOURCE_EXTERNAL AND
555: l_ato_line_id = l_line_id AND
556: l_sch_ship_date is NULL THEN
557:

Line 1288: AND OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'

1284: return;
1285: END IF;
1286:
1287: ELSIF l_item_type_code = OE_GLOBALS.G_ITEM_CONFIG
1288: AND OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
1289: AND MSC_ATP_GLOBAL.GET_APS_VERSION = 10 THEN
1290: IF l_debug_level > 0 THEN
1291: oe_debug_pub.add( 'BRANCH: ATO ITEM '|| L_LINE_ID , 2 ) ;
1292: END IF;

Line 1557: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509'

1553: l_drop_ship_line_rec.deliver_to_location_id := l_deliver_to_location_id;
1554: l_drop_ship_line_rec.unit_list_price := l_line_rec.unit_list_price;
1555:
1556: -- bug 2509121, pass user_item_description to PO.
1557: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509'
1558: AND l_line_rec.user_item_description IS NOT NULL
1559: AND nvl(l_allow_item_desc_update, 'N') = 'Y' THEN
1560: l_drop_ship_line_rec.item_description := l_line_rec.user_item_description;
1561: ELSE

Line 1753: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL > '110509' THEN

1749: -- RUN mode - normal process execution
1750: --
1751:
1752: oe_debug_pub.add('Entering Is_Line_Firmed Workflow cover ',1 );
1753: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL > '110509' THEN
1754: if (funcmode = 'RUN') then
1755:
1756:
1757: oe_debug_pub.add('Item Key is ' || itemkey );

Line 1858: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL > '110509' THEN

1854: And wias.activity_status = 'NOTIFIED';
1855:
1856: BEGIN
1857:
1858: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL > '110509' THEN
1859: IF (funcmode = 'RUN') THEN
1860:
1861: oe_debug_pub.add('Within Firm Demand Workflow cover ',1 );
1862: oe_debug_pub.add('Item Key is ' || itemkey );