PJC_STANDARD_UNIT_COSTS
Stores the standard cost per unit for Project Assets by Asset Category and Asset Book. When the Asset Cost Allocation Method is "Standard Unit Cost", the asset line generation process uses this information to allocate indirect and common cost across each asset assigned to the grouping level.
Details
-
Schema: FUSION
-
Object owner: PJC
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJC_STANDARD_UNIT_COSTS_PK |
STANDARD_UNIT_COST_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
STANDARD_UNIT_COST_ID | NUMBER | 18 | Yes | The system-generated number that uniquely identifies the standard unit cost. ***** | |
BOOK_TYPE_CODE | VARCHAR2 | 30 | Yes | Corporate Asset Book Identifier. | |
ASSET_CATEGORY_ID | NUMBER | 18 | Yes | Asset Category Identifier. | |
STANDARD_UNIT_COST | NUMBER | Yes | Standard Cost Per Unit. | ||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJC_STANDARD_UNIT_COSTS | fa_categories_b | ASSET_CATEGORY_ID |
PJC_STANDARD_UNIT_COSTS | fa_book_controls | BOOK_TYPE_CODE |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJC_STANDARD_UNIT_COSTS_U1 | Unique | Default | BOOK_TYPE_CODE, ASSET_CATEGORY_ID |
PJC_STANDARD_UNIT_COSTS_U2 | Unique | Default | STANDARD_UNIT_COST_ID |