DBA Data[Home] [Help]

APPS.POS_TOTALS_PO_SV dependencies on PO_DOCUMENT_TOTALS_PVT

Line 153: x_po_total := PO_DOCUMENT_TOTALS_PVT.getAmountOrdered('HEADER',x_header_id,'ARCHIVE',x_revision_num);

149: PO_MOAC_UTILS_PVT.set_org_context(x_org_id) ;
150:
151:
152: --x_po_total := PO_CORE_S.get_archive_total_for_any_rev (x_header_id,'H','PO',x_doc_type,x_revision_num,'N');
153: x_po_total := PO_DOCUMENT_TOTALS_PVT.getAmountOrdered('HEADER',x_header_id,'ARCHIVE',x_revision_num);
154:
155: elsif (X_doc_type in ('PLANNED')) then
156: /* we should call the same PO api for PLANNED POs as well. Till PO enhaces the API, we will continue to duplicate */
157: