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


VIEW: APPS.HZ_WSRVC_REL_TYPES_V

Object Details
Object Name: HZ_WSRVC_REL_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAR.HZ_WSRVC_REL_TYPES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
RELATIONSHIP_TYPE_ID NUMBER (15) Yes Relationship type identifier
RELATIONSHIP_TYPE VARCHAR2 (30) Yes The relationship type name. For example, CUSTOMER_SUPPLIER
FORWARD_REL_CODE VARCHAR2 (30) Yes The forward relationship code used to describe relationships. For example, CUSTOMER_OF
BACKWARD_REL_CODE VARCHAR2 (30) Yes The backward relationship code used to describe relationships. For example, SUPPLIER_OF
DIRECTION_CODE VARCHAR2 (30) Yes Validated by DIRECTION_CODE lookup type. P for Parent, C for Child, and N for Not Directional
HIERARCHICAL_FLAG VARCHAR2 (1) Yes Indicates a hierarchical relationship type
CREATE_PARTY_FLAG VARCHAR2 (1) Yes Indicates if a party relationship party will be created
ALLOW_RELATE_TO_SELF_FLAG VARCHAR2 (1) Yes Indicates if a party can be related to itself
SUBJECT_TYPE VARCHAR2 (30) Yes Subject type of the relationship type
OBJECT_TYPE VARCHAR2 (30) Yes Object type of the relationship type
STATUS VARCHAR2 (1) Yes Indicates if the relationship type is inactive or active. I for Inactive, A for Active
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
ALLOW_CIRCULAR_RELATIONSHIPS VARCHAR2 (1) Yes Indicates if circular relationships are allowed using this relationship type.
OBJECT_VERSION_NUMBER NUMBER

This column is used for locking purposes
CREATED_BY_MODULE VARCHAR2 (150)
TCA Who column
APPLICATION_ID NUMBER

TCA Who column
MULTIPLE_PARENT_ALLOWED VARCHAR2 (1)
Y or N indicates whether multiple parents are allowed under this relationship type or not.
INCL_UNRELATED_ENTITIES VARCHAR2 (1)
Y or N indicates whether entities not in relationships are included in a hierarchy or not.
FORWARD_ROLE VARCHAR2 (30)
Unique relationship role lookup code based on relationship type and phrase. In the HZ_RELATIONSHIP_ROLE lookup type meaning is the plural role and description is the singular role.
BACKWARD_ROLE VARCHAR2 (30)
Unique relationship role lookup code based on relationship type and phrase. In the HZ_RELATIONSHIP_ROLE lookup type meaning is the plural role and description is the singular role.
Query Text

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


SELECT RELATIONSHIP_TYPE_ID
,      RELATIONSHIP_TYPE
,      FORWARD_REL_CODE
,      BACKWARD_REL_CODE
,      DIRECTION_CODE
,      HIERARCHICAL_FLAG
,      CREATE_PARTY_FLAG
,      ALLOW_RELATE_TO_SELF_FLAG
,      SUBJECT_TYPE
,      OBJECT_TYPE
,      STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ALLOW_CIRCULAR_RELATIONSHIPS
,      OBJECT_VERSION_NUMBER
,      CREATED_BY_MODULE
,      APPLICATION_ID
,      MULTIPLE_PARENT_ALLOWED
,      INCL_UNRELATED_ENTITIES
,      FORWARD_ROLE
,      BACKWARD_ROLE
FROM APPS.HZ_WSRVC_REL_TYPES_V;

Dependencies

[top of page]

APPS.HZ_WSRVC_REL_TYPES_V references the following:

SchemaAPPS
SynonymHZ_RELATIONSHIP_TYPES

APPS.HZ_WSRVC_REL_TYPES_V is not referenced by any database object