[Home] [Help]
[Dependency Information]
Object Name: | WIP_DJ_CLOSE_TEMP |
---|---|
Object Type: | TABLE |
Owner: | WIP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
WIP_DJ_CLOSE_TEMP is a temporary table that holds information for
discrete jobs that have a status of Pending Close. Oracle Work in
Process inserts records into this table from the Close Discrete Jobs
window and also the Discrete Job Close process. Records are deleted
from this table once jobs are closed.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WIP_DJ_CLOSE_TEMP_U1 | NORMAL | UNIQUE |
![]() |
![]() |
WIP_DJ_CLOSE_TEMP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
WIP_ENTITY_ID | NUMBER | Yes | WIP job or repetitive assembly Identifier | |
ORGANIZATION_ID | NUMBER | Yes | Organization Identifier | |
WIP_ENTITY_NAME | VARCHAR2 | (240) | Yes | WIP job or repetitive assembly name |
STATUS_TYPE | NUMBER | Yes | Status of job | |
PRIMARY_ITEM_ID | NUMBER | Inventory item Identifier for the assembly the job creates | ||
ACTUAL_CLOSE_DATE | DATE | Date the job closed | ||
GROUP_ID | NUMBER | Yes | Processing group Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT WIP_ENTITY_ID
, ORGANIZATION_ID
, WIP_ENTITY_NAME
, STATUS_TYPE
, PRIMARY_ITEM_ID
, ACTUAL_CLOSE_DATE
, GROUP_ID
FROM WIP.WIP_DJ_CLOSE_TEMP;
WIP.WIP_DJ_CLOSE_TEMP does not reference any database object
WIP.WIP_DJ_CLOSE_TEMP is referenced by following:
|
|
|