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


TABLE: GL.GL_SUMMARY_BC_OPTIONS

Object Details
Object Name: GL_SUMMARY_BC_OPTIONS
Object Type: TABLE
Owner: GL
FND Design Data: TableSQLGL.GL_SUMMARY_BC_OPTIONS
Subobject Name:
Status: VALID


GL_SUMMARY_BC_OPTIONS will store the budgetary control parameters assigned to a single summary template in the 'Summary Accounts' form. There will be a primary key on the columns template_id and funding_budget_version_id.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_SUMMARY_BC_OPTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
ColumnFUNDING_BUDGET_VERSION_ID
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_ID NUMBER (15) Yes Summary template defining column
FUNDING_BUDGET_VERSION_ID NUMBER (15) Yes Funding budget version defining column
FUNDS_CHECK_LEVEL_CODE VARCHAR2 (30) Yes Funds checking severity level
DR_CR_CODE VARCHAR2 (30) Yes Debit or credit
AMOUNT_TYPE VARCHAR2 (4) Yes Amount type (Period to date, year to date, etc.)
BOUNDARY_CODE VARCHAR2 (30) Yes Budgetary control time interval end point
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
Query Text

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


SELECT TEMPLATE_ID
,      FUNDING_BUDGET_VERSION_ID
,      FUNDS_CHECK_LEVEL_CODE
,      DR_CR_CODE
,      AMOUNT_TYPE
,      BOUNDARY_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
FROM GL.GL_SUMMARY_BC_OPTIONS;

Dependencies

[top of page]

GL.GL_SUMMARY_BC_OPTIONS does not reference any database object

GL.GL_SUMMARY_BC_OPTIONS is referenced by following:

SchemaGL
ViewGL_SUMMARY_BC_OPTIONS#