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


VIEW: APPS.HR_DOCUMENT_TYPES_V

Object Details
Object Name: HR_DOCUMENT_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_DOCUMENT_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
ROW_ID ROWID (10)
ROW ID of the row
DOCUMENT_TYPE_ID NUMBER (15) Yes System-generated primary key column
DOCUMENT_TYPE VARCHAR2 (40) Yes Translated name of document type.
DESCRIPTION VARCHAR2 (240)
Translated description of document type.
CATEGORY_CODE VARCHAR2 (30) Yes Category Code of the Document
CATEGORY_NAME VARCHAR2 (80) Yes Category Name of the Document
SUB_CATEGORY_CODE VARCHAR2 (30)
Sub Category Code of the Document
SUB_CATEGORY_NAME VARCHAR2 (80)
Sub Category Name of the Document
ACTIVE_INACTIVE_FLAG VARCHAR2 (30) Yes Indicates whether the document type is active or inactive.
MULTIPLE_OCCURENCES_FLAG VARCHAR2 (30) Yes Indicates whether a person may have multiple occurrences of this type.
LEGISLATION_CODE VARCHAR2 (30)
The legislation to which the document type applies.
AUTHORIZATION_REQUIRED VARCHAR2 (1) Yes Indicates whether or not the document type requires authorization.
WARNING_PERIOD NUMBER (15)
Indicates that warning is required number of days before expiry of document
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) Yes System-generated object version number of the 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.
SYSTEM_DOCUMENT_TYPE VARCHAR2 (40) Yes Internal name of document type.
Query Text

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


SELECT ROW_ID
,      DOCUMENT_TYPE_ID
,      DOCUMENT_TYPE
,      DESCRIPTION
,      CATEGORY_CODE
,      CATEGORY_NAME
,      SUB_CATEGORY_CODE
,      SUB_CATEGORY_NAME
,      ACTIVE_INACTIVE_FLAG
,      MULTIPLE_OCCURENCES_FLAG
,      LEGISLATION_CODE
,      AUTHORIZATION_REQUIRED
,      WARNING_PERIOD
,      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
,      SYSTEM_DOCUMENT_TYPE
FROM APPS.HR_DOCUMENT_TYPES_V;

Dependencies

[top of page]

APPS.HR_DOCUMENT_TYPES_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
PL/SQL PackageHR_API - show dependent code
SynonymHR_DOCUMENT_TYPES
SynonymHR_DOCUMENT_TYPES_TL
ViewHR_LOOKUPS
ViewPER_SHARED_TYPES_VL
APPS.HR_DOCUMENT_TYPES_V is referenced by following:

SchemaAPPS
Package BodyHR_DOCUMENT_EXTRA_INFO_API - show dependent code
Package BodyHR_DTY_BUS - show dependent code
ViewPER_INFO_TYPES_V
ViewPER_INFO_TYPE_SECURITY_V
SchemaPUBLIC
SynonymHR_DOCUMENT_TYPES_V