DBA Data[Home] [Help]

APPS.FEM_DIM_UTILS_PVT dependencies on FEM_DIM_ATTR_GRPS

Line 125: from fem_dim_attr_grps

121: -- Cursor to determine if the attribute has been used by Groups.
122: --
123: Cursor l_attr_grp_use_csr is
124: Select 'x'
125: from fem_dim_attr_grps
126: where attribute_id = p_attribute_id;
127:
128: --
129: -- Cursor to determine group use code and attribute table name of dim.

Line 262: from fem_dim_attr_grps

258: -- Cursor to determine if the attribute has been used by Groups.
259: --
260: Cursor l_attr_grp_use_csr is
261: Select 'x'
262: from fem_dim_attr_grps
263: where attribute_id = p_attribute_id;
264:
265: --
266: -- Cursor to determine group use code and attribute table name of dim.