DBA Data[Home] [Help]

APPS.OE_ORDER_CLOSE_UTIL dependencies on OE_ORDER_PVT

Line 299: OE_Order_PVT.Process_Requests_And_Notify

295: -- Process requests is TRUE so still need to call it, but don't need to notify
296: IF l_debug_level > 0 THEN
297: oe_debug_pub.add( 'OEXUCLOB: BEFORE CALLING PROCESS_REQUESTS_AND_NOTIFY' ) ;
298: END IF;
299: OE_Order_PVT.Process_Requests_And_Notify
300: ( p_process_requests => TRUE
301: , p_notify => FALSE
302: , p_process_ack => FALSE
303: , x_return_status => x_return_status

Line 320: OE_Order_PVT.Process_Requests_And_Notify

316: -- Need to both notify and process requests in old framework
317: IF l_debug_level > 0 THEN
318: oe_debug_pub.add( 'OEXUCLOB: BEFORE CALLING PROCESS_REQUESTS_AND_NOTIFY' ) ;
319: END IF;
320: OE_Order_PVT.Process_Requests_And_Notify
321: ( p_process_requests => TRUE
322: , p_notify => TRUE
323: , p_process_ack => FALSE
324: , x_return_status => x_return_status

Line 793: OE_Order_PVT.Process_Requests_And_Notify

789: -- Process requests is TRUE, but don't need to notify
790: IF l_debug_level > 0 THEN
791: oe_debug_pub.add( 'OEXPVPMB: BEFORE CALLING PROCESS_REQUESTS_AND_NOTIFY' ) ;
792: END IF;
793: OE_Order_PVT.Process_Requests_And_Notify
794: ( p_process_requests => TRUE
795: , p_notify => FALSE
796: , p_process_ack => FALSE
797: , x_return_status => x_return_status

Line 814: OE_Order_PVT.Process_Requests_And_Notify

810: -- Need to both notify and process requests in old framework
811: IF l_debug_level > 0 THEN
812: oe_debug_pub.add( 'OEXPVPMB: BEFORE CALLING PROCESS_REQUESTS_AND_NOTIFY' ) ;
813: END IF;
814: OE_Order_PVT.Process_Requests_And_Notify
815: ( p_process_requests => TRUE
816: , p_notify => TRUE
817: , p_process_ack => FALSE
818: , x_return_status => x_return_status