DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PVT dependencies on PO_AUTOCREATE_POSTPROC_PVT

Line 89: PO_AUTOCREATE_POSTPROC_PVT.process

85: Algorithm:
86: 1. This procedure will call the following in order.
87: PO_AUTOCREATE_PREPROC_PVT.process
88: PO_AUTOCREATE_MAINPROC_PVT.process
89: PO_AUTOCREATE_POSTPROC_PVT.process
90:
91: 2. This also takes care of cleaning up the interface wrapup and rolling
92: back the transaction incase of unhandled exception. This also takes
93: care communicating to the calling code about the result of the process.

Line 149: PO_AUTOCREATE_POSTPROC_PVT.process;

145: l_progress := '030';
146: PO_AUTOCREATE_MAINPROC_PVT.process;
147:
148: l_progress := '040';
149: PO_AUTOCREATE_POSTPROC_PVT.process;
150:
151: l_progress := '050';
152: x_document_id := PO_AUTOCREATE_PARAMS.g_po_header_id;
153: