[Home] [Help]
[Dependency Information]
| Object Name: | BEN_REL_PER_LIFE_EVTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BEN_REL_PER_LIFE_EVTS_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTACT_PERSON_ID | NUMBER | (10) | Yes | |
| FULL_NAME | VARCHAR2 | (240) | ||
| NAME | VARCHAR2 | (240) | Yes | |
| LER_ID | NUMBER | (15) | Yes | Foreign Key to BEN_LER_F. |
| LF_EVT_OCRD_DT | DATE | Yes | ||
| PER_IN_LER_STAT_CD | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT CONTACT_PERSON_ID
, FULL_NAME
, NAME
, LER_ID
, LF_EVT_OCRD_DT
, PER_IN_LER_STAT_CD
FROM APPS.BEN_REL_PER_LIFE_EVTS_V;
APPS
BEN_LER_F
BEN_PTNL_LER_FOR_PER
FND_SESSIONS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PER_CONTACT_RELATIONSHIPS
PER_PEOPLE_F
PUBLIC
BEN_REL_PER_LIFE_EVTS_V
|
|
|
|