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


VIEW: APPS.HR_ADP_GRE_LIST_V

Object Details
Object Name: HR_ADP_GRE_LIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_ADP_GRE_LIST_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


This view returns a list of the GREs that have been defined in Oracle HR.
It is used to assist in the implementation of the ADP Interface.


[View Source]

Columns
Name Datatype Length Mandatory Comments
GRE_ID NUMBER (15) Yes GRE ID
GRE_NAME VARCHAR2 (240) Yes GRE name
BUSINESS_GROUP_ID NUMBER (15) Yes Business group ID
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GRE_ID
,      GRE_NAME
,      BUSINESS_GROUP_ID
FROM APPS.HR_ADP_GRE_LIST_V;

Dependencies

[top of page]

APPS.HR_ADP_GRE_LIST_V references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
ViewHR_LEGAL_ENTITIES
PL/SQL PackageHR_SECURITY - show dependent code

APPS.HR_ADP_GRE_LIST_V is not referenced by any database object