DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_STANDARD_UNIT_COSTS

Object Details
Object Name: PA_STANDARD_UNIT_COSTS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_STANDARD_UNIT_COSTS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_STANDARD_UNIT_COSTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBOOK_TYPE_CODE
ColumnASSET_CATEGORY_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

PA.PA_STANDARD_UNIT_COSTS does not reference any database object

PA.PA_STANDARD_UNIT_COSTS is referenced by following:

SchemaAPPS
SynonymPA_STANDARD_UNIT_COSTS