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 1345: po_terms_sv.validate_payment_terms_info(pay_record);

1341: IF (g_asn_debug = 'Y') THEN
1342: asn_debug.put_line('In Validate Payment Terms ');
1343: END IF;
1344:
1345: po_terms_sv.validate_payment_terms_info(pay_record);
1346:
1347: IF ( pay_record.error_record.error_message = 'PAY_TERMS_DISABLED'
1348: AND NVL(p_header_record.header_record.asn_type, 'ASN') <> 'ASBN') THEN
1349: pay_record.error_record.error_status := 'S';

Line 1467: po_terms_sv.validate_freight_carrier_info(freight_record);

1463: asn_debug.put_line(SQLERRM);
1464: END;
1465: /* End of fix for Bug 8366230 */
1466:
1467: po_terms_sv.validate_freight_carrier_info(freight_record);
1468:
1469: IF freight_record.error_record.error_status <> 'S' THEN
1470: p_header_record.error_record.error_status := rcv_error_pkg.g_ret_sts_error;
1471: rcv_error_pkg.set_error_message('RCV_CARRIER_DISABLED', p_header_record.error_record.error_message);