[Home] [Help]
[Dependency Information]
| Object Name: | BIX_DM_SITE_PARAM_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view lists all the sites from the table ieo_svr_groups . It is used in the definition of list of values for the parameters of reports and bins .
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SORT_COL | NUMBER | Used to sort the rows in the views while displaying in the list of values of the parameters . | ||
| SITE_ID | VARCHAR2 | (40) | Unique identifier for the site . | |
| SITE_NAME | VARCHAR2 | (256) | Name of the site . |
Cut, paste (and edit) the following text to query this object:
SELECT SORT_COL
, SITE_ID
, SITE_NAME
FROM APPS.BIX_DM_SITE_PARAM_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
IEO_SVR_GROUPS
APPS.BIX_DM_SITE_PARAM_V is not referenced by any database object
|
|
|
|