[Home] [Help]
[Dependency Information]
| Object Name: | PA_EXP_OVRRDE_APPROVER_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_EXP_OVRRDE_APPROVER_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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. |
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;
APPS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PER_ASSIGNMENTS_F
PER_ASSIGNMENT_STATUS_TYPES
PER_PEOPLE_F
APPS
PA_OTC_API
- show dependent code
|
|
|
|