PJC_CINT_RATE_SCH_B

Store sets of capitalized interest rate schedules that are used to calculate capitalized interest for expenditures charged to a project.

Details

  • Schema: FUSION

  • Object owner: PJC

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

PJC_CINT_RATE_SCH_B_PK

CINT_RATE_SCH_ID

Columns

Name Datatype Length Precision Not-null Comments
CINT_RATE_SCH_ID NUMBER 18 Yes The system-generated number which uniquely identifies the capitalized interest rate schedule *****
ORG_TREE_STRUCTURE_CODE VARCHAR2 30 Yes The default organization hierarchy structure used for capitalized interest rate schedule *****
ORG_TREE_CODE VARCHAR2 30 Yes The default organization hierarchy used for capitalized interest rate schedule *****
ORG_TREE_VERSION_ID VARCHAR2 32 Yes The hierarchy version for the capitalized interest rate schedule schedule *****
START_ORGANIZATION_ID NUMBER 18 Yes The highest organization hierarchy used for the capitalized interest rate schedule *****
START_DATE_ACTIVE DATE Yes First effective date of the capitalized interest rate schedule *****
END_DATE_ACTIVE DATE Last effective date of the capitalized interest rate schedule *****
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
pjc_cint_rs_revisions pjc_cint_rate_sch_b CINT_RATE_SCH_ID
pjf_projects_all_b pjc_cint_rate_sch_b CINT_RATE_SCH_ID
pjc_cint_rate_sch_tl pjc_cint_rate_sch_b CINT_RATE_SCH_ID
pjc_cint_compiled_mults pjc_cint_rate_sch_b CINT_RATE_SCH_ID

Indexes

Index Uniqueness Tablespace Columns
PJC_CINT_RATE_SCH_B_U1 Unique Default CINT_RATE_SCH_ID