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


VIEW: APPS.BENBV_ENRT_PREM_V

Object Details
Object Name: BENBV_ENRT_PREM_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBEN.BENBV_ENRT_PREM_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
PROGRAM_UPDATE_DATE DATE

Program update date.
VAL NUMBER

Value.
UOM VARCHAR2 (30)
Uom.
_DF:EPR CHAR (27)
ENRT_PREM_ID NUMBER (15) Yes System generated primary key column.
ACTL_PREM_ID NUMBER (15) Yes Foreign key to BEN_ACTL_PREM_F.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ORGANIZATION_UNITS.
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
ELIG_PER_ELCTBL_CHC_ID NUMBER (15)
Foreign key to BEN_ELIG_PER_ELCTBL_CHC.
ENRT_BNFT_ID NUMBER (15)
Foreign key to BEN_ENRT_BNFT.
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 created 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 PROGRAM_UPDATE_DATE
,      VAL
,      UOM
,      _DF:EPR
,      ENRT_PREM_ID
,      ACTL_PREM_ID
,      BUSINESS_GROUP_ID
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      ELIG_PER_ELCTBL_CHC_ID
,      ENRT_BNFT_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.BENBV_ENRT_PREM_V;

Dependencies

[top of page]

APPS.BENBV_ENRT_PREM_V references the following:

SchemaAPPS
SynonymBEN_ENRT_PREM
PL/SQL PackageHR_BIS - show dependent code

APPS.BENBV_ENRT_PREM_V is not referenced by any database object