DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_PVT dependencies on PO_AUTOCREATE_PREPROC_PVT

Line 87: PO_AUTOCREATE_PREPROC_PVT.process

83: IN OUT : x_document_id IN OUT NOCOPY NUMBER
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

Line 143: PO_AUTOCREATE_PREPROC_PVT.process;

139:
140: END IF;
141:
142: l_progress := '020';
143: PO_AUTOCREATE_PREPROC_PVT.process;
144:
145: l_progress := '030';
146: PO_AUTOCREATE_MAINPROC_PVT.process;
147: