PJO_PLAN_TYPES_B

This table is used to store the plan types.

Details

  • Schema: FUSION

  • Object owner: PJO

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

PJO_PLAN_TYPES_B_PK

PLAN_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
PLAN_TYPE_ID NUMBER 18 Yes PLAN_TYPE_ID *****
BUDGETARY_CONTROLS_FLAG VARCHAR2 1 Flag indicates if the Financial Plan Type is enabled for Budgetary Controls or not.
PLAN_TYPE_SEED_ID VARCHAR2 20 Used as AltKey to uniquely identify seed data.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE11 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE12 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE13 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE14 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE15 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE16 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE17 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE18 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE19 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE20 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE21 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE22 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE23 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE24 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE25 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE26 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE27 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE28 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE29 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE30 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
PLAN_TYPE_CODE VARCHAR2 30 Yes This column will be used to store the Plan Type. The valid values are `FINANCIAL_PLAN' and `PROJECT_PLAN'. *****
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
START_DATE DATE Yes START_DATE *****
END_DATE DATE END_DATE *****
PLAN_CLASS_CODE VARCHAR2 30 Yes Plan Class for the plan type
PLAN_OPTION_CODE VARCHAR2 30 Yes PLAN_OPTION_CODE *****
APPROVED_COST_PLAN_TYPE_FLAG VARCHAR2 1 This flag indicates if this plan type can be used as an approved cost budget or not.
APPROVED_REV_PLAN_TYPE_FLAG VARCHAR2 1 This flag indicates if this plan type can be used as an approved revenue budget or not.
PRIMARY_COST_FORECAST_FLAG VARCHAR2 1 Indicates whether a forecast is primary cost forecast.
PRIMARY_REV_FORECAST_FLAG VARCHAR2 1 Indicates whether a forecast is primary revenue forecast.
PLAN_IN_MULTI_CURR_FLAG VARCHAR2 1 Yes PLAN_IN_MULTI_CURR_FLAG *****
AUTO_SUBMIT_FOR_APPR VARCHAR2 1 AUTO_SUBMIT_FOR_APPR *****
REPORT_QUANTITY_FROM_CODE VARCHAR2 30 REPORT_QUANTITY_FROM_CODE *****
ENABLE_WF_FLAG VARCHAR2 1 Yes The identiier of whether the plan type will call workflow when the status changes
DEFAULT_FIN_PLAN_TYPE_FLAG VARCHAR2 1 Yes DEFAULT_FIN_PLAN_TYPE_FLAG *****
DEFAULT_AWD_FIN_PLAN_TYPE_FLAG VARCHAR2 20 Yes DEFAULT_AWD_FIN_PLAN_TYPE_FLAG *****
AUTO_APPROVE_FLAG VARCHAR2 1 Yes AUTO_APPROVE_FLAG *****
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Foreign Keys

Table Foreign Table Foreign Key Column
pjo_plan_types_tl pjo_plan_types_b PLAN_TYPE_ID
pjo_planning_options pjo_plan_types_b PLAN_TYPE_ID
pjo_plan_versions_b pjo_plan_types_b PLAN_TYPE_ID
pjf_pm_prod_cntrl_rules pjo_plan_types_b FIELD_VALUE_ID
pjc_alloc_runs_all pjo_plan_types_b BASIS_FIN_PLAN_TYPE_ID
pjo_commitment_controls pjo_plan_types_b PLAN_TYPE_ID
pjo_plan_types_b_st pjo_plan_types_b PLAN_TYPE_ID
pjo_plan_type_rate_schs pjo_plan_types_b PLAN_TYPE_ID
pjc_alloc_rules_all pjo_plan_types_b BASIS_FIN_PLAN_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
PJO_PLAN_TYPES_B_N1 Non Unique Default LAST_UPDATE_DATE
PJO_PLAN_TYPES_B_U1 Unique Default PLAN_TYPE_ID, ORA_SEED_SET1
PJO_PLAN_TYPES_B_U11 Unique Default PLAN_TYPE_ID, ORA_SEED_SET2