DBA Data[Home] [Help]

APPS.GCS_CONS_ENGINE_PKG dependencies on GCS_HIERARCHIES_B

Line 758: FROM gcs_hierarchies_b

754: p_end_time => sysdate);
755:
756: SELECT top_entity_id
757: INTO l_top_entity_id
758: FROM gcs_hierarchies_b
759: WHERE hierarchy_id = cons_entity_wf_info.consolidation_hierarchy;
760:
761:
762: BEGIN