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


VIEW: APPS.IGSBV_PERSON_TYPES

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

View Type

A Business Intelligence System view


This entity contains information about the user defined person types and their mapping to the system defined person types.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_TYPE_CODE VARCHAR2 (30) Yes Unique Code for a Person Type.
DESCRIPTION VARCHAR2 (240) Yes Description of a Person Type.
LA:SYSTEM_TYPE CHAR (64)
Meaning of the System Type associated with a Person Type.
CLOSED_INDICATOR VARCHAR2 (1) Yes An Indicator that the Person Type is closed for further usage
RANK NUMBER (4)
Indicates what the rank is of the person type associated with self service enrollment staff users
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_TYPE_CODE
,      DESCRIPTION
,      LA:SYSTEM_TYPE
,      CLOSED_INDICATOR
,      RANK
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_PERSON_TYPES;

Dependencies

[top of page]

APPS.IGSBV_PERSON_TYPES references the following:

SchemaAPPS
SynonymIGS_PE_PERSON_TYPES

APPS.IGSBV_PERSON_TYPES is not referenced by any database object