[Home] [Help]
[Dependency Information]
Object Name: | WIP_TXN_ALLOCATIONS |
---|---|
Object Type: | TABLE |
Owner: | WIP |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 5 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WIP_TXN_ALLOCATIONS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
WIP_TXN_ALLOCATIONS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
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 |
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;
WIP.WIP_TXN_ALLOCATIONS does not reference any database object
WIP.WIP_TXN_ALLOCATIONS is referenced by following:
|
|
|