[Home] [Help]
[Dependency Information]
| Object Name: | POR_BUYER_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_BUYER_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
The POR_BUYER_LOV_V view returns a list of buyers that allows the user to choose to be the buyer of the purchasing item.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FULL_NAME | VARCHAR2 | (240) | Buyer's full name | |
| BUSINESS_GROUP_NAME | VARCHAR2 | (240) | Yes | Business group name |
| EMPLOYEE_ID | NUMBER | (10) | Yes | Employee id |
Cut, paste (and edit) the following text to query this object:
SELECT FULL_NAME
, BUSINESS_GROUP_NAME
, EMPLOYEE_ID
FROM APPS.POR_BUYER_LOV_V;
APPS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
PER_BUSINESS_GROUPS_PERF
PER_EMPLOYEES_CURRENT_X
PO_AGENTS
APPS.POR_BUYER_LOV_V is not referenced by any database object
|
|
|
|