[Home] [Help]
[Dependency Information]
| Object Name: | POR_PREPARER_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_PREPARER_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
The POR_PREPARER_LOV_V view returns a list of preparers and allows user to choose preparer on Expanded Order search page.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FULL_NAME | VARCHAR2 | (240) | Full Name of Preparer | |
| EMAIL_ADDRESS | VARCHAR2 | (240) | Email address of Preparer | |
| EMPLOYEE_NUM | VARCHAR2 | (30) | Employee number | |
| EMPLOYEE_ID | NUMBER | (10) | Yes | Employee unique identifier |
Cut, paste (and edit) the following text to query this object:
SELECT FULL_NAME
, EMAIL_ADDRESS
, EMPLOYEE_NUM
, EMPLOYEE_ID
FROM APPS.POR_PREPARER_LOV_V;
APPS
FND_PROFILE
- show dependent code
HR_EMPLOYEES_CURRENT_V
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
APPS.POR_PREPARER_LOV_V is not referenced by any database object
|
|
|
|