[Home] [Help]
[Dependency Information]
| Object Name: | BEN_SS_ROLE_COMP_OBJECT |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BEN.BEN_SS_ROLE_COMP_OBJECT
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
BEN_SS_ROLE_COMP_OBJECT contains the compensation objects by type, name and identifier for use in role based selects.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJECT_TYPE | VARCHAR2 | (6) | Compensation Object Type such as Life Event, Program, Plan in Program etc. | |
| OBJECT_NAME | VARCHAR2 | (726) | Name of the Compensation Object. | |
| OBJECT_ID | NUMBER | (15) | Id of the compensation object used as hiearchy_id in Whatif Hgrid. |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_TYPE
, OBJECT_NAME
, OBJECT_ID
FROM APPS.BEN_SS_ROLE_COMP_OBJECT;
APPS
BEN_LER_F_VL
BEN_OIPLIP_F
BEN_OIPL_F
BEN_OPT_F
BEN_PGM_F
BEN_PLIP_F
BEN_PL_F
BEN_PL_TYP_F
BEN_PTIP_F
HR_GENERAL
- show dependent code
PUBLIC
BEN_SS_ROLE_COMP_OBJECT
|
|
|
|