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


VIEW: APPS.POR_PREPARER_LOV_V

Object Details
Object Name: POR_PREPARER_LOV_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewICX.POR_PREPARER_LOV_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.POR_PREPARER_LOV_V references the following:

SchemaAPPS
PL/SQL PackageFND_PROFILE - show dependent code
ViewHR_EMPLOYEES_CURRENT_V
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code

APPS.POR_PREPARER_LOV_V is not referenced by any database object