DBA Data[Home] [Help]

APPS.GCS_PERIOD_INIT_PKG dependencies on GCS_ENTITY_CONS_ATTRS

Line 473: FROM GCS_ENTITY_CONS_ATTRS

469:
470: -- get entity and parent entity's currencies
471: SELECT currency_code
472: INTO l_entity_curr
473: FROM GCS_ENTITY_CONS_ATTRS
474: WHERE hierarchy_id = p_hierarchy_id
475: AND entity_id = p_entity_id;
476:
477: --Bugfix 5449718: We do not need to create initialized entries for translated results

Line 483: FROM GCS_ENTITY_CONS_ATTRS

479: /*
480: IF (p_translation_required = 'Y') THEN
481: SELECT currency_code
482: INTO l_cons_entity_curr
483: FROM GCS_ENTITY_CONS_ATTRS
484: WHERE hierarchy_id = p_hierarchy_id
485: AND entity_id = p_cons_entity_id;
486: END IF;
487: */