ACE_PF_SCENARIO_B

This table stores scenario details of portfolio.

Details

  • Schema: FUSION

  • Object owner: ACE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACE_PF_SCENARIO_B_PK

SCENARIO_ID

Columns

Name Datatype Length Precision Not-null Comments
SCENARIO_ID NUMBER 18 Yes Primary Key which will be system generated Application Unique Id.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
PORTFOLIO_REVISION_ID NUMBER 18 Yes Portfolio revision ID to which the scenario belongs to.
PORTFOLIO_ID NUMBER 18 Yes Portfolio ID to which the scenario belongs to.
STATUS VARCHAR2 30 Yes Scenario type. The values for this column will be maintained in FND_LOOKUPS under the ACE_SCENARIO_STATUSES lookup type. The possible values codes and translatable names as follows, Code: DRAFT Value: Draft, Code: SUBMITTED Value: Submitted, Code: APPROVED Value: Approved, Code: REJECTED Value: Rejected, Code: CURRENT Value: Current
IS_ENABLED VARCHAR2 1 Yes Flag which indicates whether the scenario is being used or not. 'Y' stands for enabled and 'N' stands for Disabled.
CREATOR VARCHAR2 100 Yes Stores the user id of the user who created the scenario object
DATE_CREATED TIMESTAMP Yes Stores the date on which the scenario object was created.
ROI NUMBER Portfolio Metric : Return On Investment.
PORTFOLIO_RISK_SUBJECTIVE VARCHAR2 30 Portfolio Metric : The values for this column will be maintained in FND_LOOKUPS under the ACE_PRT2_RISK_SUBJECTIVE lookup type. The values are Low, Medium, High.
PORTFOLIO_RISK_NUMERIC VARCHAR2 30 Portfolio Metric : The values for this column will be maintained in FND_LOOKUPS under the ACE_PRT2_RISK_NUMERIC lookup type. The values are 1 - Low, 5 - Medium, 10 - High
PORTFOLIO_STRATEGIC_IMP NUMBER Portfolio Metric : PORTFOLIO_STRATEGIC_IMPORTANCE. The values for this column will be maintained in FND_LOOKUPS under the ACE_PRT2_STRATEGIC_IMP lookup type. The values are 1...5
SCENARIO_BASELINE_DATE DATE Baseline date for financial calculations.
SCENARIO_DISCOUNT_RATE NUMBER 5 Indicates the Discount Rate for the Scenario in Percentage. Max 100% and Min 0%.
NET_PRESENT_VALUE NUMBER Portfolio Metric : Net Present Value
INTERNAL_RATE_OF_RETURN NUMBER Portfolio Metric : Internal Rate of Return
RESOURCE_VALUE_INDEX NUMBER Portfolio Metric : NPV / Total resources
COST_VALUE_INDEX NUMBER Portfolio Metric : NPV / Total cost
YEAR_2_REVENUE NUMBER Portfolio Metric : 2 year revenue
YEAR_3_REVENUE NUMBER Portfolio Metric : 3 year revenue
YEAR_5_REVENUE NUMBER Portfolio Metric : 5 year revenue
RPI NUMBER Portfolio Metric : RESOURCES_PRODUCTIVITY_INDEX. ECV / Total resources
CPI NUMBER Portfolio Metric : COST_PRODUCTIVITY_INDEX. ECV / Total cost
TRCC NUMBER Portfolio Metric : TOTAL_RESOURCE_COST_CONSUMED. Monetary equivalent of resources consumed by all the products selected by user to be part of the scenario
PAYBACK_PERIOD NUMBER Portfolio Metric : PAYBACK_PERIOD
ALIGNMENT VARCHAR2 30 Portfolio Metric : The values for this column will be maintained in FND_LOOKUPS under the ACE_PRT2_ALIGNMENT lookup type. The values are 1...5.
IMPACT VARCHAR2 30 Portfolio Metric : The values for this column will be maintained in FND_LOOKUPS under the ACE_PRT2_IMPACT lookup type. The values are 1...5.
COMPETITIVE_ADVANTAGE VARCHAR2 30 Portfolio Metric : The values for this column will be maintained in FND_LOOKUPS under the ACE_PRT2_COMPETITIVE_ADVANTAGE lookup type. The values are 1...5.
SUPPLY_CHAIN_FIT VARCHAR2 30 Portfolio Metric : The values for this column will be maintained in FND_LOOKUPS under the ACE_PRT2_SUPPLY_CHAIN_FITS lookup type. The values are 1...5.
RND_KNOW_HOW VARCHAR2 30 Portfolio Metric : The values for this column will be maintained in FND_LOOKUPS under the ACE_PRT2_RND_KNOW_HOW lookup type. The values are 1...5.
EXPECTED_COMMERCIAL_VALUE NUMBER Expected Commercial Value for a portfolio is the sum of Expected Commercial Values of all products in portfolio.
PROB_OF_COMMERCIAL_SUCCESS NUMBER Portfolio metric : Probability of commercial success.
PROB_OF_TECHNICAL_SUCCESS NUMBER Scenario Metric : Probability of Technical Success.
ACTUAL_COST NUMBER Sum of all actual costs for portfolio
PROJECTED_COST NUMBER Sum of all projected costs for portfolio
PROJECTED_RESOURCES NUMBER Sum of all projected resources for portfolio
ACTUAL_RESOURCES NUMBER Sum of all actual resources for portfolio
PROJECTED_REVENUE NUMBER Sum of all projected revenues for portfolio
PROJECTED_MARGIN NUMBER Difference of Projected Revenue & Projected Cost
COST_DEVIATION NUMBER Difference between the Target and Projected Cost devided by the Target Cost
REVENUE_DEVIATION NUMBER Difference between the Target and Projected Revenue devided by the Target Revenue
MARGIN_DEVIATION NUMBER Difference between the Target and Projected Margin devided by the Target Margin
ACTUAL_REVENUE NUMBER Sum of all actual revenues for portfolio
ACTUAL_MARGIN NUMBER Difference between Actual Revenue and Actual Cost
PROJ_DEV_MATERIAL_COST NUMBER Sum of all projected development material costs for a portfolio
PROJ_DEV_VARIABLE_COST NUMBER Sum of all projected development variable costs for a portfolio
PROJ_DEV_FIXED_COST NUMBER Sum of all projected development fixed costs for a portfolio
PROJ_DEV_LABOR_COST NUMBER Sum of all projected development labor costs for a portfolio
PROJ_PROD_MATERIAL_COST NUMBER Sum of all projected production material costs for a portfolio
PROJ_PROD_VARIABLE_COST NUMBER Sum of all projected production variable costs for a portfolio
PROJ_PROD_FIXED_COST NUMBER Sum of all projected production fixed costs for a portfolio
PROJ_PROD_LABOR_COST NUMBER Sum of all projected production labro costs for a portfolio
PROJ_DEV_COST NUMBER Sum of all projected development costs for a portfolio
PROJ_PROD_COST NUMBER Sum of all projected production costs for a portfolio
ACTUAL_DEV_MATERIAL_COST NUMBER Sum of all actual development material costs for a portfolio
ACTUAL_DEV_VARIABLE_COST NUMBER Sum of all actual development variable costs for a portfolio
ACTUAL_DEV_FIXED_COST NUMBER Sum of all actual development fixed costs for a portfolio
ACTUAL_DEV_LABOR_COST NUMBER Sum of all actual development labor costs for a portfolio
ACTUAL_PROD_MATERIAL_COST NUMBER Sum of all actual production material costs for a portfolio
ACTUAL_PROD_VARIABLE_COST NUMBER Sum of all actual production variable costs for a portfolio
ACTUAL_PROD_FIXED_COST NUMBER Sum of all actual production fixed costs for a portfolio
ACTUAL_PROD_LABOR_COST NUMBER Sum of all actual production labor costs for a portfolio
ACTUAL_DEVELOPMENT_COST NUMBER Sum of all actual development costs for a portfolio
ACTUAL_PRODUCTION_COST NUMBER Sum of all actual production costs for a portfolio
PORTFOLIO_STRATEGIC_FIT VARCHAR2 30 Overall Strategic Fit for portfolio as a function of its competitive advantage, alignment, impact, supply chain fit and R&D Know How.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
EXTN_ATTRIBUTE_TIMESTAMP001 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP002 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP003 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER001 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER002 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER003 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER004 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER005 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER006 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER007 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER008 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR001 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR002 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR003 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR004 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR005 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR006 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR007 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR008 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR009 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR010 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR011 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR012 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR013 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR014 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP004 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP005 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP006 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER009 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER010 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER011 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER012 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER013 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER014 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER015 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER016 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR015 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR016 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR017 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR018 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR019 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR020 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR021 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR022 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR023 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR024 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR025 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR026 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR027 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR028 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP007 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP008 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP009 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER017 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER018 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER019 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER020 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER021 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER022 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER023 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER024 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR029 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR030 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR031 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR032 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR033 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR034 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR035 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR036 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR037 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR038 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR039 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR040 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR041 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR042 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP010 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP011 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP012 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER025 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER026 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER027 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER028 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER029 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER030 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER031 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER032 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR043 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR044 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR045 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR046 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR047 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR048 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR049 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR050 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR051 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR052 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR053 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR054 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR055 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR056 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP013 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP014 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP015 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER033 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER034 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER035 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER036 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER037 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER038 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER039 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER040 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR057 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR058 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR059 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR060 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR061 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR062 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR063 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR064 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR065 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR066 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR067 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR068 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR069 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR070 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP016 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP017 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP018 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER041 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER042 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER043 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER044 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER045 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER046 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER047 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER048 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR071 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR072 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR073 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR074 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR075 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR076 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR077 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR078 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR079 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR080 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR081 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR082 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR083 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR084 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP019 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_TIMESTAMP020 TIMESTAMP Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER049 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER050 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR085 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR086 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR087 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR088 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR089 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR090 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR091 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR092 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR093 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR094 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR095 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR096 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR097 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR098 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR099 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_CHAR100 VARCHAR2 4000 Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER201 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER202 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER203 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER204 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.
EXTN_ATTRIBUTE_NUMBER205 NUMBER Runtime Extensibility: Column reserved for custom extension attributes.

Foreign Keys

Table Foreign Table Foreign Key Column
ACE_PF_SCENARIO_B ace_portfolio_revision PORTFOLIO_REVISION_ID
ACE_PF_SCENARIO_B ace_portfolio_b PORTFOLIO_ID

Indexes

Index Uniqueness Tablespace Columns
ACE_PF_SCENARIO_B_N1 Non Unique Default PORTFOLIO_REVISION_ID
ACE_PF_SCENARIO_B_N2 Non Unique Default EXTN_ATTRIBUTE_NUMBER001
ACE_PF_SCENARIO_B_N3 Non Unique Default EXTN_ATTRIBUTE_NUMBER002
ACE_PF_SCENARIO_B_N4 Non Unique Default EXTN_ATTRIBUTE_NUMBER003
ACE_PF_SCENARIO_B_N5 Non Unique Default EXTN_ATTRIBUTE_CHAR001
ACE_PF_SCENARIO_B_N6 Non Unique Default EXTN_ATTRIBUTE_CHAR002
ACE_PF_SCENARIO_B_U1 Unique Default SCENARIO_ID