[Home] [Help]
[Dependency Information]
| Object Name: | WIP_PURGE_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | WIP |
| FND Design Data: | WIP.WIP_PURGE_TEMP
|
| Subobject Name: | |
| Status: | VALID |
WIP_PURGE_TEMP temporarily stores information about jobs and
schedules that are being purged. This information is deleted when
the purge completes.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_ID | NUMBER | Processing group Identifier | ||
| WIP_ENTITY_ID | NUMBER | WIP job or repetitive assembly identifier | ||
| REPETITIVE_SCHEDULE_ID | NUMBER | WIP repetitive schedule Identifier | ||
| PRIMARY_ITEM_ID | NUMBER | Inventory item Identifier for the assembly that the job or repetitive schedule creates | ||
| LINE_ID | NUMBER | WIP line Identifier | ||
| START_DATE | DATE | Date on which job or repetitive schedule is scheduled to start | ||
| COMPLETE_DATE | DATE | Last unit scheduled completion date | ||
| CLOSE_DATE | DATE | Date on which the job is closed or the repetitive schedule is set to Complete - No Charges or to Cancelled | ||
| STATUS_TYPE | NUMBER | Status of job or repetitive schedule | ||
| ORGANIZATION_ID | NUMBER | Organization Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT GROUP_ID
, WIP_ENTITY_ID
, REPETITIVE_SCHEDULE_ID
, PRIMARY_ITEM_ID
, LINE_ID
, START_DATE
, COMPLETE_DATE
, CLOSE_DATE
, STATUS_TYPE
, ORGANIZATION_ID
FROM WIP.WIP_PURGE_TEMP;
WIP.WIP_PURGE_TEMP does not reference any database object
WIP.WIP_PURGE_TEMP is referenced by following:
WIP
WIP_PURGE_TEMP#
|
|
|
|