DBA Data[Home] [Help]

APPS.OE_LINE_FULLFILL dependencies on OE_CODE_CONTROL

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

900: l_line_tbl(1).actual_fulfillment_date := l_actual_fulfillment_date;
901:
902: -- added for notification framework
903: --check code release level first. Notification framework is at Pack H level
904: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
905: -- calling notification framework to get index position
906: IF l_debug_level > 0 THEN
907: oe_debug_pub.add('Line_id is:' || p_line_rec.line_id ) ;
908: END IF;

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

1008: END IF;
1009:
1010: -- Added 09-Dec-2002
1011: -- BLANKETS: Update returned/fulfilled qty
1012: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN
1013: if l_debug_level > 0 then
1014: oe_debug_pub.add('OEXVFULB 1, blanket number :'||
1015: p_line_rec.blanket_number);
1016: end if;

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

1126: END IF;
1127:
1128: -- added for notification framework
1129: --check code release level first. Notification framework is at Pack H level
1130: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
1131: -- calling notification framework to get index position
1132: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,
1133: p_header_id=>l_line_tbl(l_index).header_id,
1134: p_line_rec=>l_line_tbl(l_index),

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

1268: END IF; -- 2417601
1269:
1270: -- Added 09-Dec-2002
1271: -- BLANKETS: Update returned/fulfilled qty
1272: IF OE_CODE_CONTROL.Code_Release_Level >= '110509' THEN
1273: -- Bug 3061559
1274: -- Use p_line_tbl, not l_line_tbl.
1275: if l_debug_level > 0 then
1276: oe_debug_pub.add('OEXVFULB 2, blanket number :'|| p_line_tbl(l_index).blanket_number);

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

1332: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
1333: RAISE FND_API.G_EXC_ERROR;
1334: END IF;
1335: */
1336: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL < '110508' THEN
1337: IF (OE_GLOBALS.G_ASO_INSTALLED = 'Y') THEN
1338:
1339: -- #2769599
1340: IF (nvl(oe_order_cache.g_header_rec.header_id,-999)<>p_line_rec.header_id) THEN

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

2159:
2160: -- added for notification framework
2161: -- check code release level first.
2162: -- Notification framework is at Pack H level
2163: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2164: -- calling notification framework to get index position
2165: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists =>False,
2166: p_header_id=>l_line_tbl(1).header_id,
2167: p_old_line_rec => l_old_line_tbl(1),