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 551: -- Check for freeze_flag in csi_install_parameters is set to 'Y'

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

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

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