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


TABLE: AR.HZ_REFERENCES

Object Details
Object Name: HZ_REFERENCES
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_REFERENCES
Subobject Name:
Status: VALID


The HZ_REFERENCES table stores information that is provided by an external source that recommends or vouches for a party. For example, references may be obtained from colleagues when considering a prospective employee or from other creditors before granting trade credit to a prospective customer.
.
The primary key for this table is REFERENCE_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_REFERENCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREFERENCE_ID
HZ_REFERENCES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREFERENCED_PARTY_ID
HZ_REFERENCES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCOMMENTING_PARTY_ID
Columns
Name Datatype Length Mandatory Comments
REFERENCE_ID NUMBER (15) Yes Unique identifier of the reference
REFERENCED_PARTY_ID NUMBER (15) Yes Party that the reference is given for
COMMENTING_PARTY_ID NUMBER (15) Yes Party providing reference
EXTERNAL_ACCOUNT_NUMBER VARCHAR2 (100)
External account number
COMMENTS VARCHAR2 (4000)
Comments made about the party
RATING VARCHAR2 (30)
Rating provided by the external source
REFERENCE_DATE DATE

Date when the reference was given
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.
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_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
WH_UPDATE_DATE DATE

Date when the record was entered or changed in a data warehouse
STATUS VARCHAR2 (1)
Record status flag
Query Text

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


SELECT REFERENCE_ID
,      REFERENCED_PARTY_ID
,      COMMENTING_PARTY_ID
,      EXTERNAL_ACCOUNT_NUMBER
,      COMMENTS
,      RATING
,      REFERENCE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UPDATE_DATE
,      STATUS
FROM AR.HZ_REFERENCES;

Dependencies

[top of page]

AR.HZ_REFERENCES does not reference any database object

AR.HZ_REFERENCES is referenced by following:

SchemaAR
ViewHZ_REFERENCES#