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


TABLE: WIP.WIP_SCRAP_VALUES

Object Details
Object Name: WIP_SCRAP_VALUES
Object Type: TABLE
Owner: WIP
FND Design Data: TableWIP.WIP_SCRAP_VALUES
Subobject Name:
Status: VALID


WIP_SCRAP_VALUES stores assembly scrap transaction cost
information for jobs and schedules. Oracle Work in Process calculates
this information as part of scrap transaction processing and
inserts the values in this table. Oracle Work in Process updates
these values as necessary when you perform cost updates. This table
is also used when printing scrap transaction information on the
Discrete Job and Repetitive Schedule Value reports.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WIP_SCRAP_VALUES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
ColumnLEVEL_TYPE
ColumnCOST_ELEMENT_ID
ColumnCOST_UPDATE_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER
Yes Transaction Identifier
LEVEL_TYPE NUMBER
Yes Level of the cost
COST_ELEMENT_ID NUMBER
Yes Cost element Identifier
COST_UPDATE_ID NUMBER

Identifier of the cost update process that created the record
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
COST_ELEMENT_VALUE NUMBER
Yes Value of the scrap transaction for the cost element
REQUEST_ID NUMBER

Enhanced Who column
PROGRAM_APPLICATION_ID NUMBER

Enhanced Who column
PROGRAM_ID NUMBER

Enhanced Who column
PROGRAM_UPDATE_DATE DATE

Enhanced Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRANSACTION_ID
,      LEVEL_TYPE
,      COST_ELEMENT_ID
,      COST_UPDATE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      COST_ELEMENT_VALUE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM WIP.WIP_SCRAP_VALUES;

Dependencies

[top of page]

WIP.WIP_SCRAP_VALUES does not reference any database object

WIP.WIP_SCRAP_VALUES is referenced by following:

SchemaAPPS
SynonymWIP_SCRAP_VALUES