DBA Data[Home] [Help]

APPS.GCS_INTERCO_PROCESSING_PKG dependencies on GCS_ENTITY_CONS_ATTRS

Line 238: FROM GCS_ENTITY_CONS_ATTRS gcea

234: WHERE ghb.hierarchy_id = p_hierarchy_id;
235:
236: SELECT gcea.currency_code
237: INTO g_currency_code
238: FROM GCS_ENTITY_CONS_ATTRS gcea
239: WHERE gcea.hierarchy_id = p_hierarchy_id
240: AND gcea.entity_id = p_entity_id;
241:
242: EXCEPTION