FM_COST_CONTOURS

This table stores information about cost contours (daily breakdown of costs) for work plans. The daily values are stored in the FM_COST_CONTOUR_COMPONENTS table.

Foreign Keys

Primary Key Table

Primary Key Column

Foreign Key Column

KNTA_USERS

USER_ID

LAST_UPDATED_BY

KNTA_USERS

USER_ID

CREATED_BY

PM_WORK_PLANS

WORK_PLAN_ID

WORK_PLAN_ID

Column Descriptions

Column Name

Null?

Data Type

Description

FM_COST_CONTOUR_ID

NOT NULL

NUMBER

System-generated identifier

CREATED_BY

NOT NULL

NUMBER

Identifier for the user who created the record

CREATION_DATE

NOT NULL

DATE

Date record was created

LAST_UPDATED_BY

NOT NULL

NUMBER

Identifier for the user who last updated the record

LAST_UPDATE_DATE

NOT NULL

DATE

Date record was last updated

VERSION

NOT NULL

NUMBER

System-generated

LABOR_TYPE_CODE

NOT NULL

VARCHAR2(40)

Labor type (labor or non-labor)

CATEGORY_CODE

NOT NULL

VARCHAR2(40)

Cost category

EXPENSE_TYPE_CODE

NOT NULL

VARCHAR2(40)

Expense type (capital or operating)

WORK_PLAN_ID

NULLABLE

NUMBER

ID of the work plan

Indexes

Index Name

Index Type

Sequence

Column Name

FM_COST_CONTOUR_PK

UNIQUE

1

FM_COST_CONTOUR_ID

Sequences

This table uses no sequences.