[Home] [Help]
[Dependency Information]
Object Name: | HR_ADP_GRE_LIST_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
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.
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 |
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;
APPS.HR_ADP_GRE_LIST_V is not referenced by any database object
|
|
|