DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PVT dependencies on PO_AUTOCREATE_MAINPROC_PVT

Line 88: PO_AUTOCREATE_MAINPROC_PVT.process

84:
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

Line 146: PO_AUTOCREATE_MAINPROC_PVT.process;

142: l_progress := '020';
143: PO_AUTOCREATE_PREPROC_PVT.process;
144:
145: l_progress := '030';
146: PO_AUTOCREATE_MAINPROC_PVT.process;
147:
148: l_progress := '040';
149: PO_AUTOCREATE_POSTPROC_PVT.process;
150: