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


TABLE: WIP.WIP_TXN_ALLOCATIONS

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


WIP_TXN_ALLOCATIONS stores resource transaction information for single
resource cost transactions that transcend multiple repetitive
schedules. Oracle Work in Process creates a row for each repetitive
schedule it charges, along with the transaction Identifier from
WIP_TRANSACTIONS and the primary and alternate unit of measure
quantities. Oracle Work in Process allocates resource charges to
repetitive schedules based on a FIFO algorithm that charges the oldest schedule first.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
WIP_TXN_ALLOCATIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRANSACTION_ID
ColumnREPETITIVE_SCHEDULE_ID
ColumnORGANIZATION_ID
WIP_TXN_ALLOCATIONS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREPETITIVE_SCHEDULE_ID
ColumnTRANSACTION_ID
ColumnORGANIZATION_ID
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER
Yes Transaction Identifier
REPETITIVE_SCHEDULE_ID NUMBER
Yes WIP repetitive schedule Identifier
ORGANIZATION_ID NUMBER
Yes Organization Identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
TRANSACTION_QUANTITY NUMBER
Yes Transaction quantity
PRIMARY_QUANTITY NUMBER
Yes Quantity transacted expressed in primary unit of measure
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
,      REPETITIVE_SCHEDULE_ID
,      ORGANIZATION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      TRANSACTION_QUANTITY
,      PRIMARY_QUANTITY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM WIP.WIP_TXN_ALLOCATIONS;

Dependencies

[top of page]

WIP.WIP_TXN_ALLOCATIONS does not reference any database object

WIP.WIP_TXN_ALLOCATIONS is referenced by following:

SchemaAPPS
SynonymWIP_TXN_ALLOCATIONS