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


TABLE: AR.HZ_PERSON_INTEREST

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


The HZ_PERSON_INTEREST table stores information about the sports, hobbies, and personal interests of a party of the Person type. This information could be helpful in developing a more personalized relationship with a business contact. For example, a customer may indicate that he has an interest in driving in sports car races for the past seven years or attending baseball games.
.
The primary key for this table is PERSON_INTEREST_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_PERSON_INTEREST_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_INTEREST_ID
HZ_PERSON_INTEREST_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
Columns
Name Datatype Length Mandatory Comments
PERSON_INTEREST_ID NUMBER (15) Yes Unique identifier of the person's interest
LEVEL_OF_INTEREST VARCHAR2 (30)
User-defined level number or name to rate the amount of interest in the activity. For example, high, medium, or low.
PARTY_ID NUMBER (15) Yes Identifier for the party. Foreign key to the HZ_PARTIES table.
LEVEL_OF_PARTICIPATION VARCHAR2 (30)
User-defined level number or name to indicate if the person participates and to what extent
INTEREST_TYPE_CODE VARCHAR2 (30)
A code to classify interests for evaluation
COMMENTS VARCHAR2 (240)
Comments about the person's interest
SPORT_INDICATOR VARCHAR2 (1)
Indicates if the activity is a sport. Y for sports, N for non-sport activities
SUB_INTEREST_TYPE_CODE VARCHAR2 (30)
A code to classify subinterests of the interest type code.
INTEREST_NAME VARCHAR2 (240) Yes A text field that lets you assign a descriptive name to an interest. For example, pets, dogs, baseball, or sports car racing.
TEAM VARCHAR2 (240)
Any team the person likes to watch or play for.
SINCE DATE

Approximate date the person became involved in this activity
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).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_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
OBJECT_VERSION_NUMBER NUMBER

Version number for locking purposes
APPLICATION_ID NUMBER (15)
Unique identifier for the application that created this record
CREATED_BY_MODULE VARCHAR2 (150)
Identifier for the source application module that created this record
Query Text

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


SELECT PERSON_INTEREST_ID
,      LEVEL_OF_INTEREST
,      PARTY_ID
,      LEVEL_OF_PARTICIPATION
,      INTEREST_TYPE_CODE
,      COMMENTS
,      SPORT_INDICATOR
,      SUB_INTEREST_TYPE_CODE
,      INTEREST_NAME
,      TEAM
,      SINCE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UPDATE_DATE
,      STATUS
,      OBJECT_VERSION_NUMBER
,      APPLICATION_ID
,      CREATED_BY_MODULE
FROM AR.HZ_PERSON_INTEREST;

Dependencies

[top of page]

AR.HZ_PERSON_INTEREST does not reference any database object

AR.HZ_PERSON_INTEREST is referenced by following:

SchemaAR
ViewHZ_PERSON_INTEREST#