[Home] [Help]
[Dependency Information]
| Object Name: | BOMBV_ALTERNATE_BOM_CODES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.BOMBV_ALTERNATE_BOM_CODES
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows codes(designators) which can be used to define alternate
routings and bills of material for items.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ALTERNATE_DESIGNATOR_CODE | VARCHAR2 | (10) | Alternate designator identifier | |
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code | |
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | Name of the organization |
| DESCRIPTION | VARCHAR2 | (240) | Description of the alternate designator | |
| INACTIVE_DATE | DATE | Date inactive | ||
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| UPDATED_ON | DATE | Yes | Standard Who column | |
| UPDATED_BY | NUMBER | Yes | Standard Who column | |
| CREATED_ON | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ALTERNATE_DESIGNATOR_CODE
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, DESCRIPTION
, INACTIVE_DATE
, ORGANIZATION_ID
, UPDATED_ON
, UPDATED_BY
, CREATED_ON
, CREATED_BY
FROM APPS.BOMBV_ALTERNATE_BOM_CODES;
APPS
BOM_ALTERNATE_DESIGNATORS
HR_ALL_ORGANIZATION_UNITS
MTL_PARAMETERS
APPS.BOMBV_ALTERNATE_BOM_CODES is not referenced by any database object
|
|
|
|