DBA Data[Home] [Help]

APPS.GCS_FEM_HIER_SYNC_PKG dependencies on FEM_ENTITIES_ATTR

Line 312: fem_entities_attr fea,

308: l_start_date,
309: l_entity_type,
310: l_hierarchy_name
311: FROM gcs_cons_relationships gcr,
312: fem_entities_attr fea,
313: gcs_hierarchies_vl ghv
314: WHERE gcr.cons_relationship_id = p_cons_relationship_id
315: AND gcr.hierarchy_id = ghv.hierarchy_id
316: AND gcr.dominant_parent_flag = 'Y'

Line 446: FROM fem_entities_attr fea

442: FND_GLOBAL.USER_ID,
443: FND_GLOBAL.LOGIN_ID,
444: 1,
445: 'N'
446: FROM fem_entities_attr fea
447: WHERE fea.entity_id = l_child_entity_id
448: AND fea.attribute_id IN (l_oper_entity_attr, l_elim_entity_attr)
449: AND fea.version_id IN (l_oper_entity_version, l_elim_entity_version);
450: END IF;