DBA Data[Home] [Help]

APPS.PO_HEADERS_SV6 dependencies on PO_HEADERS_SV6

Line 1: PACKAGE BODY PO_HEADERS_SV6 AS

1: PACKAGE BODY PO_HEADERS_SV6 AS
2: /* $Header: POXPIV2B.pls 120.3 2007/10/31 12:50:27 adbharga ship $ */
3: /* Changed the file name to POXPIV2B.pls from POXPIVHB.pls since
4: the file was corrupted . checking in with new name */
5:

Line 1033: X_temp_val := po_headers_sv6.val_header_id_uniqueness(X_po_header_id,

1029: END IF; /* X_type_lookup_code in ('QUOTATION', 'BLANKET') */
1030:
1031: X_progress := '210';
1032: IF (X_po_header_id IS NOT NULL ) THEN
1033: X_temp_val := po_headers_sv6.val_header_id_uniqueness(X_po_header_id,
1034: null /* rowid */);
1035: IF ( X_temp_val = FALSE ) THEN
1036: po_interface_errors_sv1.handle_interface_errors(
1037: 'PO_DOCS_OPEN_INTERFACE',

Line 1061: X_temp_val := po_headers_sv6.val_doc_num(

1057: -- Validation will only be skipped if no document number is provided in the flat file
1058:
1059: IF (X_segment1 IS NOT NULL and X_segment1 <> 'POI_Temp_PO_b679535') THEN
1060:
1061: X_temp_val := po_headers_sv6.val_doc_num(
1062: X_type_lookup_code,
1063: X_segment1,
1064: X_manual_quote_num_type,
1065: X_manual_po_num_type,

Line 1165: X_temp_val := po_headers_sv6.val_rate_info(X_base_currency_code,

1161: X_progress := '240';
1162: IF (X_base_currency_code is not null) AND
1163: (x_currency_code is not null)
1164: THEN
1165: X_temp_val := po_headers_sv6.val_rate_info(X_base_currency_code,
1166: X_currency_code,
1167: X_rate_type,
1168: X_rate_date,
1169: X_rate,

Line 1565: X_temp_val := po_headers_sv6.val_lookup_code(

1561: END IF;
1562:
1563: X_progress := '350';
1564: IF (X_reply_method_lookup_code IS NOT NULL ) THEN
1565: X_temp_val := po_headers_sv6.val_lookup_code(
1566: X_reply_method_lookup_code,
1567: 'REPLY/RECEIVE VIA');
1568: IF ( X_temp_val = FALSE ) THEN
1569: po_interface_errors_sv1.handle_interface_errors(

Line 1931: END PO_HEADERS_SV6;

1927: raise;
1928: END validate_po_headers;
1929:
1930:
1931: END PO_HEADERS_SV6;