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


VIEW: APPS.CSC_HZ_PERSON_INTEREST_V

Object Details
Object Name: CSC_HZ_PERSON_INTEREST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewCSC.CSC_HZ_PERSON_INTEREST_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
PERSON_INTEREST_ID NUMBER (15) Yes Unique identifier of the person's interest
LEVEL_OF_INTEREST VARCHAR2 (30)
A user defined level number or name to rate the amount of interest in the activity. For example, high, medium, low.
PARTY_ID NUMBER (15) Yes Party identifier. FK to HZ_PARTIES
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
INTEREST_TYPE VARCHAR2 (80) Yes AR_LOOKUP.MEANING
COMMENTS VARCHAR2 (240)
Comments about the person's interest
SPORT_INDICATOR VARCHAR2 (1)
Yes or No, indicates whether the activity is a sport
SUB_INTEREST_TYPE_CODE VARCHAR2 (30)
A code to classify sub-interests of the interest type code.
SUB_INTEREST_TYPE VARCHAR2 (80)
AR_LOOKUP.MEANING
INTEREST_NAME VARCHAR2 (240) Yes A text field that allows for assigning a descriptive name to an interest. For example, Pets, Dogs, Baseball, Australian Footy, or collecting cars.
TEAM VARCHAR2 (240)
Any team the person likes to watch or play for.
SINCE DATE

Approximate date since when the person became actively involved in this hobby.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
REQUEST_ID NUMBER (15)
Request identifier of 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 update date of this record by a concurrent program
WH_UPDATE_DATE DATE

Warehouse update date when record was recorded or changed
STATUS VARCHAR2 (0)
Record status flag
OBJECT_VERSION_NUMBER NUMBER

Object Version Number for locking purpose
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
,      INTEREST_TYPE
,      COMMENTS
,      SPORT_INDICATOR
,      SUB_INTEREST_TYPE_CODE
,      SUB_INTEREST_TYPE
,      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
FROM APPS.CSC_HZ_PERSON_INTEREST_V;

Dependencies

[top of page]

APPS.CSC_HZ_PERSON_INTEREST_V references the following:

SchemaAPPS
ViewAR_LOOKUPS
SynonymHZ_PERSON_INTEREST

APPS.CSC_HZ_PERSON_INTEREST_V is not referenced by any database object