DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on RCV_INT_ORG_TRANSFER

Line 406: rcv_int_org_transfer.derive_trans_del_line_quantity(x_cascaded_table,

402: rcv_roi_transaction.derive_reason_info(x_cascaded_table, n);
403: /* Auto_transact_code is null for all these transaction types */
404: x_cascaded_table(n).auto_transact_code := NULL;
405: /* quantity derivation is the same as interorg transfers */
406: rcv_int_org_transfer.derive_trans_del_line_quantity(x_cascaded_table,
407: n,
408: temp_cascaded_table
409: );
410: END derive_rma_trans_del;

Line 449: rcv_int_org_transfer.derive_int_org_cor_line_qty(x_cascaded_table,

445: rcv_roi_transaction.derive_reason_info(x_cascaded_table, n);
446: /* Auto_transact_code is null for all these transaction types */
447: x_cascaded_table(n).auto_transact_code := NULL;
448: /* Quantity calculation is the same as for interorg transfer */
449: rcv_int_org_transfer.derive_int_org_cor_line_qty(x_cascaded_table,
450: n,
451: temp_cascaded_table
452: );
453: END derive_rma_correction_line;