DBA Data[Home] [Help]

APPS.IBW_BI_UTL_PVT dependencies on AK_REGION_ITEMS_VL

Line 86: from ak_region_items_vl

82: gaflog_value VARCHAR2(10);
83:
84: CURSOR c_last (regioncode varchar2,attributecode varchar2) IS
85: select ATTRIBUTE_LABEL_LONG
86: from ak_region_items_vl
87: where region_code = regioncode
88: and attribute_code = attributecode;
89: BEGIN
90: