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


VIEW: APPS.AMS_PERSON_EMP_HIST_V

Object Details
Object Name: AMS_PERSON_EMP_HIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewAMS.AMS_PERSON_EMP_HIST_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 Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
EMPLOYMENT_HISTORY_ID NUMBER (15) Yes Unique party indentifier. Foreign key to the HZ_PARTIES table
PARTY_ID NUMBER (15) Yes Party identifier. Foreign key to the HZ_PARTIES table
BEGIN_DATE DATE

The date that the employment officially began.
END_DATE DATE

The date that the employment officially ended.
EMPLOYED_AS_TITLE VARCHAR2 (60)
Job position title assigned by an employer
EMPLOYED_BY_DIVISION_NAME VARCHAR2 (60)
The common name of a division or an organization in which the person was employed.
EMPLOYED_BY_NAME_COMPANY VARCHAR2 (60)
The name of the organization at which the person was employeed. Note that the name should not include the division name.
SUPERVISOR_NAME VARCHAR2 (60)
Full name of the person's manager
BRANCH VARCHAR2 (80)
Military branch code
MILITARY_RANK VARCHAR2 (240)
The person's rank in the branch
SERVED VARCHAR2 (240)
Where the person performed military service
STATION VARCHAR2 (240)
Station name
RESPONSIBILITY VARCHAR2 (240)
Job responsibility of the person
Query Text

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


SELECT EMPLOYMENT_HISTORY_ID
,      PARTY_ID
,      BEGIN_DATE
,      END_DATE
,      EMPLOYED_AS_TITLE
,      EMPLOYED_BY_DIVISION_NAME
,      EMPLOYED_BY_NAME_COMPANY
,      SUPERVISOR_NAME
,      BRANCH
,      MILITARY_RANK
,      SERVED
,      STATION
,      RESPONSIBILITY
FROM APPS.AMS_PERSON_EMP_HIST_V;

Dependencies

[top of page]

APPS.AMS_PERSON_EMP_HIST_V references the following:

SchemaAPPS
SynonymHZ_EMPLOYMENT_HISTORY
SynonymHZ_PARTIES

APPS.AMS_PERSON_EMP_HIST_V is not referenced by any database object