DBA Data[Home] [Help]

APPS.CSI_T_TXN_RLTNSHPS_GRP dependencies on CSI_UTILITY_GRP

Line 81: csi_utility_grp.check_ib_active;

77: -- populates the error message in the message queue and raises the
78: -- fnd_api.g_exc_error exception
79: --
80:
81: csi_utility_grp.check_ib_active;
82:
83: IF px_txn_ii_rltns_tbl.COUNT > 0 THEN
84:
85: -- loop thru instance relationship table

Line 240: csi_utility_grp.check_ib_active;

236: -- populates the error message in the message queue and raises the
237: -- fnd_api.g_exc_error exception
238: --
239:
240: csi_utility_grp.check_ib_active;
241:
242: csi_t_txn_rltnshps_pvt.update_txn_ii_rltns_dtls (
243: p_api_version => p_api_version,
244: p_commit => p_commit,

Line 381: csi_utility_grp.check_ib_active;

377: -- populates the error message in the message queue and raises the
378: -- fnd_api.g_exc_error exception
379: --
380:
381: csi_utility_grp.check_ib_active;
382:
383: csi_t_txn_rltnshps_pvt.delete_txn_ii_rltns_dtls(
384: p_api_version => p_api_version,
385: p_commit => p_commit,