[Home] [Help]
[Dependency Information]
| Object Name: | BEN_CWB_SUMM_DIR_REP_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BEN_CWB_SUMM_DIR_REP_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GRP_LER_ID | NUMBER | (15) | Yes | Group Per In Ler Id |
| GRP_PL_ID | NUMBER | (15) | Yes | Group Plan Id |
| GRP_OIPL_ID | NUMBER | (15) | Group Oipl Id | |
| NAME | VARCHAR2 | (480) | Manager Name | |
| ELIG_EMP | NUMBER | Eligible Employees | ||
| EMP_RECV | NUMBER | Employees Receiving | ||
| PCT_EMP_RECV | VARCHAR2 | (40) | Percent of Employees Receiving | |
| ELIG_SAL | NUMBER | Eligible Salary | ||
| BUDGET | NUMBER | Budget | ||
| PCT_OF_BDGT | VARCHAR2 | (40) | Percent of Budget | |
| TOT_ALCT | NUMBER | Total Allocated | ||
| PL_UOM | VARCHAR2 | (80) | Units Units | |
| PCT_OF_SAL | VARCHAR2 | (40) | Percent of Eligible Salary | |
| AVAILABLE | NUMBER | Available Amount | ||
| AVG_ALCT | VARCHAR2 | (40) | Average Allocation |
Cut, paste (and edit) the following text to query this object:
SELECT GRP_LER_ID
, GRP_PL_ID
, GRP_OIPL_ID
, NAME
, ELIG_EMP
, EMP_RECV
, PCT_EMP_RECV
, ELIG_SAL
, BUDGET
, PCT_OF_BDGT
, TOT_ALCT
, PL_UOM
, PCT_OF_SAL
, AVAILABLE
, AVG_ALCT
FROM APPS.BEN_CWB_SUMM_DIR_REP_V;
APPS
BEN_CWB_GROUP_HRCHY
BEN_CWB_PERSON_GROUPS
BEN_CWB_PERSON_INFO
BEN_CWB_PL_DSGN
BEN_CWB_SUMMARY
BEN_CWB_UTILS
- show dependent code
FND_CURRENCIES
FND_PROFILE
- show dependent code
HR_API
- show dependent code
HR_LOOKUPS
APPS.BEN_CWB_SUMM_DIR_REP_V is not referenced by any database object
|
|
|
|