[Home] [Help]
[Dependency Information]
| Object Name: | WIP_MOVE_TXN_ALLOCATIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | WIP |
| FND Design Data: | WIP.WIP_MOVE_TXN_ALLOCATIONS
|
| Subobject Name: | |
| Status: | VALID |
WIP_MOVE_TXN_ALLOCATIONS stores Move quantity information for single shop floor Move transactions that transcend multiple repetitive schedules. Oracle Work in Process creates a row for each repetitive schedule it transacts along with the Move transaction identifier from WIP_MOVE_TRANSACTIONS and the primary and alternate units of measure quantities. Oracle Work in Process allocates shop floor Move quantities to repetitive schedules based on a FIFO algorithm, which records quantities against the oldest schedule first.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 5 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| WIP_MOVE_TXN_ALLOCATIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
TRANSACTION_ID
REPETITIVE_SCHEDULE_ID
ORGANIZATION_ID
|
| WIP_MOVE_TXN_ALLOCATIONS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
REPETITIVE_SCHEDULE_ID
TRANSACTION_ID
ORGANIZATION_ID
|
| 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 | ||
| 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 | ||
| TRANSACTION_QUANTITY | NUMBER | Yes | Transaction quantity | |
| PRIMARY_QUANTITY | NUMBER | Yes | Transaction quantity expressed in primary unit of measure of the assembly |
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
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, TRANSACTION_QUANTITY
, PRIMARY_QUANTITY
FROM WIP.WIP_MOVE_TXN_ALLOCATIONS;
WIP.WIP_MOVE_TXN_ALLOCATIONS does not reference any database object
WIP.WIP_MOVE_TXN_ALLOCATIONS is referenced by following:
WIP
WIP_MOVE_TXN_ALLOCATIONS#
|
|
|
|