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


VIEW: APPS.XNB_PARTY_RELATIONSHIP_V

Object Details
Object Name: XNB_PARTY_RELATIONSHIP_V
Object Type: VIEW
Owner: APPS
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
PARENT_PARTY_ID NUMBER (15) Yes Parent Party Id
PARENT_PARTY_NAME VARCHAR2 (360) Yes PartyName of the parent
PARENT_RELATIONSHIP_TYPE VARCHAR2 (30) Yes Relationship Type of the Party with Parent
END_DATE DATE

Relationship End Date
SUBJECT_ID NUMBER (15) Yes Party Id whose relationship info is maintained
Query Text

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


SELECT PARENT_PARTY_ID
,      PARENT_PARTY_NAME
,      PARENT_RELATIONSHIP_TYPE
,      END_DATE
,      SUBJECT_ID
FROM APPS.XNB_PARTY_RELATIONSHIP_V;

Dependencies

[top of page]

APPS.XNB_PARTY_RELATIONSHIP_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymHZ_RELATIONSHIPS

APPS.XNB_PARTY_RELATIONSHIP_V is not referenced by any database object