[Home] [Help]
[Dependency Information]
| Object Name: | BEN_COMP_OBJ_ABR_LVL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BEN_COMP_OBJ_ABR_LVL_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 |
|---|---|---|---|---|
| PLN_NAME | VARCHAR2 | (240) | ||
| OPT_NAME | VARCHAR2 | (240) | ||
| PGM_NAME | VARCHAR2 | (240) | ||
| PL_ID | NUMBER | Foreign Key to BEN_PL_F. | ||
| OIPL_ID | NUMBER | Foreign Key to BEN_OIPL_F. | ||
| PLIP_ID | NUMBER | |||
| OIPLIP_ID | NUMBER | Foreign Key to BEN_OIPLIP_F. | ||
| OPT_ID | NUMBER | Foreign Key to BEN_OPT_F. | ||
| BUSINESS_GROUP_ID | NUMBER | (15) | Foreign Key to HR_ORGANIZATION_UNITS |
Cut, paste (and edit) the following text to query this object:
SELECT PLN_NAME
, OPT_NAME
, PGM_NAME
, PL_ID
, OIPL_ID
, PLIP_ID
, OIPLIP_ID
, OPT_ID
, BUSINESS_GROUP_ID
FROM APPS.BEN_COMP_OBJ_ABR_LVL_V;
APPS
BEN_OIPLIP_F
BEN_OIPL_F
BEN_OPT_F
BEN_PGM_F
BEN_PLIP_F
BEN_PL_F
FND_SESSIONS
APPS.BEN_COMP_OBJ_ABR_LVL_V is not referenced by any database object
|
|
|
|