DBA Data[Home] [Help]

APPS.CSI_T_TXN_OUS_GRP dependencies on CSI_UTILITY_GRP

Line 77: csi_utility_grp.check_ib_active;

73: -- populates the error message in the message queue and raises the
74: -- fnd_api.g_exc_error exception
75: --
76:
77: csi_utility_grp.check_ib_active;
78:
79: IF px_txn_org_assgn_tbl.COUNT > 0 THEN
80:
81: -- loop thru org assignments table

Line 232: csi_utility_grp.check_ib_active;

228: -- populates the error message in the message queue and raises the
229: -- fnd_api.g_exc_error exception
230: --
231:
232: csi_utility_grp.check_ib_active;
233:
234: csi_t_txn_ous_pvt.update_txn_org_assgn_dtls(
235: p_api_version => p_api_version,
236: p_commit => p_commit,

Line 374: csi_utility_grp.check_ib_active;

370: -- populates the error message in the message queue and raises the
371: -- fnd_api.g_exc_error exception
372: --
373:
374: csi_utility_grp.check_ib_active;
375:
376: csi_t_txn_ous_pvt.delete_txn_org_assgn_dtls(
377: p_api_version => p_api_version,
378: p_commit => p_commit,