How To Find Description for Allocation Type, Distribution Type, and Scenario
(Doc ID 2786184.1)
Last updated on MAY 19, 2023
Applies to:
Oracle Financial Services Profitability Management - Version 8.0.0 and laterInformation in this document applies to any platform.
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Profitability Management (PFT)
Goal
Question #1: How to find allocation type description listed in FSI_M_ALLOCATION_RULE.
select distinct (ALLOCATION_TYPE_CD) from FSI_M_ALLOCATION_RULE;
Question #2: How to find allocation distribution type description listed in FSI_M_ALLOC_DETAILS.
select distinct (PERCENT_DRIVER_TYPE) from FSI_M_ALLOC_DETAILS;
Question #3: How to find allocation scenario description listed in FSI_M_ALLOC_DETAILS.
select distinct (SCENARIO_CD) from FSI_M_ALLOC_DETAILS;
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |