DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_CODE_CONTROL

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

569: /* jolin start */
570: -- AND we need to update the global picture before calling process_requests_and_notify
571: -- if we are using the new notification method
572:
573: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
574:
575: -- Need to call Update_Global_Picture to update globals on direct changes
576: -- made in the two update stmts to the headers and lines tables.
577: -- First make call for the header, then loop through all the lines

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

1184: ( p_header_id => p_header_id
1185: , x_return_status => l_return_status
1186: );
1187:
1188: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1189: OE_Header_Scredit_Util.Redefault_Sales_Group(p_header_id=>p_header_id,
1190: p_date=> nvl(OE_ORDER_UTIL.g_header_rec.booked_date,SYSDATE));
1191: END IF;
1192:

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

1294:
1295:
1296: -- ABH
1297: -- run QA for current order
1298: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' THEN
1299:
1300:
1301: /****************************************************
1302: l_header_id_char := TO_CHAR(p_header_id);