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


VIEW: APPS.HR_H2PI_BG_AND_GRE_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

[View Source]

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

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;

Dependencies

[top of page]

APPS.HR_H2PI_BG_AND_GRE_V references the following:

SchemaAPPS
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymHR_ORGANIZATION_INFORMATION
APPS.HR_H2PI_BG_AND_GRE_V is referenced by following:

SchemaAPPS
Package BodyHR_H2PI_MAPPING_SETUP - show dependent code
Package BodyHR_H2PI_VALIDATE - show dependent code
SchemaPUBLIC
SynonymHR_H2PI_BG_AND_GRE_V