DBA Data[Home] [Help]

APPS.OE_ORDER_BOOK_UTIL dependencies on OE_ORDER_PVT

Line 721: OE_Order_PVT.Process_Requests_And_Notify

717: -- be again called with process_requests = TRUE at the end
718: -- of the main Book_Order procedure. This will take care of
719: -- executing the tax requests that may have been logged in
720: -- this procedure.
721: OE_Order_PVT.Process_Requests_And_Notify
722: ( p_process_requests => FALSE
723: , p_notify => l_notify
724: , x_return_status => l_return_status
725: , p_header_rec => l_header_rec

Line 1209: OE_Order_PVT.Process_Requests_And_Notify

1205: -- other procedures called by book_order.
1206: -- NOTE: This should be executed before verify payment call
1207: -- as credit check needs to look at the updated tax amounts.
1208:
1209: OE_Order_PVT.Process_Requests_And_Notify
1210: ( p_process_requests => TRUE
1211: , p_notify => FALSE
1212: , x_return_status => l_return_status
1213: );