[Home] [Help]
[Dependency Information]
Object Name: | IGS_UC_CVSCHOOLCONTACT_2003 |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
SCHOOL | NUMBER | (22) | School Code | |
SITECODE | VARCHAR2 | (1) | For future use - when one organization has several site addresses | |
CONTACTCODE | NUMBER | (22) | Set to 1 for primary contact and 2 for any existing secondary contacts | |
TIMESTAMP | DATE | Time stamp - date and time of last change | ||
CONTACTPOST | VARCHAR2 | (35) | Name of Post e.g. Headmaster, Head of Sixth, Director of Education etc (Title1) | |
CONTACTNAME | VARCHAR2 | (35) | Post holder's name e.g. Mr J Smith Dr A Waters etc (Name1) | |
TELEPHONE | VARCHAR2 | (20) | Includes STD code e.g. 01242 123456 | |
FAX | VARCHAR2 | (20) | Fax Number | |
VARCHAR2 | (50) | Email address | ||
PRINCIPAL | VARCHAR2 | (1) | Y = This post is the head of the organization | |
LISTS | VARCHAR2 | (1) | Y = This post orders or receives lists | |
ORDERS | VARCHAR2 | (1) | Y = This post deals with material orders (handbooks, forms etc) | |
FORMS | VARCHAR2 | (1) | Y = This post returns or co-ordinates transmission of forms to UCAS (incl. Payment) | |
REFEREE | VARCHAR2 | (1) | Y = This post acts as a referee on some or all UCAS forms | |
CAREERS | VARCHAR2 | (1) | Y = This is the careers material contact | |
EASCONTACT | VARCHAR2 | (1) | Y = This is the EAS installer or administrator |
Cut, paste (and edit) the following text to query this object:
SELECT SCHOOL
, SITECODE
, CONTACTCODE
, TIMESTAMP
, CONTACTPOST
, CONTACTNAME
, TELEPHONE
, FAX
, EMAIL
, PRINCIPAL
, LISTS
, ORDERS
, FORMS
, REFEREE
, CAREERS
, EASCONTACT
FROM APPS.IGS_UC_CVSCHOOLCONTACT_2003;
|
|
|