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


TABLE: BSC.BSC_SYS_USER_OPTIONS

Object Details
Object Name: BSC_SYS_USER_OPTIONS
Object Type: TABLE
Owner: BSC
FND Design Data: TableBSC.BSC_SYS_USER_OPTIONS
Subobject Name:
Status: VALID


BSC_SYS_USER_OPTIONS stores information about user options. The user option could be defined at system, tab or indicator level.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
BSC_SYS_USER_OPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSOURCE_TYPE
ColumnSOURCE_CODE
ColumnUSER_OPT_ID
Columns
Name Datatype Length Mandatory Comments
SOURCE_TYPE NUMBER (3) Yes Source type
SOURCE_CODE NUMBER (5) Yes Source code. Tab identifier or indicator code
USER_OPT_ID NUMBER (3) Yes User option identifier
ENABLED_FLAG NUMBER (3)
To enable the button
DISPLAY_FLAG NUMBER (3)
To display or not
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SOURCE_TYPE
,      SOURCE_CODE
,      USER_OPT_ID
,      ENABLED_FLAG
,      DISPLAY_FLAG
FROM BSC.BSC_SYS_USER_OPTIONS;

Dependencies

[top of page]

BSC.BSC_SYS_USER_OPTIONS does not reference any database object

BSC.BSC_SYS_USER_OPTIONS is referenced by following:

SchemaAPPS
SynonymBSC_SYS_USER_OPTIONS