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


VIEW: APPS.IGS_PE_DUP_MATCHES_PA_V

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

View Type

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


IGS_PE_DUP_MATCHES_PA_V is used for the duplicate information about persons


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Person identifier
PERSON_NUMBER VARCHAR2 (30) Yes Person identifier
SURNAME VARCHAR2 (150)
Surname of the person
SURNAME_5_CHAR VARCHAR2 (0)
Obsolete
GIVEN_NAMES VARCHAR2 (150)
Given name of the person
GIVEN_NAME_1_CHAR VARCHAR2 (1)
Given name of the person
SEX VARCHAR2 (30)
Sex of the person
BIRTH_DT DATE

Birth date of the person
PREF_ALTERNATE_ID VARCHAR2 (20)
Preferable alternate identifier
ETHNIC_ORIGIN VARCHAR2 (60)
Ethnic origin of the person
ADDR_TYPE VARCHAR2 (30)
Address type
LOCATION_ID NUMBER (15)
Location identifier
CONCT_ADDRESS_LINES VARCHAR2 (960)
Concatenated Address Line 1-4
ADDR_LINE_1 VARCHAR2 (240)
Address line
ADDR_LINE_2 VARCHAR2 (240)
Address line
ADDR_LINE_3 VARCHAR2 (240)
Address line
ADDR_LINE_4 VARCHAR2 (240)
Address line
CITY VARCHAR2 (60)
City of the address
STATE VARCHAR2 (60)
State of the address
PROVINCE VARCHAR2 (60)
Province of the address
COUNTY VARCHAR2 (60)
County of the address
COUNTRY VARCHAR2 (60)
Country of the address
POSTCODE VARCHAR2 (60)
Postal code of the address
PARTY_SITE_ID NUMBER (15)
Party site identifier
STATUS VARCHAR2 (1) Yes Party status flag
Query Text

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


SELECT PERSON_ID
,      PERSON_NUMBER
,      SURNAME
,      SURNAME_5_CHAR
,      GIVEN_NAMES
,      GIVEN_NAME_1_CHAR
,      SEX
,      BIRTH_DT
,      PREF_ALTERNATE_ID
,      ETHNIC_ORIGIN
,      ADDR_TYPE
,      LOCATION_ID
,      CONCT_ADDRESS_LINES
,      ADDR_LINE_1
,      ADDR_LINE_2
,      ADDR_LINE_3
,      ADDR_LINE_4
,      CITY
,      STATE
,      PROVINCE
,      COUNTY
,      COUNTRY
,      POSTCODE
,      PARTY_SITE_ID
,      STATUS
FROM APPS.IGS_PE_DUP_MATCHES_PA_V;

Dependencies

[top of page]

APPS.IGS_PE_DUP_MATCHES_PA_V references the following:

SchemaAPPS
SynonymHZ_LOCATIONS
SynonymHZ_PARTIES
SynonymHZ_PARTY_SITES
SynonymHZ_PARTY_SITE_USES
SynonymHZ_PERSON_PROFILES
ViewIGS_PE_PERSON_ID_TYPE_V

APPS.IGS_PE_DUP_MATCHES_PA_V is not referenced by any database object