[Home] [Help]
[Dependency Information]
Object Name: | WIP_BIS_PROD_DEPT_YIELD |
---|---|
Object Type: | TABLE |
Owner: | WIP |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
WIP_BIS_PROD_DEPT_YIELD is the summary table that contains information about yield with reference to a job, assembly, and department. It includes information about assemblies scrapped at each department operation. The Capture Production Indicators concurrent program populates this table for a given date range. The WIP Product Quality report is based on this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
WIP_BIS_PROD_DEPT_YIELD_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
WIP_BIS_PROD_DEPT_YIELD_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
WIP_BIS_PROD_DEPT_YIELD_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
WIP_BIS_PROD_DEPT_YIELD_N4 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
WIP_BIS_PROD_DEPT_YIELD_N5 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SET_OF_BOOKS_ID | NUMBER | Set of Books Identifier | ||
SET_OF_BOOKS_NAME | VARCHAR2 | (30) | Name of Set of Books | |
LEGAL_ENTITY_ID | NUMBER | Legal Entity Identifier | ||
LEGAL_ENTITY_NAME | VARCHAR2 | (240) | Name of Legal Entity | |
OPERATING_UNIT_ID | NUMBER | Operating Unit Identifier | ||
OPERATING_UNIT_NAME | VARCHAR2 | (240) | Name of Operating Unit | |
ORGANIZATION_ID | NUMBER | Organization Identifier | ||
ORGANIZATION_NAME | VARCHAR2 | (240) | Name of Organization | |
DEPARTMENT_ID | NUMBER | Department Identifier | ||
DEPARTMENT_CODE | VARCHAR2 | (10) | Short code uniquely identifying the department | |
WIP_ENTITY_ID | NUMBER | Discrete Job/ Flow Schedule Identifier | ||
INVENTORY_ITEM_ID | NUMBER | Inventory item Identifier for the assembly that the job or schedule creates | ||
OPERATION_SEQ_NUM | NUMBER | Operation sequence number | ||
LOCATION_ID | NUMBER | Geographic location Identifier | ||
AREA_CODE | VARCHAR2 | (30) | Short code uniquely identifying the geographic area | |
AREA_NAME | VARCHAR2 | (80) | Name of geographic area | |
COUNTRY_CODE | VARCHAR2 | (60) | Short code uniquely identifying the country the organization is in | |
COUNTRY_NAME | VARCHAR2 | (80) | Name of the country | |
REGION_CODE | VARCHAR2 | (30) | Short code uniquely identifying the specific region in the country | |
REGION_NAME | VARCHAR2 | (80) | Name of the region | |
TRANSACTION_DATE | DATE | Transaction date | ||
PERIOD_SET_NAME | VARCHAR2 | (15) | Accounting Calender | |
YEAR | VARCHAR2 | (15) | Accounting calendar year | |
QUARTER | VARCHAR2 | (15) | Accounting calendar quarter | |
MONTH | VARCHAR2 | (15) | Accounting calendar month | |
TOTAL_QUANTITY | NUMBER | Total number of distinct assemblies worked on by the department/resource combination | ||
SCRAP_QUANTITY | NUMBER | Total number of distinct assemblies scrapped by the department/resource combination | ||
EXISTING_FLAG | NUMBER | Column used to differenciate between already existing data and newly generated data | ||
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 |
Cut, paste (and edit) the following text to query this object:
SELECT SET_OF_BOOKS_ID
, SET_OF_BOOKS_NAME
, LEGAL_ENTITY_ID
, LEGAL_ENTITY_NAME
, OPERATING_UNIT_ID
, OPERATING_UNIT_NAME
, ORGANIZATION_ID
, ORGANIZATION_NAME
, DEPARTMENT_ID
, DEPARTMENT_CODE
, WIP_ENTITY_ID
, INVENTORY_ITEM_ID
, OPERATION_SEQ_NUM
, LOCATION_ID
, AREA_CODE
, AREA_NAME
, COUNTRY_CODE
, COUNTRY_NAME
, REGION_CODE
, REGION_NAME
, TRANSACTION_DATE
, PERIOD_SET_NAME
, YEAR
, QUARTER
, MONTH
, TOTAL_QUANTITY
, SCRAP_QUANTITY
, EXISTING_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM WIP.WIP_BIS_PROD_DEPT_YIELD;
WIP.WIP_BIS_PROD_DEPT_YIELD does not reference any database object
WIP.WIP_BIS_PROD_DEPT_YIELD is referenced by following:
|
|
|