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

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

Line 828: csi_utility_grp.check_ib_active;

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