DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on OE_DELAYED_REQUESTS_PVT

Line 2480: AND NOT OE_Delayed_Requests_Pvt.Check_For_Request

2476: oe_debug_pub.add( 'g_process_pmt_req_logged '||g_process_pmt_req_logged , 5 );
2477:
2478: END IF;
2479: IF (oe_verify_payment_pub.G_credit_check_flag = 'N'
2480: AND NOT OE_Delayed_Requests_Pvt.Check_For_Request
2481: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_PAYMENT
2482: ,p_entity_id => p_header_id
2483: ,p_request_type => OE_GLOBALS.G_PROCESS_PAYMENT
2484: )) THEN

Line 2523: AND NOT OE_Delayed_Requests_Pvt.Check_For_Request

2519:
2520:
2521:
2522: IF NOT (g_process_pmt_req_logged = 'Y'
2523: AND NOT OE_Delayed_Requests_Pvt.Check_For_Request
2524: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_PAYMENT
2525: ,p_entity_id => p_header_id
2526: ,p_request_type => OE_GLOBALS.G_PROCESS_PAYMENT
2527: )