DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_CODE_CONTROL

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

515: /* jolin start */
516: -- AND we need to update the global picture before calling process_requests_and_notify
517: -- if we are using the new notification method
518:
519: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
520:
521: -- Need to call Update_Global_Picture to update globals on direct changes
522: -- made in the two update stmts to the headers and lines tables.
523: -- First make call for the header, then loop through all the lines

Line 1122: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

1118: ( p_header_id => p_header_id
1119: , x_return_status => l_return_status
1120: );
1121:
1122: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1123: OE_Header_Scredit_Util.Redefault_Sales_Group(p_header_id=>p_header_id,
1124: p_date=> nvl(OE_ORDER_UTIL.g_header_rec.booked_date,SYSDATE));
1125: END IF;
1126:

Line 1224: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' THEN

1220:
1221:
1222: -- ABH
1223: -- run QA for current order
1224: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' THEN
1225:
1226:
1227: /****************************************************
1228: l_header_id_char := TO_CHAR(p_header_id);