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


VIEW: APPS.IGS_AD_IMP_MATCHES_P_V

Object Details
Object Name: IGS_AD_IMP_MATCHES_P_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AD_IMP_MATCHES_P_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Gets the person details for the import process from the interface and person statistic tables


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
INTERFACE_ID NUMBER
Yes Interface identifier
BATCH_ID NUMBER
Yes Batch identifier
PERSON_ID NUMBER (15)
Person identifier
GIVEN_NAMES VARCHAR2 (150) Yes First name
GIVEN_NAME_1_CHAR VARCHAR2 (1)
Initial from first name
SURNAME VARCHAR2 (150) Yes Surname
SURNAME_5_CHAR VARCHAR2 (0)
Obsolete
PREFERRED_GIVEN_NAME VARCHAR2 (240)
Preferred given name
SEX VARCHAR2 (30)
Sex
BIRTH_DT DATE

Date of birth
PREF_ALTERNATE_ID VARCHAR2 (20)
Alternate ID
ETHNIC_ORIGIN VARCHAR2 (60)
Ethnic origin
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
REQUEST_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Request identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Request identifier of last concurrent program to update this record
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      INTERFACE_ID
,      BATCH_ID
,      PERSON_ID
,      GIVEN_NAMES
,      GIVEN_NAME_1_CHAR
,      SURNAME
,      SURNAME_5_CHAR
,      PREFERRED_GIVEN_NAME
,      SEX
,      BIRTH_DT
,      PREF_ALTERNATE_ID
,      ETHNIC_ORIGIN
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM APPS.IGS_AD_IMP_MATCHES_P_V;

Dependencies

[top of page]

APPS.IGS_AD_IMP_MATCHES_P_V references the following:

SchemaAPPS
ViewIGS_AD_INTERFACE
ViewIGS_AD_STAT_INT
APPS.IGS_AD_IMP_MATCHES_P_V is referenced by following:

SchemaAPPS
Package BodyIGS_AD_IMP_009 - show dependent code