[Home] [Help]
[Dependency Information]
| Object Name: | ENGBV_ENG_CHANGE_REASONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ENG.ENGBV_ENG_CHANGE_REASONS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
This shows the reason for the requested engineering change to
the product.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REASON_CODE | VARCHAR2 | (10) | Yes | |
| ORGANIZATION_CODE | VARCHAR2 | (3) | ||
| ORGANIZATION_NAME | VARCHAR2 | (240) | Yes | |
| DESCRIPTION | VARCHAR2 | (50) | ||
| INACTIVE_DATE | DATE | |||
| ORGANIZATION_ID | NUMBER | Yes | ||
| UPDATED_ON | DATE | Yes | ||
| UPDATED_BY | NUMBER | Yes | ||
| CREATED_BY | DATE | Yes | ||
| CREATED_ON | NUMBER | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT REASON_CODE
, ORGANIZATION_CODE
, ORGANIZATION_NAME
, DESCRIPTION
, INACTIVE_DATE
, ORGANIZATION_ID
, UPDATED_ON
, UPDATED_BY
, CREATED_BY
, CREATED_ON
FROM APPS.ENGBV_ENG_CHANGE_REASONS;
APPS
ENG_CHANGE_REASONS
HR_ALL_ORGANIZATION_UNITS
MTL_PARAMETERS
APPS.ENGBV_ENG_CHANGE_REASONS is not referenced by any database object
|
|
|
|