DBA Data[Home] [Help]

APPS.CSI_T_TXN_PARTIES_GRP dependencies on CSI_UTILITY_GRP

Line 84: csi_utility_grp.check_ib_active;

80: -- populates the error message in the message queue and raises the
81: -- fnd_api.g_exc_error exception
82: --
83:
84: csi_utility_grp.check_ib_active;
85:
86: IF px_txn_party_detail_tbl.count > 0 THEN
87:
88: -- new attribute, R12 Mass Update API call, due to the API call from EO, UI is unable to correctly identify

Line 313: csi_utility_grp.check_ib_active;

309: -- populates the error message in the message queue and raises the
310: -- fnd_api.g_exc_error exception
311: --
312:
313: csi_utility_grp.check_ib_active;
314:
315: IF px_txn_pty_acct_detail_tbl.count > 0 THEN
316:
317: FOR l_ind IN px_txn_pty_acct_detail_tbl.FIRST..

Line 468: csi_utility_grp.check_ib_active;

464: -- populates the error message in the message queue and raises the
465: -- fnd_api.g_exc_error exception
466: --
467:
468: csi_utility_grp.check_ib_active;
469:
470: csi_t_txn_parties_pvt.update_txn_party_dtls(
471: p_api_version => p_api_version,
472: p_commit => fnd_api.g_false,

Line 613: csi_utility_grp.check_ib_active;

609: -- populates the error message in the message queue and raises the
610: -- fnd_api.g_exc_error exception
611: --
612:
613: csi_utility_grp.check_ib_active;
614:
615: csi_t_txn_parties_pvt.update_txn_pty_acct_dtls(
616: p_api_version => p_api_version,
617: p_commit => p_commit,

Line 753: csi_utility_grp.check_ib_active;

749: -- populates the error message in the message queue and raises the
750: -- fnd_api.g_exc_error exception
751: --
752:
753: csi_utility_grp.check_ib_active;
754:
755: csi_t_txn_parties_pvt.delete_txn_party_dtls(
756: p_api_version => p_api_version,
757: p_commit => p_commit,

Line 894: csi_utility_grp.check_ib_active;

890: -- populates the error message in the message queue and raises the
891: -- fnd_api.g_exc_error exception
892: --
893:
894: csi_utility_grp.check_ib_active;
895:
896: csi_t_txn_parties_pvt.delete_txn_pty_acct_dtls(
897: p_api_version => p_api_version,
898: p_commit => p_commit,