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


VIEW: APPS.BENBV_OPT_INFO_TYPES_V

Object Details
Object Name: BENBV_OPT_INFO_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBEN.BENBV_OPT_INFO_TYPES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
INFORMATION_TYPE VARCHAR2 (40) Yes Name of the information type
DESCRIPTION VARCHAR2 (240)
Description of the information type
LEGISLATION_CODE VARCHAR2 (30)
The legislation to which the information type applies.
PROGRAM_UPDATE_DATE DATE

Standard who column
ACTIVE_INACTIVE_FLAG VARCHAR2 (30) Yes Indicates whether the information type is active or inactive.(Lookup code based on lookup type YES_NO).
ACTIVE_INACTIVE_FLAG_M VARCHAR2 (4000)
Indicates whether the information type is active or inactive.(Lookup meaning based on lookup type YES_NO).
MULTIPLE_OCCURENCES_FLAG VARCHAR2 (30) Yes Indicates Multiple occurrences of this Information type is allowed or not.(Lookup code based on lookup type YES_NO).
MULTIPLE_OCCURENCES_FLAG_M VARCHAR2 (4000)
Indicates Multiple occurrences of this Information type is allowed or not.(Lookup meaning based on lookup type YES_NO).
REQUEST_ID NUMBER (15)
Standard who column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard who column
PROGRAM_ID NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
Query Text

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


SELECT INFORMATION_TYPE
,      DESCRIPTION
,      LEGISLATION_CODE
,      PROGRAM_UPDATE_DATE
,      ACTIVE_INACTIVE_FLAG
,      ACTIVE_INACTIVE_FLAG_M
,      MULTIPLE_OCCURENCES_FLAG
,      MULTIPLE_OCCURENCES_FLAG_M
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.BENBV_OPT_INFO_TYPES_V;

Dependencies

[top of page]

APPS.BENBV_OPT_INFO_TYPES_V references the following:

SchemaAPPS
SynonymBEN_OPT_INFO_TYPES
PL/SQL PackageHR_BIS - show dependent code

APPS.BENBV_OPT_INFO_TYPES_V is not referenced by any database object