DBA Data[Home] [Help]

APPS.BIS_UPDATE_ACTUAL_SOURCE_PVT dependencies on AK_REGION_ITEMS

Line 11: FROM bis_indicators a, bsc_sys_datasets_b b, ak_region_items ak

7: SELECT a.indicator_id,
8: a.short_name,
9: ak.region_code,
10: ak.attribute_code
11: FROM bis_indicators a, bsc_sys_datasets_b b, ak_region_items ak
12: WHERE a.dataset_id = b.dataset_id
13: AND a.actual_data_source IS NULL
14: AND b.source = 'PMF'
15: AND ak.attribute1 = 'MEASURE'