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


VIEW: APPS.FA_EMPLOYEES

Object Details
Object Name: FA_EMPLOYEES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOFA.FA_EMPLOYEES
Subobject Name:
Status: VALID

View Type

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


FA_EMPLOYEES is a view of PER_PEOPLE_X that stores information
about your employees and the termination date, if any. Oracle
Assets uses this information for responsibility reporting.
.
Oracle Assets contains a row in this view for each employee name.
You cannot update or insert rows in this view.
You can update and insert rows in PER_PEOPLE_F using the Enter
Employee form.
.
.


[View Source]

Columns
Name Datatype Length Mandatory Comments
EMPLOYEE_ID NUMBER (10) Yes System assigned unique identification number
EMPLOYEE_NUMBER VARCHAR2 (30)
Employee number
NAME VARCHAR2 (240)
Name of the employee
ACTUAL_TERMINATION_DATE DATE

Date the employee left the company
Query Text

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


SELECT EMPLOYEE_ID
,      EMPLOYEE_NUMBER
,      NAME
,      ACTUAL_TERMINATION_DATE
FROM APPS.FA_EMPLOYEES;

Dependencies

[top of page]

APPS.FA_EMPLOYEES references the following:

SchemaAPPS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
ViewPER_PEOPLE_X
SynonymPER_PERIODS_OF_SERVICE
APPS.FA_EMPLOYEES is referenced by following:

SchemaAPPS
Package BodyCSI_ASSET_PVT - show dependent code
ViewFAFV_ASSET_ASSIGNS
ViewFA_ASSET_DISTRIBUTION_V
Package BodyFA_CUA_ASSET_WB_APIS_PKG - show dependent code
Package BodyFA_CUA_HIERARCHY_PKG - show dependent code
ViewFA_HIERARCHY_DISTRIBUTIONS_V
ViewFA_HR_BATCH_DIST_NEW_V
ViewFA_HR_BATCH_DIST_OLD_V
Package BodyFA_MASS_REC_UTILS_PKG - show dependent code
Package BodyFA_MASS_RET_PUB - show dependent code