DBA Data[Home] [Help]

APPS.CSI_SYSTEMS_PVT dependencies on CSI_TRANSACTIONS_PVT

Line 2729: csi_transactions_pvt.create_transaction

2725: -- hint: primary key should be returned.
2726: -- x_system_id := px_system_id;
2727: l_system_id := x_system_id;
2728:
2729: csi_transactions_pvt.create_transaction
2730: (
2731: p_api_version => p_api_version
2732: ,p_commit => p_commit
2733: ,p_init_msg_list => p_init_msg_list

Line 3433: csi_transactions_pvt.create_transaction

3429: p_program_id => p_system_rec.program_id,
3430: p_program_update_date => p_system_rec.program_update_date);
3431: END IF;
3432:
3433: csi_transactions_pvt.create_transaction
3434: (
3435: p_api_version => p_api_version
3436: ,p_commit => p_commit
3437: ,p_init_msg_list => p_init_msg_list

Line 4147: csi_transactions_pvt.create_transaction

4143: -- This is because, as a part of bug # 2783027, we enforced system_id validation to make sure that
4144: -- no update is allowed on an instance that is attachaed to an expired system.
4145: -- In this case, if the system is already expired then cascade can't be done.
4146: --
4147: csi_transactions_pvt.create_transaction
4148: (
4149: p_api_version => p_api_version
4150: ,p_commit => p_commit
4151: ,p_init_msg_list => p_init_msg_list