DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_INSTALL_PARAMETERS

Line 13696: from csi_install_parameters;

13692: --
13693: IF l_int_party_id IS NULL THEN
13694: select internal_party_id
13695: into l_int_party_id
13696: from csi_install_parameters;
13697:
13698: IF l_int_party_id IS NULL THEN
13699: FND_MESSAGE.SET_NAME('CSI','CSI_API_UNINSTALLED_PARAMETER');
13700: FND_MSG_PUB.ADD;

Line 26805: -- Get full dump frequency from CSI_INSTALL_PARAMETERS

26801:
26802: -- Get a unique org_assignment number from the sequence
26803: l_attribute_value_h_id := csi_extend_attrib_vld_pvt.get_attribute_value_h_id;
26804:
26805: -- Get full dump frequency from CSI_INSTALL_PARAMETERS
26806: l_dump_frequency := csi_org_unit_vld_pvt.get_full_dump_frequency;
26807: --
26808: IF l_dump_frequency IS NULL THEN
26809: RAISE FND_API.G_EXC_ERROR;

Line 34693: FROM csi_install_parameters;

34689: IF l_raise_bes_event = 'Y' THEN
34690: BEGIN
34691: SELECT internal_party_id
34692: INTO l_internal_party_id
34693: FROM csi_install_parameters;
34694: EXCEPTION
34695: when no_data_found then
34696: l_internal_party_id := null;
34697: END;

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

35112: BEGIN
35113: -- Standard Start of API savepoint
35114: -- SAVEPOINT get_instance_link_locations;
35115:
35116: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
35117: csi_utility_grp.check_ib_active;
35118:
35119: -- Standard call to check for call compatibility.
35120: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

35477:
35478: SAVEPOINT csi_lock_item_instance;
35479:
35480:
35481: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
35482:
35483: csi_utility_grp.check_ib_active;
35484:
35485: -- Standard call to check for call compatibility.

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

36256: BEGIN
36257:
36258: SAVEPOINT csi_unlock_item_instance;
36259:
36260: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
36261:
36262: csi_utility_grp.check_ib_active;
36263:
36264: -- Standard call to check for call compatibility.