[Home] [Help]
[Dependency Information]
| Object Name: | WIP_ACTIVE_DISCRETE_JOBS_VAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | WIP.WIP_ACTIVE_DISCRETE_JOBS_VAL_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| WIP_ENTITY_ID | NUMBER | Yes | WIP job identifier | |
| WIP_ENTITY_NAME | VARCHAR2 | (240) | Yes | WIP job name |
| DESCRIPTION | VARCHAR2 | (240) | Descriptive text | |
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| ENTITY_TYPE | NUMBER | Yes | WIP entity type code | |
| JOB_TYPE | NUMBER | Yes | Type of discrete job | |
| SCHEDULED_START_DATE | DATE | Yes | Date on which job is scheduled to start | |
| SCHEDULED_COMPLETION_DATE | DATE | Yes | Last unit scheduled completion date | |
| PRIMARY_ITEM_ID | NUMBER | Inventory item identifier of assembly the job creates | ||
| STATUS_TYPE | NUMBER | Yes | Status of job | |
| START_QUANTITY | NUMBER | Yes | Job start quantity | |
| BOM_REVISION | VARCHAR2 | (3) | Inventory item revision code | |
| COMPLETION_SUBINVENTORY | VARCHAR2 | (10) | Default completion subinventory for assemblies completed by the job | |
| COMPLETION_LOCATOR_ID | NUMBER | Default completion locator identifier for assemblies completed by the job | ||
| JOB_LOT_NUMBER | VARCHAR2 | (80) | Default lot number to assign to assemblies completed from the job |
Cut, paste (and edit) the following text to query this object:
SELECT WIP_ENTITY_ID
, WIP_ENTITY_NAME
, DESCRIPTION
, ORGANIZATION_ID
, ENTITY_TYPE
, JOB_TYPE
, SCHEDULED_START_DATE
, SCHEDULED_COMPLETION_DATE
, PRIMARY_ITEM_ID
, STATUS_TYPE
, START_QUANTITY
, BOM_REVISION
, COMPLETION_SUBINVENTORY
, COMPLETION_LOCATOR_ID
, JOB_LOT_NUMBER
FROM APPS.WIP_ACTIVE_DISCRETE_JOBS_VAL_V;
APPS
WIP_DISCRETE_JOBS
WIP_ENTITIES
APPS.WIP_ACTIVE_DISCRETE_JOBS_VAL_V is not referenced by any database object
|
|
|
|