DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_ATTRIBUTES

Line 6445: from AK_REGION_ITEMS ar, AK_ATTRIBUTES aa

6441: and aoa.lov_region_code is not null;
6442: cursor l_get_attr_lov_regions_csr (region_appl_id_param number,
6443: region_code_param varchar2) is
6444: select distinct aa.lov_region_application_id, aa.lov_region_code
6445: from AK_REGION_ITEMS ar, AK_ATTRIBUTES aa
6446: where ar.region_application_id = region_appl_id_param
6447: and ar.region_code = region_code_param
6448: and ar.object_attribute_flag = 'N'
6449: and ar.attribute_application_id = aa.attribute_application_id

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