[Home] [Help]
[Dependency Information]
Object Name: | IGS_PE_OFFICE_HRS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row Identifier | |
OFFICE_HRS_ID | NUMBER | Yes | Unique identifier of the Office Hours record | |
CONTACT_PREFERENCE_ID | NUMBER | (15) | Yes | Unique identifier of the record in TCA |
PERSON_ID | NUMBER | (15) | Yes | Person Number of the Staff, Faculty, Advisor whose contact preferences are being maintained |
CONTACT_LEVEL_TABLE | VARCHAR2 | (30) | Yes | Lists the originator of Contact Preference ID, will have value HZ_PARTIES ONLY for the moment. |
PERSON_NUMBER | VARCHAR2 | (30) | Yes | Person Number of the Staff, Faculty whose contact preferences are being maintained |
DAY_OF_WEEK_CODE | VARCHAR2 | (30) | Yes | Day of the week of visit |
DAY_OF_WEEK_M | VARCHAR2 | (80) | Yes | Day of the week description from lookups |
START_TM_DATE | DATE | Yes | Start time of visit | |
END_TM_DATE | DATE | Yes | End time of visit | |
CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
CREATION_DATE | DATE | Yes | Standard WHO Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, OFFICE_HRS_ID
, CONTACT_PREFERENCE_ID
, PERSON_ID
, CONTACT_LEVEL_TABLE
, PERSON_NUMBER
, DAY_OF_WEEK_CODE
, DAY_OF_WEEK_M
, START_TM_DATE
, END_TM_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_PE_OFFICE_HRS_V;
APPS.IGS_PE_OFFICE_HRS_V is not referenced by any database object
|
|
|