[Home] [Help]
[Dependency Information]
Object Name: | PA_STANDARD_UNIT_COSTS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_STANDARD_UNIT_COSTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BOOK_TYPE_CODE | VARCHAR2 | (15) | Yes | Corporate Asset Book Identifier. |
ASSET_CATEGORY_ID | NUMBER | (15) | Yes | Asset Category Identifier. |
STANDARD_UNIT_COST | NUMBER | Yes | Standard Cost Per Unit. | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column. |
CREATION_DATE | DATE | Yes | Standard Who column. | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column. |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. |
Cut, paste (and edit) the following text to query this object:
SELECT BOOK_TYPE_CODE
, ASSET_CATEGORY_ID
, STANDARD_UNIT_COST
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_STANDARD_UNIT_COSTS;
PA.PA_STANDARD_UNIT_COSTS does not reference any database object
PA.PA_STANDARD_UNIT_COSTS is referenced by following:
|
|
|