DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.BEN_SS_ROLE_COMP_OBJECT

Object Details
Object Name: BEN_SS_ROLE_COMP_OBJECT
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBEN.BEN_SS_ROLE_COMP_OBJECT
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.BEN_SS_ROLE_COMP_OBJECT references the following:

SchemaAPPS
ViewBEN_LER_F_VL
SynonymBEN_OIPLIP_F
SynonymBEN_OIPL_F
SynonymBEN_OPT_F
SynonymBEN_PGM_F
SynonymBEN_PLIP_F
SynonymBEN_PL_F
SynonymBEN_PL_TYP_F
SynonymBEN_PTIP_F
PL/SQL PackageHR_GENERAL - show dependent code

APPS.BEN_SS_ROLE_COMP_OBJECT is not referenced by any database object