DBA Data[Home] [Help]

APPS.CSI_II_RELATIONSHIPS_PUB dependencies on CSI_INSTALL_PARAMETERS

Line 43: -- Check for freeze_flag in csi_install_parameters is set to 'Y'

39: BEGIN
40: -- standard start of api SAVEPOINT
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.

Line 207: -- Check for freeze_flag in csi_install_parameters is set to 'Y'

203: BEGIN
204: -- standard start of api savepoint
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.

Line 368: FROM csi_install_parameters;

364:
365: BEGIN
366: SELECT internal_party_id
367: INTO l_internal_party_id
368: FROM csi_install_parameters;
369: EXCEPTION
370: WHEN NO_DATA_FOUND THEN
371: l_internal_party_id := null;
372: END;

Line 552: -- Check for freeze_flag in csi_install_parameters is set to 'Y'

548: BEGIN
549: -- standard start of api savepoint
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.

Line 826: -- Check for freeze_flag in csi_install_parameters is set to 'Y'

822: BEGIN
823: -- standard start of api savepoint
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.