[Home] [Help]
[Dependency Information]
| Object Name: | CSC_HZ_PERSON_INTEREST_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CSC.CSC_HZ_PERSON_INTEREST_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| 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 |
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;
APPS
AR_LOOKUPS
HZ_PERSON_INTEREST
APPS.CSC_HZ_PERSON_INTEREST_V is not referenced by any database object
|
|
|
|