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 810: OE_Order_PVT.Process_Requests_And_Notify

806: -- Process requests is TRUE, but don't need to notify
807: IF l_debug_level > 0 THEN
808: oe_debug_pub.add( 'OEXPVPMB: BEFORE CALLING PROCESS_REQUESTS_AND_NOTIFY' ) ;
809: END IF;
810: OE_Order_PVT.Process_Requests_And_Notify
811: ( p_process_requests => TRUE
812: , p_notify => FALSE
813: , p_process_ack => FALSE
814: , x_return_status => x_return_status

Line 831: OE_Order_PVT.Process_Requests_And_Notify

827: -- Need to both notify and process requests in old framework
828: IF l_debug_level > 0 THEN
829: oe_debug_pub.add( 'OEXPVPMB: BEFORE CALLING PROCESS_REQUESTS_AND_NOTIFY' ) ;
830: END IF;
831: OE_Order_PVT.Process_Requests_And_Notify
832: ( p_process_requests => TRUE
833: , p_notify => TRUE
834: , p_process_ack => FALSE
835: , x_return_status => x_return_status