[Home] [Help]
[Dependency Information]
| Object Name: | BOMBV_MFG_DEPARTMENT_CLASSES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.BOMBV_MFG_DEPARTMENT_CLASSES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows the classification of departments related to
manufacturing.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DEPARTMENT_CLASS_CODE | VARCHAR2 | (10) | Yes | |
| ORGANIZATION_CODE | VARCHAR2 | (3) | ||
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | |
| DESCRIPTION | VARCHAR2 | (240) | ||
| ORGANIZATION_ID | NUMBER | Yes | ||
| UPDATED_ON | DATE | Yes | ||
| UPDATED_BY | NUMBER | Yes | ||
| CREATED_ON | DATE | Yes | ||
| CREATED_BY | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT DEPARTMENT_CLASS_CODE
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, DESCRIPTION
, ORGANIZATION_ID
, UPDATED_ON
, UPDATED_BY
, CREATED_ON
, CREATED_BY
FROM APPS.BOMBV_MFG_DEPARTMENT_CLASSES;
APPS
BOM_DEPARTMENT_CLASSES
HR_ALL_ORGANIZATION_UNITS
MTL_PARAMETERS
APPS.BOMBV_MFG_DEPARTMENT_CLASSES is not referenced by any database object
|
|
|
|