DBA Data[Home] [Help]

APPS.GCS_CONS_IMPACT_ANALYSIS_PKG dependencies on GCS_FEM_HIER_SYNC_PKG

Line 544: gcs_fem_hier_sync_pkg.entity_added(p_hierarchy_id => l_hierarchy_id,

540: l_trx_date);
541:
542: -- Bugfix 4309316: Need to synchronize new additions with EPF
543: IF (l_pre_cons_relationship_id = -1) THEN
544: gcs_fem_hier_sync_pkg.entity_added(p_hierarchy_id => l_hierarchy_id,
545: p_cons_relationship_id => l_post_cons_relationship_id);
546: END IF;
547:
548: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN