DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_ORDER_PVT

Line 775: OE_Order_PVT.Process_Requests_And_Notify

771: -- be again called with process_requests = TRUE at the end
772: -- of the main Book_Order procedure. This will take care of
773: -- executing the tax requests that may have been logged in
774: -- this procedure.
775: OE_Order_PVT.Process_Requests_And_Notify
776: ( p_process_requests => FALSE
777: , p_notify => l_notify
778: , x_return_status => l_return_status
779: , p_header_rec => l_header_rec

Line 1283: OE_Order_PVT.Process_Requests_And_Notify

1279: -- other procedures called by book_order.
1280: -- NOTE: This should be executed before verify payment call
1281: -- as credit check needs to look at the updated tax amounts.
1282:
1283: OE_Order_PVT.Process_Requests_And_Notify
1284: ( p_process_requests => TRUE
1285: , p_notify => FALSE
1286: , x_return_status => l_return_status
1287: );