DBA Data[Home] [Help]

APPS.POS_TOTALS_PO_SV dependencies on POS_TOTALS_PO_SV

Line 1: PACKAGE BODY POS_TOTALS_PO_SV as

1: PACKAGE BODY POS_TOTALS_PO_SV as
2: /* $Header: POSPOTOB.pls 120.19.12020000.3 2013/02/09 14:10:27 hvutukur ship $ */
3:
4:
5: FUNCTION get_po_total

Line 23: X_po_total := POS_TOTALS_PO_SV.get_po_archive_total(X_header_id, l_revision_num,l_document_type);

19: into l_document_type, l_revision_num
20: from po_headers_archive_all
21: where po_header_id = X_header_id and latest_external_flag = 'Y';
22:
23: X_po_total := POS_TOTALS_PO_SV.get_po_archive_total(X_header_id, l_revision_num,l_document_type);
24: RETURN (X_po_total);
25:
26: EXCEPTION
27: WHEN OTHERS then

Line 1068: END POS_TOTALS_PO_SV;

1064: return 'F';
1065:
1066: END get_ship_payment_status;
1067:
1068: END POS_TOTALS_PO_SV;