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


VIEW: APPS.PER_INFO_TYPE_SECURITY_CIT_V

Object Details
Object Name: PER_INFO_TYPE_SECURITY_CIT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.PER_INFO_TYPE_SECURITY_CIT_V
Subobject Name:
Status: VALID

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (15) Yes Foreign key to FND_APPLICATION.
RESPONSIBILITY_ID NUMBER (15) Yes Foregin key to FND_RESPONSIBILITY.
INFORMATION_TYPE VARCHAR2 (30) Yes The name or code of the information type, which is also the primary key.
ACTIVE_INACTIVE_FLAG VARCHAR2 (1) Yes Indicates whether the information type is active or inactive.
MULTIPLE_OCCURENCES_FLAG VARCHAR2 (1) Yes Indicates whether a contact relationship may have multiple occurrences of this type.
DESCRIPTION VARCHAR2 (240)
Indicates whether a contact relationship may have multiple occurrences of this type.
LEGISLATION_CODE VARCHAR2 (30)
The legislation to which the information type applies.
REQUEST_ID NUMBER (15)
Standard who column.
PROGRAM_APPLICATION_ID NUMBER (15)
Standard who column.
PROGRAM_ID NUMBER (15)
Standard who column.
PROGRAM_UPDATE_DATE DATE

Standard who column.
OBJECT_VERSION_NUMBER NUMBER (9)
System-generated version of row. Increments by one with each update.
LAST_UPDATE_DATE DATE

Standard who column.
LAST_UPDATED_BY NUMBER (15)
Standard who column.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column.
CREATED_BY NUMBER (15)
Standard who column.
CREATION_DATE DATE

Standard who column.
Query Text

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


SELECT APPLICATION_ID
,      RESPONSIBILITY_ID
,      INFORMATION_TYPE
,      ACTIVE_INACTIVE_FLAG
,      MULTIPLE_OCCURENCES_FLAG
,      DESCRIPTION
,      LEGISLATION_CODE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PER_INFO_TYPE_SECURITY_CIT_V;

Dependencies

[top of page]

APPS.PER_INFO_TYPE_SECURITY_CIT_V references the following:

SchemaAPPS
SynonymPER_CONTACT_INFO_TYPES
SynonymPER_CONTACT_INFO_TYPES_TL
SynonymPER_INFO_TYPE_SECURITY
APPS.PER_INFO_TYPE_SECURITY_CIT_V is referenced by following:

SchemaAPPS
Package BodyPER_JP_DEPENDENT_PKG - show dependent code