DBA Data[Home] [Help]

APPS.CSI_RMA_RECEIPT_PUB dependencies on CSI_PROCESS_TXN_PVT

Line 1491: csi_process_txn_pvt.check_and_break_relation(

1487: -- Moved the routine to process txn pvt to avoid circular dependancy
1488: -- introduced in that routine for bug 2373109 and also to not load rma receipt for
1489: -- Non RMA txns . shegde. Bug 2443204
1490:
1491: csi_process_txn_pvt.check_and_break_relation(
1492: p_instance_id => l_instances_tbl(l_ind).instance_id,
1493: p_csi_txn_rec => l_txn_rec,
1494: x_return_status => l_return_status);
1495:

Line 1662: csi_process_txn_pvt.check_and_break_relation(

1658: -- Moved the routine to process txn pvt to avoid circular dependancy
1659: -- introduced in that routine for bug 2373109 and also to not load rma
1660: -- receipt for Non RMA txns . shegde. Bug 2443204
1661:
1662: csi_process_txn_pvt.check_and_break_relation(
1663: p_instance_id => l_instances_tbl(l_ind).instance_id,
1664: p_csi_txn_rec => l_txn_rec,
1665: x_return_status => l_return_status);
1666:

Line 3556: csi_process_txn_pvt.unexpire_instance(

3552: THEN
3553: -- we will have to unexpire and expire the instance back.
3554: -- Contracts shouldn't be called while unexpiring
3555:
3556: csi_process_txn_pvt.unexpire_instance(
3557: p_instance_id => l_instances_tbl(i_ind).instance_id,
3558: p_call_contracts => fnd_api.g_false,
3559: p_transaction_rec => l_txn_rec,
3560: x_return_status => l_return_status);