DBA Data[Home] [Help]

APPS.HRI_BPL_GEOGRAPHY dependencies on BIS_DIMENSIONS

Line 26: , bis_dimensions bd

22: /* Cursor to collect the attribute which stores the region code */
23: CURSOR region_segment_csr is
24: SELECT bfm.application_column_name
25: FROM bis_flex_mappings_v bfm
26: , bis_dimensions bd
27: WHERE bfm.dimension_id = bd.dimension_id
28: AND bd.short_name = 'GEOGRAPHY'
29: AND bfm.level_short_name = 'REGION'
30: AND bfm.application_id = 800;