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


VIEW: APPS.HR_ATH_EMPLOYER_V

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

View Type

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


View to support Authoria Integration


[View Source]

Columns
Name Datatype Length Mandatory Comments
EMPLOYER_ID VARCHAR2 (40)
fk to per_business_groups
NAME VARCHAR2 (240) Yes employer name
START_DATE DATE
Yes start date for this employer
END_DATE DATE

end date for this employer
Query Text

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


SELECT EMPLOYER_ID
,      NAME
,      START_DATE
,      END_DATE
FROM APPS.HR_ATH_EMPLOYER_V;

Dependencies

[top of page]

APPS.HR_ATH_EMPLOYER_V references the following:

SchemaAPPS
ViewPER_BUSINESS_GROUPS

APPS.HR_ATH_EMPLOYER_V is not referenced by any database object