DBA Data[Home] [Help]

APPS.ICX_REQ_SEARCH dependencies on AK_OBJECT_ATTRIBUTES

Line 192: AK_OBJECT_ATTRIBUTES d,

188: cursor FindAttributes is
189: select d.COLUMN_NAME,b.DATA_TYPE,a.ATTRIBUTE_LABEL_LONG
190: from AK_ATTRIBUTES b,
191: AK_REGIONS c,
192: AK_OBJECT_ATTRIBUTES d,
193: AK_REGION_ITEMS_VL a
194: where a.REGION_APPLICATION_ID = p_region_appl_id
195: and a.REGION_CODE = p_region_code
196: and a.NODE_QUERY_FLAG = 'Y'