DBA Data[Home] [Help]

APPS.FII_SETUP_VAL_C dependencies on FII_DIM_NORM_HIERARCHY

Line 32: from fii_dim_norm_hierarchy dnh

28: where coa_list.chart_of_accounts_id = dmr.chart_of_accounts_id
29: and dmr.dimension_short_name = p_dim_short_name
30: and not exists (
31: select 1
32: from fii_dim_norm_hierarchy dnh
33: where dnh.parent_flex_value_set_id = l_master_vs_id
34: and dnh.child_flex_value_set_id = dmr.flex_value_set_id1
35: and rownum = 1
36: )