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


VIEW: APPS.IGSFV_PERSON_RACES

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

View Type

A Business Intelligence System view


Stores the different Person Races


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Unique Identifier of a person
_LA:RACE CHAR (45)
Race of the Person
PERSON_NUMBER VARCHAR2 (30) Yes Unique Identification Number of the Person
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
Query Text

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


SELECT PERSON_ID
,      _LA:RACE
,      PERSON_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_PERSON_RACES;

Dependencies

[top of page]

APPS.IGSFV_PERSON_RACES references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_PE_RACE

APPS.IGSFV_PERSON_RACES is not referenced by any database object