DBA Data[Home] [Help]

APPS.CSI_II_RELATIONSHIPS_PUB dependencies on CSI_UTILITY_GRP

Line 45: csi_utility_grp.check_ib_active;

41: --SAVEPOINT get_relationships_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: -- standard call TO check for call compatibility.
48: IF NOT fnd_api.compatible_api_call ( l_api_version,
49: p_api_version,

Line 209: csi_utility_grp.check_ib_active;

205: SAVEPOINT create_relationship_pub;
206:
207: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
208:
209: csi_utility_grp.check_ib_active;
210:
211: -- standard call TO check for call compatibility.
212: IF NOT fnd_api.compatible_api_call ( l_api_version,
213: p_api_version,

Line 553: csi_utility_grp.check_ib_active;

549: SAVEPOINT update_relationship_pub;
550:
551: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
552:
553: csi_utility_grp.check_ib_active;
554:
555: -- standard call TO check for call compatibility.
556: IF NOT fnd_api.compatible_api_call ( l_api_version,
557: p_api_version,

Line 827: csi_utility_grp.check_ib_active;

823: SAVEPOINT expire_relationship_pub;
824:
825: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
826:
827: csi_utility_grp.check_ib_active;
828:
829: -- standard call TO check for call compatibility.
830: IF NOT fnd_api.compatible_api_call ( l_api_version,
831: p_api_version,