[Home] [Help]
233: dataSet number;
234: relationshipId number;
235:
236: xnsData xnsCursor%ROWTYPE;
237: ccy GCS_ENTITY_CONS_ATTRS.currency_code%TYPE;
238:
239: ruleErrorMsg varchar2(2000);
240: ruleRetcode number;
241:
570: --jh 5.18.04: elims entity_id is stored in dim_attribute_numeric_member,
571: --not entity_id
572: cursor elimsEntityCursor is
573: SELECT f.dim_attribute_numeric_member, g.currency_code
574: FROM GCS_ENTITY_CONS_ATTRS g,
575: FEM_ENTITIES_ATTR f
576: WHERE f.attribute_id = attr
577: AND f.version_id = vers
578: AND f.entity_id = g.entity_id