DBA Data[Home] [Help]

APPS.CSI_SYSTEMS_PUB dependencies on CSI_UTILITY_GRP

Line 45: csi_utility_grp.check_ib_active;

41: --SAVEPOINT get_systems_pub;
42:
43: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
44:
45: csi_utility_grp.check_ib_active;
46:
47:
48: -- standard call to check for call compatibility.
49: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 197: csi_utility_grp.check_ib_active;

193: SAVEPOINT create_system_pub;
194:
195: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
196:
197: csi_utility_grp.check_ib_active;
198:
199:
200: -- standard call to check for call compatibility.
201: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 354: csi_utility_grp.check_ib_active;

350: SAVEPOINT update_system_pub;
351:
352: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
353:
354: csi_utility_grp.check_ib_active;
355:
356:
357: -- standard call to check for call compatibility.
358: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 506: csi_utility_grp.check_ib_active;

502: SAVEPOINT expire_system_pub;
503:
504: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
505:
506: csi_utility_grp.check_ib_active;
507:
508:
509: -- standard call to check for call compatibility.
510: IF NOT fnd_api.compatible_api_call ( l_api_version,