DBA Data[Home] [Help]

APPS.HRI_BPL_SETUP_DIAGNOSTIC dependencies on BIS_DIMENSIONS

Line 990: ,bis_dimensions bd

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'
994: AND bfm.application_id = 800;