DBA Data[Home] [Help]

APPS.CSI_T_TXN_SYSTEMS_GRP dependencies on CSI_UTILITY_GRP

Line 90: csi_utility_grp.check_ib_active;

86: -- populates the error message in the message queue and raises the
87: -- fnd_api.g_exc_error exception
88: --
89:
90: csi_utility_grp.check_ib_active;
91:
92: -- calling private package: create_system
93: -- hint: primary key needs to be returned
94:

Line 242: csi_utility_grp.check_ib_active;

238: -- populates the error message in the message queue and raises the
239: -- fnd_api.g_exc_error exception
240: --
241:
242: csi_utility_grp.check_ib_active;
243:
244: -- calling private package: update_system
245: csi_t_txn_systems_pvt.update_txn_system(
246: p_api_version => p_api_version,

Line 386: csi_utility_grp.check_ib_active;

382: -- populates the error message in the message queue and raises the
383: -- fnd_api.g_exc_error exception
384: --
385:
386: csi_utility_grp.check_ib_active;
387:
388: -- calling private package: delete_system
389: csi_t_txn_systems_pvt.delete_txn_system(
390: p_api_version => p_api_version,