[Home] [Help]
[Dependency Information]
| Object Name: | HR_ATH_ELIGIBLE_ALL_PLANS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_ATH_ELIGIBLE_ALL_PLANS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to support Authoria Integration
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EMPLOYEE_ID | VARCHAR2 | (40) | fk to hr_ath_employee_v | |
| PLAN_ID | VARCHAR2 | (81) | plan identifier in Authoria | |
| START_DATE | DATE | start date for this plan | ||
| END_DATE | DATE | end date for this plan |
Cut, paste (and edit) the following text to query this object:
SELECT EMPLOYEE_ID
, PLAN_ID
, START_DATE
, END_DATE
FROM APPS.HR_ATH_ELIGIBLE_ALL_PLANS_V;
APPS
BEN_ELIG_PER_ELCTBL_CHC
BEN_PER_IN_LER
BEN_PIL_ELCTBL_CHC_POPL
APPS.HR_ATH_ELIGIBLE_ALL_PLANS_V is not referenced by any database object
|
|
|
|