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.10 2006/09/23 23:19:04 shgao noship $ */
3:
4: FUNCTION get_po_total
5: (X_header_id number) return number is

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

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

Line 1027: END POS_TOTALS_PO_SV;

1023: return 'F';
1024:
1025: END get_ship_payment_status;
1026:
1027: END POS_TOTALS_PO_SV;