DBA Data[Home] [Help]

APPS.OE_OEOL_SCH dependencies on OE_CODE_CONTROL

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

508: -- this activity with not eligible for these lines.
509:
510: ROLLBACK TO Before_Lock;
511:
512: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110508' AND
513: l_source_type_code = OE_GLOBALS.G_SOURCE_EXTERNAL AND
514: l_ato_line_id = l_line_id AND
515: l_sch_ship_date is NULL THEN
516:

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

1163: return;
1164: END IF;
1165:
1166: ELSIF l_item_type_code = OE_GLOBALS.G_ITEM_CONFIG
1167: AND OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510'
1168: AND MSC_ATP_GLOBAL.GET_APS_VERSION = 10 THEN
1169: IF l_debug_level > 0 THEN
1170: oe_debug_pub.add( 'BRANCH: ATO ITEM '|| L_LINE_ID , 2 ) ;
1171: END IF;

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

1432: l_drop_ship_line_rec.deliver_to_location_id := l_deliver_to_location_id;
1433: l_drop_ship_line_rec.unit_list_price := l_line_rec.unit_list_price;
1434:
1435: -- bug 2509121, pass user_item_description to PO.
1436: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509'
1437: AND l_line_rec.user_item_description IS NOT NULL
1438: AND nvl(l_allow_item_desc_update, 'N') = 'Y' THEN
1439: l_drop_ship_line_rec.item_description := l_line_rec.user_item_description;
1440: ELSE

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

1622: -- RUN mode - normal process execution
1623: --
1624:
1625: oe_debug_pub.add('Entering Is_Line_Firmed Workflow cover ',1 );
1626: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL > '110509' THEN
1627: if (funcmode = 'RUN') then
1628:
1629:
1630: oe_debug_pub.add('Item Key is ' || itemkey );

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

1723: And wias.activity_status = 'NOTIFIED';
1724:
1725: BEGIN
1726:
1727: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL > '110509' THEN
1728: IF (funcmode = 'RUN') THEN
1729:
1730: oe_debug_pub.add('Within Firm Demand Workflow cover ',1 );
1731: oe_debug_pub.add('Item Key is ' || itemkey );