DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.BIS_REQUEST_SET_OPTIONS_V

Object Details
Object Name: BIS_REQUEST_SET_OPTIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBIS.BIS_REQUEST_SET_OPTIONS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.BIS_REQUEST_SET_OPTIONS_V references the following:

SchemaAPPS
PL/SQL PackageBIS_REQUESTSET_VIEWHISTORY - show dependent code
SynonymBIS_REQUEST_SET_OPTIONS
ViewFND_COMMON_LOOKUPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_REQUEST_SETS_VL

APPS.BIS_REQUEST_SET_OPTIONS_V is not referenced by any database object