DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_OBJECT_ATTRIBUTES

Line 6436: from AK_REGIONS ar, AK_OBJECT_ATTRIBUTES aoa

6432: and lov_region_code is not null;
6433: cursor l_get_oa_lov_regions_csr (region_appl_id_param number,
6434: region_code_param varchar2) is
6435: select distinct aoa.lov_region_application_id, aoa.lov_region_code
6436: from AK_REGIONS ar, AK_OBJECT_ATTRIBUTES aoa
6437: where ar.region_application_id = region_appl_id_param
6438: and ar.region_code = region_code_param
6439: and ar.database_object_name = aoa.database_object_name
6440: and aoa.lov_region_application_id is not null

Line 7538: -- key fields against ak_attributes or ak_object_attributes.

7534: --
7535: -- If the object_attribute_flag is missing, pass the value in the
7536: -- database to the validate_item procedure. This is done such that
7537: -- the validate_item procedure can check the validity of attribute
7538: -- key fields against ak_attributes or ak_object_attributes.
7539: --
7540: if (p_object_attribute_flag = FND_API.G_MISS_CHAR) then
7541: l_object_attribute_flag := l_items_rec.object_attribute_flag;
7542: else