DBA Data[Home] [Help]

APPS.RCV_TRANSACTIONS_INTERFACE_SV1 dependencies on RCV_DATES_S

Line 83: IF NOT(rcv_dates_s.val_receipt_date_tolerance(x_expected_receipt_rec.line_location_id, x_expected_receipt_rec.expected_receipt_date)) THEN

79: BEGIN
80: x_error_status := rcv_error_pkg.g_ret_sts_error;
81:
82: -- in RCVTXDAB.pls
83: IF NOT(rcv_dates_s.val_receipt_date_tolerance(x_expected_receipt_rec.line_location_id, x_expected_receipt_rec.expected_receipt_date)) THEN
84: x_error_status := rcv_error_pkg.g_ret_sts_warning;
85: rcv_error_pkg.set_error_message('RCV_ASN_DATE_OUT_TOL');
86: RAISE e_validation_error;
87: END IF;