[Home] [Help]
[Dependency Information]
| Object Name: | ENG_IMPACTED_BILLS_ERV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ENG.ENG_IMPACTED_BILLS_ERV
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ASSEMBLY | VARCHAR2 | (40) | Assembly | |
| DESCRIPTION | VARCHAR2 | (240) | Description | |
| ALTERNATE_BOM_DESIGNATOR | VARCHAR2 | (10) | Alternate BOM designator | |
| BILL_REVISION | VARCHAR2 | (3) | Yes | Bill revision |
| CATEGORY_SET_NAME | VARCHAR2 | (30) | Yes | Category set name |
| CATEGORY | VARCHAR2 | (81) | Category | |
| ASSEMBLY_ITEM_ID | NUMBER | Yes | Item id | |
| ORGANIZATION_ID | NUMBER | Yes | Organization id |
Cut, paste (and edit) the following text to query this object:
SELECT ASSEMBLY
, DESCRIPTION
, ALTERNATE_BOM_DESIGNATOR
, BILL_REVISION
, CATEGORY_SET_NAME
, CATEGORY
, ASSEMBLY_ITEM_ID
, ORGANIZATION_ID
FROM APPS.ENG_IMPACTED_BILLS_ERV;
APPS
ENG_REVISED_ITEMS_V
FND_GLOBAL
- show dependent code
MTL_ITEM_CATEGORIES_V
MTL_ITEM_REVISIONS
MTL_SYSTEM_ITEMS_VL
APPS.ENG_IMPACTED_BILLS_ERV is not referenced by any database object
|
|
|
|