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


VIEW: APPS.PER_PREV_JOB_INFO_TYPES_V

Object Details
Object Name: PER_PREV_JOB_INFO_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.PER_PREV_JOB_INFO_TYPES_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
INFORMATION_TYPE VARCHAR2 (40) Yes identifier for the information type
ACTIVE_INACTIVE_FLAG VARCHAR2 (30) Yes Identifies if the information type is currently active
MULTIPLE_OCCURANCES_FLAG VARCHAR2 (30) Yes Identifies if it is possible to have more than one of this information type for a single previous job
DESCRIPTION VARCHAR2 (240)
Description for the information type
LEGISLATION_CODE VARCHAR2 (30)
legislation to which the information type belongs
OBJECT_VERSION_NUMBER NUMBER (9) Yes Used to store object version number
LAST_UPDATE_DATE DATE
Yes Standard WHO columns
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO Columns
LAST_UPDATE_LOGIN NUMBER (15)
Standard WHO columns
CREATED_BY NUMBER (15) Yes Standard WHO columns
CREATION_DATE DATE
Yes Standard WHO columns
RESPONSIBILITY_ID NUMBER (15) Yes Responsibility ID
Query Text

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


SELECT INFORMATION_TYPE
,      ACTIVE_INACTIVE_FLAG
,      MULTIPLE_OCCURANCES_FLAG
,      DESCRIPTION
,      LEGISLATION_CODE
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      RESPONSIBILITY_ID
FROM APPS.PER_PREV_JOB_INFO_TYPES_V;

Dependencies

[top of page]

APPS.PER_PREV_JOB_INFO_TYPES_V references the following:

SchemaAPPS
SynonymPER_INFO_TYPE_SECURITY
SynonymPER_PREV_JOB_INFO_TYPES

APPS.PER_PREV_JOB_INFO_TYPES_V is not referenced by any database object