[Home] [Help]
[Dependency Information]
| Object Name: | HR_H2PI_BG_AND_GRE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_H2PI_BG_AND_GRE_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LAST_UPD_DATE | DATE | Last update date. | ||
| ORGANIZATION_ID | NUMBER | (15) | Yes | System-generated primary key column. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
| DATE_FROM | DATE | Yes | Start date of the organization. | |
| NAME | VARCHAR2 | (240) | Yes | Name of the organization. |
| DATE_TO | DATE | End date of the organization. | ||
| LOCATION_ID | NUMBER | (15) | Foreign key to HR_LOCATIONS. Default work site location for all assignments to this organization. |
Cut, paste (and edit) the following text to query this object:
SELECT LAST_UPD_DATE
, ORGANIZATION_ID
, BUSINESS_GROUP_ID
, DATE_FROM
, NAME
, DATE_TO
, LOCATION_ID
FROM APPS.HR_H2PI_BG_AND_GRE_V;
APPS
HR_ALL_ORGANIZATION_UNITS
HR_ORGANIZATION_INFORMATION
APPS
HR_H2PI_MAPPING_SETUP
- show dependent code
HR_H2PI_VALIDATE
- show dependent code
|
|
|
|