DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.ENI_RESOURCE_DEPARTMENT_V

Object Details
Object Name: ENI_RESOURCE_DEPARTMENT_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view contains process classes for process manufacturing organizations, and departments for discrete manufacturing organizations.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ID VARCHAR2 (42)
The Department Identifier or the Resource Class appended with a Marker to denote which functional area it comes from
VALUE VARCHAR2 (80)
The Department Name
DEPARTMENT_ID VARCHAR2 (40)
The Department Identifier
DEPARTMENT_CODE VARCHAR2 (80)
The Department Code
DEPARTMENT_DESC VARCHAR2 (240)
The Department Description
ORGANIZATION_ID NUMBER

Organization Identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ID
,      VALUE
,      DEPARTMENT_ID
,      DEPARTMENT_CODE
,      DEPARTMENT_DESC
,      ORGANIZATION_ID
FROM APPS.ENI_RESOURCE_DEPARTMENT_V;

Dependencies

[top of page]

APPS.ENI_RESOURCE_DEPARTMENT_V references the following:

SchemaAPPS
SynonymBOM_DEPARTMENTS
SynonymCR_RSRC_CLS_TL
SynonymFND_LOOKUP_VALUES
SynonymMTL_PARAMETERS

APPS.ENI_RESOURCE_DEPARTMENT_V is not referenced by any database object