DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on RCV_OE_RMA_RECEIPTS_SV

Line 1277: valid_date := rcv_oe_rma_receipts_sv.rma_val_receipt_date_tolerance(x_rma_line_record.oe_order_header_id,

1273: x_days_early_receipt,
1274: x_days_late_receipt,
1275: x_rcv_date_exception
1276: );
1277: valid_date := rcv_oe_rma_receipts_sv.rma_val_receipt_date_tolerance(x_rma_line_record.oe_order_header_id,
1278: x_rma_line_record.oe_order_line_id,
1279: NVL(temp_cascaded_table(1).expected_receipt_date, x_header_record.header_record.expected_receipt_date)
1280: );
1281: