For Oracle Hyperion Financial Data Quality Management, Fusion Edition. Checks if the specified Entity, Account, ICP, C1, C2, C3, C4 are all base members. If all members are base members, then data can be input into the cell.
Read-only
<HFMwMetadata>.IsInputCell lScenarioId, lYearId, lPeriodId, varalDimIds, varalMemberIds
Argument | Description |
---|---|
lScenarioId | The member ID of the Scenario dimension member. Input argument. Long subtype. |
lYearId | The member ID of the Year dimension member. Input argument. Long subtype. |
lPeriodId | The member ID of the Period dimension member. Input argument. Long subtype. |
varalDimIds | Array containing the Dimension IDs used for the intersection. Input argument. Long subtype. |
varalMemberIds | Array containing the Members IDs used for the intersection which correspond to the array of dimensions. For example, if the dimension IDs represent Entity, Account, ICP, C1, C2, C3, C4, then the member IDs belong to each of those dimensions, respectively. Input argument. Long subtype. |
Returns True if all specified members are base members; False otherwise.