DBA Data[Home] [Help]

APPS.ICX_REQ_ACCT2 dependencies on AK_ATTRIBUTES

Line 149: ak_attributes b,

145:
146: cursor get_ak_columns is
147: select ltrim(rtrim(d.COLUMN_NAME)) COL_NAME
148: from ak_region_items a,
149: ak_attributes b,
150: ak_regions c,
151: ak_object_attributes d
152: where a.NODE_DISPLAY_FLAG = 'Y'
153: and a.ATTRIBUTE_CODE = b.ATTRIBUTE_CODE

Line 382: ak_attributes b,

378:
379: cursor get_ak_columns is
380: select ltrim(rtrim(d.COLUMN_NAME)) COL_NAME
381: from ak_region_items a,
382: ak_attributes b,
383: ak_regions c,
384: ak_object_attributes d
385: where a.NODE_DISPLAY_FLAG = 'Y'
386: and a.ATTRIBUTE_CODE = b.ATTRIBUTE_CODE