DBA Data[Home] [Help]

APPS.BIS_PMF_PORTLET_UTIL dependencies on AK_REGION_ITEMS

Line 1054: FROM ak_region_items

1050: ) IS
1051:
1052: CURSOR c_ak_item IS
1053: SELECT attribute7, attribute14
1054: FROM ak_region_items
1055: WHERE
1056: region_code = p_region_code
1057: AND attribute_code = p_attribute_code;
1058: