DBA Data[Home] [Help]

APPS.FEM_WEBADI_FEM_BAL_UTILS_PVT dependencies on FEM_DATASETS_ATTR

Line 90: select dim_attribute_varchar_member into l_ds_balance_type_code from FEM_DATASETS_ATTR

86: select dimension_group_display_code into l_cal_per_dim_grp_display_code from FEM_DIMENSION_GRPS_B
87: where dimension_group_id = (select dimension_group_id from fem_cal_periods_b where
88: cal_period_id = P_CAL_PERIOD_ID);
89:
90: select dim_attribute_varchar_member into l_ds_balance_type_code from FEM_DATASETS_ATTR
91: where dataset_code = P_DATASET_CODE
92: and attribute_id = (
93: select a.attribute_id from fem_dim_attributes_b a, fem_dim_attr_versions_b v
94: where a.attribute_id = v.attribute_id