DBA Data[Home] [Help]

APPS.BIS_BUCKET_PVT dependencies on AK_REGION_ITEMS

Line 2441: FROM ak_region_items

2437: l_count NUMBER;
2438:
2439: cursor c_akregion (p1 varchar2, p2 varchar2) IS
2440: SELECT region_code
2441: FROM ak_region_items
2442: WHERE (attribute1 = p1
2443: OR attribute1 IS NULL)
2444: AND attribute2 = p2
2445: GROUP BY region_code;