DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_PVT dependencies on OE_DELAYED_REQUESTS_PVT

Line 2395: AND NOT OE_Delayed_Requests_Pvt.Check_For_Request

2391: -- logged and executed, which would already have called
2392: -- Credit Checking, thus no need to call again when Process Payment
2393: -- button is pressesd in this case.
2394: IF NOT (g_process_pmt_req_logged = 'Y'
2395: AND NOT OE_Delayed_Requests_Pvt.Check_For_Request
2396: (p_entity_code => OE_GLOBALS.G_ENTITY_HEADER_PAYMENT
2397: ,p_entity_id => p_header_id
2398: ,p_request_type => OE_GLOBALS.G_PROCESS_PAYMENT
2399: )