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 404: csi_utility_grp.check_ib_active;

400: SAVEPOINT update_system_pub;
401:
402: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
403:
404: csi_utility_grp.check_ib_active;
405:
406:
407: -- standard call to check for call compatibility.
408: IF NOT fnd_api.compatible_api_call ( l_api_version,

Line 732: csi_utility_grp.check_ib_active;

728: SAVEPOINT expire_system_pub;
729:
730: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
731:
732: csi_utility_grp.check_ib_active;
733:
734:
735: -- standard call to check for call compatibility.
736: IF NOT fnd_api.compatible_api_call ( l_api_version,