[Home] [Help]
[Dependency Information]
Object Name: | IGS_UC_IVSTARN_2003_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
From 2004, applicant name information will be held in different Hercules views for different systems. This View selects the applicant name information belonging to all the systems.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPNO | NUMBER | (22) | Application Number | |
TIMESTAMP | DATE | Time stamp - date and time of last change | ||
CHECKDIGIT | NUMBER | (22) | Application number check digit | |
NAMECHANGEDATE | DATE | Date the Name Changed | ||
TITLE | VARCHAR2 | (4) | Mr, Miss, Ms, Mrs, Lord etc | |
FORENAMES | VARCHAR2 | (50) | Forenames | |
SURNAME | VARCHAR2 | (30) | Surnames | |
BIRTHDATE | DATE | Date of birth | ||
SEX | VARCHAR2 | (1) | M - Male, F - Female |
Cut, paste (and edit) the following text to query this object:
SELECT APPNO
, TIMESTAMP
, CHECKDIGIT
, NAMECHANGEDATE
, TITLE
, FORENAMES
, SURNAME
, BIRTHDATE
, SEX
FROM APPS.IGS_UC_IVSTARN_2003_V;
|
|
|