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


VIEW: APPS.PA_EXP_OVRRDE_APPROVER_V

Object Details
Object Name: PA_EXP_OVRRDE_APPROVER_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_EXP_OVRRDE_APPROVER_V
Subobject Name:
Status: VALID

View Type

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


This is a customizable view for the Self-Service Time application.


[View Source]

Columns
Name Datatype Length Mandatory Comments
APPROVER_NAME VARCHAR2 (240)
Approver Name.
PERSON_ID NUMBER (10) Yes Approver Person Id.
EMPLOYEE_NUMBER VARCHAR2 (30)
Employee Number of the approver.
LAST_NAME VARCHAR2 (150) Yes Last name of the approver.
FIRST_NAME VARCHAR2 (150)
First name of the approver.
EMAIL_ADDRESS VARCHAR2 (240)
Email address of the approver.
Query Text

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


SELECT APPROVER_NAME
,      PERSON_ID
,      EMPLOYEE_NUMBER
,      LAST_NAME
,      FIRST_NAME
,      EMAIL_ADDRESS
FROM APPS.PA_EXP_OVRRDE_APPROVER_V;

Dependencies

[top of page]

APPS.PA_EXP_OVRRDE_APPROVER_V 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_ASSIGNMENTS_F
SynonymPER_ASSIGNMENT_STATUS_TYPES
ViewPER_PEOPLE_F
APPS.PA_EXP_OVRRDE_APPROVER_V is referenced by following:

SchemaAPPS
Package BodyPA_OTC_API - show dependent code