DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_PVT dependencies on PO_DELREC_PVT

Line 35: -- inbound logistics, if necessary (PO_DELREC_PVT call)

31: -- setting the org context to that of the document
32: -- initializing g_err_message, the shared error string
33: -- locking the document, if necessary
34: -- calling the appropriate action handler
35: -- inbound logistics, if necessary (PO_DELREC_PVT call)
36: -- rolling back when action returns 'U'
37: -- resetting the org context back to the original org context
38: --Replaces:
39: -- This method covers some of the logic in poxdmaction in poxdm.lpc.

Line 373: PO_DELREC_PVT.create_update_delrec(

369: --Remove the filter on the action types. All actions will be handled properly
370: --in the create_update_delrec procedure.
371: d_progress := 130;
372:
373: PO_DELREC_PVT.create_update_delrec(
374: p_api_version => 1.0
375: , x_return_status => l_ret_sts
376: , x_msg_count => l_msg_count
377: , x_msg_data => l_msg_data