DBA Data[Home] [Help]

APPS.HRI_BPL_SETUP_DIAGNOSTIC dependencies on BIS_FLEX_MAPPINGS_V

Line 989: bis_flex_mappings_v bfm

985: -- Cursor to find the attribute for Region
986: CURSOR c_reg_attr IS
987: SELECT bfm.application_column_name
988: FROM
989: bis_flex_mappings_v bfm
990: ,bis_dimensions bd
991: WHERE bfm.dimension_id = bd.dimension_id
992: AND bd.short_name = 'GEOGRAPHY'
993: AND bfm.level_short_name = 'REGION'