[Home] [Help]
[Dependency Information]
Object Name: | HR_ATH_EMPLOYER_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.
View to support Authoria Integration
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 |
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;
|
|
|