DBA Data[Home] [Help]

APPS.EDW_GL_CONSOLIDATION dependencies on GL_CONS_FLEX_HIERARCHIES

Line 30: gl_cons_flex_hierarchies cfh

26: ) IS
27: SELECT cfh.parent_flex_value parent,
28: csm.segment_map_type segment_map_type
29: FROM gl_cons_segment_map csm,
30: gl_cons_flex_hierarchies cfh
31: WHERE cfh.segment_map_id = csm.segment_map_id
32: AND csm.segment_map_type = 'R'
33: AND csm.from_value_set_id = p_from_value_set_id
34: AND csm.to_value_set_id = p_to_value_set_id