DBA Data[Home] [Help]

APPS.CSI_T_TXN_DETAILS_GRP dependencies on CSI_UTILITY_GRP

Line 175: csi_utility_grp.check_ib_active;

171: -- This procedure check if the installed base is active, If not active
172: -- populates the error message in the message queue and raises the
173: -- fnd_api.g_exc_error exception
174:
175: csi_utility_grp.check_ib_active;
176:
177: -- Added for CZ Integration (Begin)
178: l_txn_line_query_rec := p_txn_line_query_rec ;
179: IF NVL(l_txn_line_query_rec.config_session_hdr_id , fnd_api.g_miss_num)

Line 562: csi_utility_grp.check_ib_active;

558: -- populates the error message in the message queue and raises the
559: -- fnd_api.g_exc_error exception
560: --
561:
562: csi_utility_grp.check_ib_active;
563:
564: -- Added for CZ Integration (Begin)
565: IF NVL(px_txn_line_rec.config_session_hdr_id , fnd_api.g_miss_num)
566: <> fnd_api.g_miss_num

Line 769: csi_utility_grp.check_ib_active;

765: -- populates the error message in the message queue and raises the
766: -- fnd_api.g_exc_error exception
767: --
768:
769: csi_utility_grp.check_ib_active;
770:
771: -- Added for CZ Integration (Begin)
772: IF NVL(p_txn_line_rec.config_session_hdr_id , fnd_api.g_miss_num)
773: <> fnd_api.g_miss_num

Line 949: csi_utility_grp.check_ib_active;

945: -- This procedure check if the installed base is active, If not active
946: -- populates the error message in the message queue and raises the
947: -- fnd_api.g_exc_error exception
948: --
949: csi_utility_grp.check_ib_active;
950: IF p_api_caller_identity <> 'CONFIG'
951: THEN
952: ---check whether txn_line_id has config parameters set
953: OPEN txn_line_cur ;

Line 1125: csi_utility_grp.check_ib_active;

1121: -- populates the error message in the message queue and raises the
1122: -- fnd_api.g_exc_error exception
1123: --
1124:
1125: csi_utility_grp.check_ib_active;
1126:
1127: csi_t_txn_details_pvt.copy_transaction_dtls(
1128: p_api_version => p_api_version,
1129: p_commit => p_commit,

Line 1292: csi_utility_grp.check_ib_active;

1288: -- populates the error message in the message queue and raises the
1289: -- fnd_api.g_exc_error exception
1290: --
1291:
1292: csi_utility_grp.check_ib_active;
1293:
1294: csi_t_vldn_routines_pvt.check_reqd_param(
1295: p_value => p_txn_line_rec.transaction_line_id,
1296: p_param_name => 'p_txn_line_rec.transaction_line_id',

Line 1444: csi_utility_grp.check_ib_active;

1440: -- populates the error message in the message queue and raises the
1441: -- fnd_api.g_exc_error exception
1442: --
1443:
1444: csi_utility_grp.check_ib_active;
1445:
1446: csi_t_txn_details_pvt.split_transaction_details
1447: (
1448: p_api_version => p_api_version,