DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on RCV_OE_RMA_RECEIPTS_SV

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

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