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


VIEW: APPS.ASO_I_HR_PEOPLE_V

Object Details
Object Name: ASO_I_HR_PEOPLE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewASO.ASO_I_HR_PEOPLE_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
PERSON_ID NUMBER (10) Yes System generated person primary key from PER_PEOPLE_S.
LAST_NAME VARCHAR2 (150) Yes Last name of the person, (surname, family name).
FIRST_NAME VARCHAR2 (150)
First name of person.
EFFECTIVE_START_DATE DATE
Yes Effective Start Date
EFFECTIVE_END_DATE DATE
Yes Effective End Date
Query Text

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


SELECT PERSON_ID
,      LAST_NAME
,      FIRST_NAME
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
FROM APPS.ASO_I_HR_PEOPLE_V;

Dependencies

[top of page]

APPS.ASO_I_HR_PEOPLE_V references the following:

SchemaAPPS
SynonymPER_ALL_PEOPLE_F

APPS.ASO_I_HR_PEOPLE_V is not referenced by any database object