[Home] [Help]
[Dependency Information]
| Object Name: | BIS_REQUEST_SET_OPTIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BIS.BIS_REQUEST_SET_OPTIONS_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 |
|---|---|---|---|---|
| USER_REQUEST_SET_NAME | VARCHAR2 | (240) | User Requset Set Name | |
| REQUEST_SET_NAME | VARCHAR2 | (30) | Yes | Request Set name |
| SET_APP_ID | NUMBER | (15) | Yes | Set App ID |
| OPTION_NAME | VARCHAR2 | (30) | Option Name | |
| USER_OPTION_NAME | VARCHAR2 | (80) | Yes | User Option Name |
| OPTION_VALUE | VARCHAR2 | (30) | Option Value | |
| USER_OPTION_VALUE | VARCHAR2 | (4000) | User Option Value |
Cut, paste (and edit) the following text to query this object:
SELECT USER_REQUEST_SET_NAME
, REQUEST_SET_NAME
, SET_APP_ID
, OPTION_NAME
, USER_OPTION_NAME
, OPTION_VALUE
, USER_OPTION_VALUE
FROM APPS.BIS_REQUEST_SET_OPTIONS_V;
APPS
BIS_REQUESTSET_VIEWHISTORY
- show dependent code
BIS_REQUEST_SET_OPTIONS
FND_COMMON_LOOKUPS
FND_GLOBAL
- show dependent code
FND_REQUEST_SETS_VL
APPS.BIS_REQUEST_SET_OPTIONS_V is not referenced by any database object
|
|
|
|