PJS_PROG_PRJ_BPLAN_FACT

Table to store Base Plans at Program Project Level.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJS_PROG_PRJ_BPLAN_FACT_PK

PROJECT_ID, ENTERPRISE_PERIOD_NAME, CURRENCY_CODE, TXN_ACCUM_HEADER_ID, UNIT_OF_MEASURE, RESOURCE_CLASS_ID

Columns

Name Datatype Length Precision Not-null Comments
PROJECT_ID NUMBER 18 Yes Unique identifier of the project.
ENTERPRISE_PERIOD_NAME VARCHAR2 15 Yes Period name of accounting calendar used for the program performance reporting.
CURRENCY_CODE VARCHAR2 15 Yes The three-letter ISO code associated with a currency used in projects.
TXN_ACCUM_HEADER_ID NUMBER 18 Yes Unique combination of resource attributes and is used for RBS mapping.
UNIT_OF_MEASURE VARCHAR2 30 Yes The unit by which to measure amounts entered for the plan.
RESOURCE_CLASS_ID NUMBER 18 Yes Unique identifier of the resource class.
FIN_PLAN_BSLINE_QUANTITY NUMBER The number of units for a baselined budget.
FIN_PLAN_BSLINE_RAW_COST NUMBER Raw cost for a baselined budget.
FIN_PLAN_BSLINE_BURDENED_COST NUMBER Burdened cost for a baselined budget.
FIN_PLAN_BSLINE_REVENUE NUMBER Revenue of the baselined budget.
CURR_BSLINE_BUD_QUANTITY NUMBER The number of units for a baselined budget that is current.
CURR_BSLINE_BUD_RAW_COST NUMBER Raw cost for a current baselined budget.
CURR_BSLINE_BUD_BURDENED_COST NUMBER Burdened cost for a current baselined budget.
CURR_BSLINE_BUD_REVENUE NUMBER Revenue of a current baselined budget.
APPROVE_FORECAST_QUANTITY NUMBER The number of units for an approved forecast.
APPROVE_FORECAST_RAW_COST NUMBER Forecast raw cost associated to current row.
APPROVE_FORECAST_BURDENED_COST NUMBER Forecast burdened cost associated to current row.
APPROVE_FORECAST_REVENUE NUMBER Revenue of an approved forecast.
PLANTYPE_3_CURR_QUANTITY NUMBER The number of units for a budget or forecast.
PLANTYPE_3_CURR_RAW_COST NUMBER Raw cost for a budget or forecast.
PLANTYPE_3_CURR_BURDENED_COST NUMBER Burdened cost for a budget or forecast.
PLANTYPE_3_CURR_REVENUE NUMBER Revenue of a current budget or forecast.
PLANTYPE_4_CURR_QUANTITY NUMBER The number of units for a budget or forecast.
PLANTYPE_4_CURR_RAW_COST NUMBER Raw cost for a budget or forecast.
PLANTYPE_4_CURR_BURDENED_COST NUMBER Burdened cost for a budget or forecast.
PLANTYPE_4_CURR_REVENUE NUMBER Revenue of a current budget or forecast.
PLANTYPE_5_CURR_QUANTITY NUMBER The number of units for a budget or forecast.
PLANTYPE_5_CURR_RAW_COST NUMBER Raw cost for a budget or forecast.
PLANTYPE_5_CURR_BURDENED_COST NUMBER Burdened cost for a budget or forecast.
PLANTYPE_5_CURR_REVENUE NUMBER Revenue of a current budget or forecast.
PLANTYPE_6_CURR_QUANTITY NUMBER The number of units for a budget or forecast.
PLANTYPE_6_CURR_RAW_COST NUMBER Raw cost for a budget or forecast.
PLANTYPE_6_CURR_BURDENED_COST NUMBER Burdened cost for a budget or forecast.
PLANTYPE_6_CURR_REVENUE NUMBER Revenue of a current budget or forecast.
FIN_PLAN_WORKING_QUANTITY NUMBER The number of units for a working budget.
FIN_PLAN_WORKING_RAW_COST NUMBER Raw cost for a budget in working status.
FIN_PLAN_WORKING_BURDENED_COST NUMBER Burdened cost for a budget in working status.
FIN_PLAN_WORKING_REVENUE NUMBER Revenue of a plan in working status.
ORIG_BSLINE_BUD_QUANTITY NUMBER The number of units for a baselined budget that is original.
ORIG_BSLINE_BUD_RAW_COST NUMBER Raw cost for an original baselined budget.
ORIG_BSLINE_BUD_BURDENED_COST NUMBER Burdened cost for an original baselined budget.
ORIG_BSLINE_BUD_REVENUE NUMBER Revenue of original baselined budget.
PRIOR_FORECAST_QUANTITY NUMBER The number of units for a prior approved forecast.
PRIOR_FORECAST_RAW_COST NUMBER Forecast raw cost associated to current row.
PRIOR_FORECAST_BURDENED_COST NUMBER Forecast burdened cost associated to current row.
PRIOR_FORECAST_REVENUE NUMBER Revenue of a prior approved forecast.
PLANTYPE_3_PRI_QUANTITY NUMBER The number of units for a prior budget or forecast.
PLANTYPE_3_PRI_RAW_COST NUMBER Raw cost for a prior budget or forecast.
PLANTYPE_3_PRI_BURDENED_COST NUMBER Burdened cost for a prior budget or forecast.
PLANTYPE_3_PRI_REVENUE NUMBER Revenue of a prior budget or forecast.
PLANTYPE_4_PRI_QUANTITY NUMBER The number of units for a prior budget or forecast.
PLANTYPE_4_PRI_RAW_COST NUMBER Raw cost for a prior budget or forecast.
PLANTYPE_4_PRI_BURDENED_COST NUMBER Burdened cost for a prior budget or forecast.
PLANTYPE_4_PRI_REVENUE NUMBER Revenue of a prior budget or forecast.
PLANTYPE_5_PRI_QUANTITY NUMBER The number of units for a prior budget or forecast.
PLANTYPE_5_PRI_RAW_COST NUMBER Raw cost for a prior budget or forecast.
PLANTYPE_5_PRI_BURDENED_COST NUMBER Burdened cost for a prior budget or forecast.
PLANTYPE_5_PRI_REVENUE NUMBER Revenue of a prior budget or forecast.
PLANTYPE_6_PRI_QUANTITY NUMBER The number of units for a prior budget or forecast.
PLANTYPE_6_PRI_RAW_COST NUMBER Raw cost for a prior budget or forecast.
PLANTYPE_6_PRI_BURDENED_COST NUMBER Burdened cost for a prior budget or forecast.
PLANTYPE_6_PRI_REVENUE NUMBER Revenue of a prior budget or forecast.
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.
ADDL_ATTRIBUTE1 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTRIBUTE2 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTRIBUTE3 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTRIBUTE4 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.
ADDL_ATTRIBUTE5 VARCHAR2 150 Column supporting alphanumeric characters reserved for internal use.

Indexes

Index Uniqueness Tablespace Columns
PJS_PROG_PRJ_BPLAN_FACT_U1 Unique Default PROJECT_ID, ENTERPRISE_PERIOD_NAME, CURRENCY_CODE, TXN_ACCUM_HEADER_ID, UNIT_OF_MEASURE, RESOURCE_CLASS_ID