PJS_PROG_PROJ_FINPLANS

Table to store Fin Plans at Program Project Level.

Details

  • Schema: FUSION

  • Object owner: PJS

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJS_PROG_PROJ_FINPLANS_PK

PROJECT_ID, PLAN_VERSION_ID

Columns

Name Datatype Length Precision Not-null Comments
PROJECT_ID NUMBER 18 Yes Unique identifier of the project.
PLAN_VERSION_ID NUMBER 18 Yes Identifier of the current baselined version of approved cost budget.
TIME_PHASED_CODE VARCHAR2 30 Indicates whether a plan should be prorated from the beginning or end of a period, or evenly.
PJS_PLAN_TYPE VARCHAR2 15 Identifier of the plan type used by a plan that is summarized.
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
GL_CALENDAR_ID NUMBER 18 Unique identifier of the ledger calendar.
PROJFUNC_CURRENCY_CODE VARCHAR2 15 The three-letter ISO code associated with a project ledger currency.
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_PROJ_FINPLANS_U1 Unique Default PROJECT_ID, PLAN_VERSION_ID