DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on OE_CODE_CONTROL

Line 925: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

921: l_line_tbl(1).actual_fulfillment_date := l_actual_fulfillment_date;
922:
923: -- added for notification framework
924: --check code release level first. Notification framework is at Pack H level
925: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
926: -- calling notification framework to get index position
927: IF l_debug_level > 0 THEN
928: oe_debug_pub.add('Line_id is:' || p_line_rec.line_id ) ;
929: END IF;

Line 1050: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN

1046: END IF;
1047:
1048: -- Added 09-Dec-2002
1049: -- BLANKETS: Update returned/fulfilled qty
1050: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN
1051: if l_debug_level > 0 then
1052: oe_debug_pub.add('OEXVFULB 1, blanket number :'||
1053: p_line_rec.blanket_number);
1054: end if;

Line 1187: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

1183: END IF;
1184:
1185: -- added for notification framework
1186: --check code release level first. Notification framework is at Pack H level
1187: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1188: -- calling notification framework to get index position
1189: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,
1190: p_header_id=>l_line_tbl(l_index).header_id,
1191: p_line_rec=>l_line_tbl(l_index),

Line 1348: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN

1344: END IF; -- 2417601
1345:
1346: -- Added 09-Dec-2002
1347: -- BLANKETS: Update returned/fulfilled qty
1348: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN
1349: -- Bug 3061559
1350: -- Use p_line_tbl, not l_line_tbl.
1351: if l_debug_level > 0 then
1352: oe_debug_pub.add('OEXVFULB 2, blanket number :'|| p_line_tbl(l_index).blanket_number);

Line 1417: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN

1413: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1414: RAISE FND_API.G_EXC_ERROR;
1415: END IF;
1416: */
1417: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN
1418: IF (OE_GLOBALS.G_ASO_INSTALLED = 'Y') THEN
1419:
1420: -- #2769599
1421: IF (nvl(oe_order_cache.g_header_rec.header_id,-999)<>p_line_rec.header_id) THEN

Line 2285: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

2281:
2282: -- added for notification framework
2283: -- check code release level first.
2284: -- Notification framework is at Pack H level
2285: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2286: -- calling notification framework to get index position
2287: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,
2288: p_header_id=>l_line_tbl(1).header_id,
2289: p_old_line_rec => l_old_line_tbl(1),