DBA Data[Home] [Help]

APPS.GCS_VALUE_SET_PKG dependencies on GCS_HIERARCHIES_B

Line 228: FROM gcs_hierarchies_b ghb,

224: feb.entity_display_code
225: INTO l_hierarchy_id,
226: l_top_entity_id,
227: l_entity_display_code
228: FROM gcs_hierarchies_b ghb,
229: fem_entities_b feb
230: WHERE ghb.certification_flag = 'Y'
231: AND feb.entity_id = ghb.top_entity_id;
232: