DBA Data[Home] [Help]

APPS.CSI_RMA_RECEIPT_PUB dependencies on CSI_PROCESS_TXN_PVT

Line 1483: csi_process_txn_pvt.check_and_break_relation(

1479: -- Moved the routine to process txn pvt to avoid circular dependancy
1480: -- introduced in that routine for bug 2373109 and also to not load rma receipt for
1481: -- Non RMA txns . shegde. Bug 2443204
1482:
1483: csi_process_txn_pvt.check_and_break_relation(
1484: p_instance_id => l_instances_tbl(l_ind).instance_id,
1485: p_csi_txn_rec => l_txn_rec,
1486: x_return_status => l_return_status);
1487:

Line 1654: csi_process_txn_pvt.check_and_break_relation(

1650: -- Moved the routine to process txn pvt to avoid circular dependancy
1651: -- introduced in that routine for bug 2373109 and also to not load rma
1652: -- receipt for Non RMA txns . shegde. Bug 2443204
1653:
1654: csi_process_txn_pvt.check_and_break_relation(
1655: p_instance_id => l_instances_tbl(l_ind).instance_id,
1656: p_csi_txn_rec => l_txn_rec,
1657: x_return_status => l_return_status);
1658:

Line 3517: csi_process_txn_pvt.unexpire_instance(

3513: THEN
3514: -- we will have to unexpire and expire the instance back.
3515: -- Contracts shouldn't be called while unexpiring
3516:
3517: csi_process_txn_pvt.unexpire_instance(
3518: p_instance_id => l_instances_tbl(i_ind).instance_id,
3519: p_call_contracts => fnd_api.g_false,
3520: p_transaction_rec => l_txn_rec,
3521: x_return_status => l_return_status);