[Home] [Help]
[Dependency Information]
| Object Name: | PO_REQUESTOR_LOCATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PO.PO_REQUESTOR_LOCATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LOCATION | VARCHAR2 | (60) | Yes | Location code |
| EMP_ID | NUMBER | (10) | Yes | Employee unique identifier |
| ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION
, EMP_ID
, ORG_ID
FROM APPS.PO_REQUESTOR_LOCATIONS_V;
APPS
FND_PROFILE
- show dependent code
HR_EMPLOYEES_CURRENT_V
HR_GENERAL
- show dependent code
HR_LOCATIONS
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
APPS.PO_REQUESTOR_LOCATIONS_V is not referenced by any database object
|
|
|
|