[Home] [Help]
[Dependency Information]
Object Name: | ENG_ECO_DEPARTMENTS_VIEW |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
ORGANIZATION_ID | NUMBER | (15) | Yes | Organization identifier |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business group identifier |
NAME | VARCHAR2 | (240) | Yes | Organization name |
ENABLED_FLAG | VARCHAR2 | (150) | Enabled flag |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, BUSINESS_GROUP_ID
, NAME
, ENABLED_FLAG
FROM APPS.ENG_ECO_DEPARTMENTS_VIEW;
APPS.ENG_ECO_DEPARTMENTS_VIEW is not referenced by any database object
|
|
|