DBA Data[Home] [Help]

APPS.GCS_DRILLDOWN_UTIL_PKG dependencies on GCS_ENTITY_CONS_ATTRS

Line 56: FROM gcs_entity_cons_attrs eca

52: END IF;
53:
54: SELECT eca.currency_code
55: INTO l_ccy_code
56: FROM gcs_entity_cons_attrs eca
57: WHERE eca.hierarchy_id = p_hierarchy_id
58: AND eca.entity_id = p_entity_id;
59:
60: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_PROCEDURE) THEN