[Home] [Help]
[Dependency Information]
| Object Name: | GL_BUDORG_BC_OPTIONS |
|---|---|
| Object Type: | TABLE |
| Owner: | GL |
| FND Design Data: | SQLGL.GL_BUDORG_BC_OPTIONS
|
| Subobject Name: | |
| Status: | VALID |
GL_BUDORG_BC_OPTIONS will store the budgetary control parameters that are assigned to a particular account range in the budget organization. This new table will correspond to Budgetary Control Options window of the Define Budget Organization form. There will be a primary key on the columns range_id and funding_budget_version_id.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| GL_BUDORG_BC_OPTIONS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RANGE_ID
FUNDING_BUDGET_VERSION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RANGE_ID | NUMBER | (15) | Yes | Flexfield assignment range 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 |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT RANGE_ID
, FUNDING_BUDGET_VERSION_ID
, FUNDS_CHECK_LEVEL_CODE
, AMOUNT_TYPE
, BOUNDARY_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
FROM GL.GL_BUDORG_BC_OPTIONS;
GL.GL_BUDORG_BC_OPTIONS does not reference any database object
GL.GL_BUDORG_BC_OPTIONS is referenced by following:
GL
GL_BUDORG_BC_OPTIONS#
|
|
|
|