DBA Data[Home] [Help]

APPS.RCV_ROI_HEADER_COMMON dependencies on PO_TERMS_SV

Line 147: po_terms_sv.derive_payment_terms_info(pay_record);

143: IF (g_asn_debug = 'Y') THEN
144: asn_debug.put_line('In Derive Payment Terms ');
145: END IF;
146:
147: po_terms_sv.derive_payment_terms_info(pay_record);
148:
149: IF (g_asn_debug = 'Y') THEN
150: asn_debug.put_line(pay_record.payment_term_name);
151: asn_debug.put_line(TO_CHAR(pay_record.payment_term_id));

Line 1284: po_terms_sv.validate_payment_terms_info(pay_record);

1280: IF (g_asn_debug = 'Y') THEN
1281: asn_debug.put_line('In Validate Payment Terms ');
1282: END IF;
1283:
1284: po_terms_sv.validate_payment_terms_info(pay_record);
1285:
1286: IF ( pay_record.error_record.error_message = 'PAY_TERMS_DISABLED'
1287: AND NVL(p_header_record.header_record.asn_type, 'ASN') <> 'ASBN') THEN
1288: pay_record.error_record.error_status := 'S';

Line 1377: po_terms_sv.validate_freight_carrier_info(freight_record);

1373: IF (g_asn_debug = 'Y') THEN
1374: asn_debug.put_line('In Validate Freight Carrier Information');
1375: END IF;
1376:
1377: po_terms_sv.validate_freight_carrier_info(freight_record);
1378:
1379: IF freight_record.error_record.error_status <> 'S' THEN
1380: p_header_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;
1381: rcv_error_pkg.set_error_message('RCV_CARRIER_DISABLED', p_header_record.error_record.error_message);