DBA Data[Home] [Help]

APPS.FEM_GLOBAL_VS_COMBO_UTIL_PKG dependencies on FEM_LEDGERS_ATTR

Line 150: from fem_ledgers_attr

146: p_version_id IN NUMBER,
147: p_global_vs_combo_id IN NUMBER
148: ) is
149: select ledger_id
150: from fem_ledgers_attr
151: where attribute_id = p_attribute_id
152: and version_id = p_version_id
153: and dim_attribute_numeric_member = p_global_vs_combo_id;
154: