DBA Data[Home] [Help]

APPS.GCS_IMPACT_WRITER_PKG dependencies on GCS_ENTITIES_ATTR

Line 65: FROM gcs_entities_attr gea,

61: p_cal_period_id NUMBER,
62: p_bal_type_code VARCHAR2)
63: IS
64: SELECT gea.entity_id
65: FROM gcs_entities_attr gea,
66: fem_cal_periods_attr fcpa
67: WHERE gea.ledger_id = p_ledger_id
68: AND gea.data_type_code = DECODE(p_bal_type_code, 'A', 'ACTUAL', 'N/A')
69: AND fcpa.attribute_id = gcs_utility_pkg.g_dimension_attr_info('CAL_PERIOD_ID-CAL_PERIOD_END_DATE').attribute_id