[Home] [Help]
[Dependency Information]
| Object Name: | MST_ALL_FACILITIES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| FACILITY_ID | NUMBER | Yes | FK to FACILITY_ID of FTE_LOCATION_PARAMETERS. | |
| FACILITY_CODE | VARCHAR2 | (60) | Yes | Facility Short name. |
| DESCRIPTION | VARCHAR2 | (250) | Long Description for Facility. | |
| UI_LOCATION_CODE | VARCHAR2 | (500) | Contains unified location details |
Cut, paste (and edit) the following text to query this object:
SELECT FACILITY_ID
, FACILITY_CODE
, DESCRIPTION
, UI_LOCATION_CODE
FROM APPS.MST_ALL_FACILITIES_V;
APPS
FTE_LOCATION_PARAMETERS
WSH_LOCATIONS
APPS.MST_ALL_FACILITIES_V is not referenced by any database object
|
|
|
|