DBA Data[Home] [Help]

APPS.OE_ORDER_CLOSE_UTIL dependencies on OE_CODE_CONTROL

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

250:
251: DELETE_ADJUSTMENTS(p_header_id => p_header_id);
252:
253: -- jolin start
254: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
255:
256: -- call notification framework to get header index position
257: OE_ORDER_UTIL.Update_Global_Picture
258: (p_Upd_New_Rec_If_Exists =>FALSE

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

757: END IF;
758:
759:
760: -- jolin start
761: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
762:
763: -- call notification framework to get this line's index position
764: OE_ORDER_UTIL.Update_Global_Picture
765: (p_Upd_New_Rec_If_Exists =>FALSE