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


VIEW: APPS.CSL_HZ_RELATIONSHIPS_V

Object Details
Object Name: CSL_HZ_RELATIONSHIPS_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.


Mobile view on HZ_RELATIONSHIPS


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCESS_ID NUMBER

Indentifier on CSL_HZ_RELATIONSHIPS_ACC
RELATIONSHIP_ID NUMBER (15) Yes The unique identifier of a relationship
SUBJECT_ID NUMBER (15) Yes The identifier of the subject in this relationship
OBJECT_ID NUMBER (15) Yes The identifier of the object in this relationship
PARTY_ID NUMBER (15)
Identifier for the party. Foreign key to the HZ_PARTIES table.
RELATIONSHIP_CODE VARCHAR2 (30) Yes Either a forward or a backward relationship code
DIRECTIONAL_FLAG VARCHAR2 (1) Yes Indicates if this is a directional relationship, such as parent-to-child or headquarters-to-branch. F for a forward relationship and B for a backward relationship.
COMMENTS VARCHAR2 (240)
User comments
START_DATE DATE
Yes Date relationship begins
END_DATE DATE

Date relationship ends
STATUS VARCHAR2 (1) Yes Indicates if this is an active or inactive relationship. A for active, I for inactive.
CREATION_DATE DATE
Yes Standard who column
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
WH_UPDATE_DATE DATE

Date when the record was entered or changed in a data warehouse
REQUEST_ID NUMBER (15)
Request identifier of the last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last date this record was updated by a concurrent program
Query Text

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


SELECT ACCESS_ID
,      RELATIONSHIP_ID
,      SUBJECT_ID
,      OBJECT_ID
,      PARTY_ID
,      RELATIONSHIP_CODE
,      DIRECTIONAL_FLAG
,      COMMENTS
,      START_DATE
,      END_DATE
,      STATUS
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      WH_UPDATE_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM APPS.CSL_HZ_RELATIONSHIPS_V;

Dependencies

[top of page]

APPS.CSL_HZ_RELATIONSHIPS_V references the following:

SchemaAPPS
PL/SQL PackageASG_BASE - show dependent code
SynonymCSL_HZ_RELATIONSHIPS_ACC
SynonymHZ_RELATIONSHIPS

APPS.CSL_HZ_RELATIONSHIPS_V is not referenced by any database object