[Home] [Help]
[Dependency Information]
Object Name: | WIP_BIS_LATE_PROD_COMP_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
Shows all discrete jobs or repetitive schedules that completed
after the schedule date. For a job, the completion date is compared
to the scheduled completion date. For a schedule, the closing date
is compared to the scheduled last-unit completion date.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | Organization Identifier | ||
ITEM_NUMBER | VARCHAR2 | (40) | Item Number | |
ITEM_UOM | VARCHAR2 | (3) | Item UOM | |
ITEM_DESCRIPTION | VARCHAR2 | (240) | Item Description | |
LINE | VARCHAR2 | (10) | Line | |
WIP_ENTITY_NAME | VARCHAR2 | (240) | Identifier of the Job | |
SCHED_COMP_DATE | DATE | Scheduled Completion Date | ||
ACTUAL_COMP_DATE | DATE | Actual Completion Date |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, ITEM_NUMBER
, ITEM_UOM
, ITEM_DESCRIPTION
, LINE
, WIP_ENTITY_NAME
, SCHED_COMP_DATE
, ACTUAL_COMP_DATE
FROM APPS.WIP_BIS_LATE_PROD_COMP_V;
APPS.WIP_BIS_LATE_PROD_COMP_V is not referenced by any database object
|
|
|