DBA Data[Home] [Help]

APPS.AK_REGION_PVT dependencies on AK_OBJECT_ATTRIBUTES

Line 6425: from AK_REGIONS ar, AK_OBJECT_ATTRIBUTES aoa

6421: and lov_region_code is not null;
6422: cursor l_get_oa_lov_regions_csr (region_appl_id_param number,
6423: region_code_param varchar2) is
6424: select distinct aoa.lov_region_application_id, aoa.lov_region_code
6425: from AK_REGIONS ar, AK_OBJECT_ATTRIBUTES aoa
6426: where ar.region_application_id = region_appl_id_param
6427: and ar.region_code = region_code_param
6428: and ar.database_object_name = aoa.database_object_name
6429: and aoa.lov_region_application_id is not null

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

7523: --
7524: -- If the object_attribute_flag is missing, pass the value in the
7525: -- database to the validate_item procedure. This is done such that
7526: -- the validate_item procedure can check the validity of attribute
7527: -- key fields against ak_attributes or ak_object_attributes.
7528: --
7529: if (p_object_attribute_flag = FND_API.G_MISS_CHAR) then
7530: l_object_attribute_flag := l_items_rec.object_attribute_flag;
7531: else