[Home] [Help]
[Dependency Information]
Object Name: | IGC_CC_BC_ENABLE |
---|---|
Object Type: | TABLE |
Owner: | IGC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGC_CC_BC_ENABLE stores information required to enable or disable commitment budgetary control for the given Set of Books. Commitment budgetary control is enabled and disabled separate and apart from standard budgetary control.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGC_CC_BC_ENABLE_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Accounting books defining column |
CC_BC_ENABLE_FLAG | VARCHAR2 | (1) | Flag to indicate whether commitment budgetary control is enabled | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
CBC_PO_ENABLE | VARCHAR2 | (1) | Flag if 'Y' implies that Commitment Budget Control is enabled for Purchase Orders, if 'N' then disabled |
Cut, paste (and edit) the following text to query this object:
SELECT SET_OF_BOOKS_ID
, CC_BC_ENABLE_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, CBC_PO_ENABLE
FROM IGC.IGC_CC_BC_ENABLE;
IGC.IGC_CC_BC_ENABLE does not reference any database object
IGC.IGC_CC_BC_ENABLE is referenced by following:
|
|
|