DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_POSTPROC_PVT dependencies on STANDARD

Line 87: NAME: create_standard_po

83:
84:
85:
86: /* ============================================================================
87: NAME: create_standard_po
88: DESC: Performs necessary post processing action to create a standard po.
89:
90: - Get the document num
91: - Transfer data from draft to base

Line 88: DESC: Performs necessary post processing action to create a standard po.

84:
85:
86: /* ============================================================================
87: NAME: create_standard_po
88: DESC: Performs necessary post processing action to create a standard po.
89:
90: - Get the document num
91: - Transfer data from draft to base
92: - Calculate Tax

Line 100: PROCEDURE create_standard_po(p_doc_rec IN doc_row_type);

96: NOTE: This procedure is called from process()
97:
98: ==============================================================================*/
99:
100: PROCEDURE create_standard_po(p_doc_rec IN doc_row_type);
101:
102:
103:
104: /* ============================================================================