[Home] [Help]
[Dependency Information]
| Object Name: | MRP_INTER_LOCATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | MRP.MRP_INTER_LOCATIONS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FROM_LOCATION_ID | NUMBER | Location identifier for the from location | ||
| FROM_LOCATION | VARCHAR2 | (60) | From location name | |
| FROM_LOC_DESC | VARCHAR2 | (240) | From location description | |
| TO_LOCATION_ID | NUMBER | Location identifier for the to location | ||
| TO_LOCATION | VARCHAR2 | (60) | To location name | |
| TO_LOC_DESC | VARCHAR2 | (240) | To location description |
Cut, paste (and edit) the following text to query this object:
SELECT FROM_LOCATION_ID
, FROM_LOCATION
, FROM_LOC_DESC
, TO_LOCATION_ID
, TO_LOCATION
, TO_LOC_DESC
FROM APPS.MRP_INTER_LOCATIONS_V;
APPS
HR_GENERAL
- show dependent code
HR_LOCATIONS
HZ_LOCATIONS
MTL_INTERORG_SHIP_METHODS
APPS.MRP_INTER_LOCATIONS_V is not referenced by any database object
|
|
|
|