[Home] [Help]
[Dependency Information]
| Object Name: | BOM_RTG_CURRENT_REV_VIEW |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.BOM_RTG_CURRENT_REV_VIEW
|
| 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 |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Yes | Organization identifier | |
| INVENTORY_ITEM_ID | NUMBER | Yes | Routing item identifier | |
| CURRENT_REVISION | VARCHAR2 | (3) | Yes | Current revision |
| EFFECTIVITY_DATE | DATE | Yes | Effective date |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, INVENTORY_ITEM_ID
, CURRENT_REVISION
, EFFECTIVITY_DATE
FROM APPS.BOM_RTG_CURRENT_REV_VIEW;
APPS
MTL_RTG_ITEM_REVISIONS
APPS.BOM_RTG_CURRENT_REV_VIEW is not referenced by any database object
|
|
|
|