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


VIEW: APPS.ENG_CHANGE_RELATIONS_V

Object Details
Object Name: ENG_CHANGE_RELATIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewENG.ENG_CHANGE_RELATIONS_V
Subobject Name:
Status: VALID

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


ENG_CHANGE_RELATIONS_V stores the information to display the engineering change objects and relationship combination.


[View Source]

Columns
Name Datatype Length Mandatory Comments
RELATION_OBJECT_NAME VARCHAR2 (60)
Internal name of the object
RELATION_OBJECT VARCHAR2 (80)
Display name of the object
RELATIONSHIP_CODE VARCHAR2 (30)
Relationship internal code
RELATIONSHIP VARCHAR2 (80)
Relationship display code
RELATIONSHIP_TYPE VARCHAR2 (150)
Relationship type
OBJECT_NAME VARCHAR2 (30)
Name of the object
CHANGE_MGMT_OBJECT_NAME VARCHAR2 (30)
Change management object name
Query Text

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


SELECT RELATION_OBJECT_NAME
,      RELATION_OBJECT
,      RELATIONSHIP_CODE
,      RELATIONSHIP
,      RELATIONSHIP_TYPE
,      OBJECT_NAME
,      CHANGE_MGMT_OBJECT_NAME
FROM APPS.ENG_CHANGE_RELATIONS_V;

Dependencies

[top of page]

APPS.ENG_CHANGE_RELATIONS_V references the following:

SchemaAPPS
SynonymENG_CHANGE_ORDER_TYPES
SynonymENG_CHANGE_ORDER_TYPES_TL
SynonymENG_CHANGE_TYPE_APPLICATIONS
ViewFND_LOOKUP_VALUES_VL
PL/SQL PackageFND_PROFILE - show dependent code

APPS.ENG_CHANGE_RELATIONS_V is not referenced by any database object