DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_INSTALL_PARAMETERS

Line 13322: from csi_install_parameters;

13318: --
13319: IF l_int_party_id IS NULL THEN
13320: select internal_party_id
13321: into l_int_party_id
13322: from csi_install_parameters;
13323:
13324: IF l_int_party_id IS NULL THEN
13325: FND_MESSAGE.SET_NAME('CSI','CSI_API_UNINSTALLED_PARAMETER');
13326: FND_MSG_PUB.ADD;

Line 26236: -- Get full dump frequency from CSI_INSTALL_PARAMETERS

26232:
26233: -- Get a unique org_assignment number from the sequence
26234: l_attribute_value_h_id := csi_extend_attrib_vld_pvt.get_attribute_value_h_id;
26235:
26236: -- Get full dump frequency from CSI_INSTALL_PARAMETERS
26237: l_dump_frequency := csi_org_unit_vld_pvt.get_full_dump_frequency;
26238: --
26239: IF l_dump_frequency IS NULL THEN
26240: RAISE FND_API.G_EXC_ERROR;

Line 34050: FROM csi_install_parameters;

34046: IF l_raise_bes_event = 'Y' THEN
34047: BEGIN
34048: SELECT internal_party_id
34049: INTO l_internal_party_id
34050: FROM csi_install_parameters;
34051: EXCEPTION
34052: when no_data_found then
34053: l_internal_party_id := null;
34054: END;

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

34461: BEGIN
34462: -- Standard Start of API savepoint
34463: -- SAVEPOINT get_instance_link_locations;
34464:
34465: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
34466: csi_utility_grp.check_ib_active;
34467:
34468: -- Standard call to check for call compatibility.
34469: IF NOT FND_API.Compatible_API_Call (l_api_version,

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

34820:
34821: SAVEPOINT csi_lock_item_instance;
34822:
34823:
34824: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
34825:
34826: csi_utility_grp.check_ib_active;
34827:
34828: -- Standard call to check for call compatibility.

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

35595: BEGIN
35596:
35597: SAVEPOINT csi_unlock_item_instance;
35598:
35599: -- Check for freeze_flag in csi_install_parameters is set to 'Y'
35600:
35601: csi_utility_grp.check_ib_active;
35602:
35603: -- Standard call to check for call compatibility.