[Home] [Help]
[Dependency Information]
Object Name: | HR_CERIDIAN_OAB_BENEFIT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view returns information about standard/advanced benefits enrollments.
If you have implemented basic benefits, use the HR_CERIDIAN_BENEFIT_V to return information about medical, dental and vision benefits.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
EMPLOYEE_NUMBER | VARCHAR2 | (30) | Employee number | |
COMPANY | VARCHAR2 | (240) | Yes | GRE name |
PROGRAM | VARCHAR2 | (240) | Name of the program. | |
PLAN_TYPE | VARCHAR2 | (240) | Yes | Name of the plan type. |
PLAN_NAME | VARCHAR2 | (240) | Yes | Name of the plan. |
OPTION_NAME | VARCHAR2 | (240) | Name of the option. | |
AMOUNT | VARCHAR2 | (60) | Employee contribution amount | |
LIMIT | NUMBER | Employee contribution limit | ||
ACTIVE_FLAG | VARCHAR2 | (1) | Indicates if the employee is currently enrolled on this benefit | |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Business Group ID |
PERSON_ID | NUMBER | (10) | Yes | Person ID |
PER_LAST_UPDATE_DATE | DATE | The date the person details were last updated. | ||
ASG_LAST_UPDATE_DATE | DATE | The date the assignment details were last updated. | ||
BEN_LAST_UPDATE_DATE | DATE | The date the benefit details were last updated. | ||
TP_LAST_UPDATE_DATE | DATE | The date the pay time periods details were last updated | ||
GREATEST_LAST_UPDATE_DATE | DATE | Date on which anything significant that is returned by this view was changed for this employee |
Cut, paste (and edit) the following text to query this object:
SELECT EMPLOYEE_NUMBER
, COMPANY
, PROGRAM
, PLAN_TYPE
, PLAN_NAME
, OPTION_NAME
, AMOUNT
, LIMIT
, ACTIVE_FLAG
, BUSINESS_GROUP_ID
, PERSON_ID
, PER_LAST_UPDATE_DATE
, ASG_LAST_UPDATE_DATE
, BEN_LAST_UPDATE_DATE
, TP_LAST_UPDATE_DATE
, GREATEST_LAST_UPDATE_DATE
FROM APPS.HR_CERIDIAN_OAB_BENEFIT_V;
APPS.HR_CERIDIAN_OAB_BENEFIT_V is not referenced by any database object
|
|
|