[Home] [Help]
[Dependency Information]
| Object Name: | BIS_LOCATIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.BIS_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 |
|---|---|---|---|---|
| ID | VARCHAR2 | (40) | ||
| VALUE | VARCHAR2 | (60) | Yes | |
| LOCATION_ID | NUMBER | (15) | Yes | |
| LOCATION_CODE | VARCHAR2 | (60) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, VALUE
, LOCATION_ID
, LOCATION_CODE
FROM APPS.BIS_LOCATIONS_V;
APPS
HR_GENERAL
- show dependent code
HR_LOCATIONS
APPS.BIS_LOCATIONS_V is not referenced by any database object
|
|
|
|