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


TABLE: IGC.IGC_CBC_SUMMARY_TEMPLATES

Object Details
Object Name: IGC_CBC_SUMMARY_TEMPLATES
Object Type: TABLE
Owner: IGC
FND Design Data: TableIGC.IGC_CBC_SUMMARY_TEMPLATES
Subobject Name:
Status: VALID


IGC_CBC_SUMMARY_TEMPLATES stores the fund check level codes that are specific to Contract Commitment at the summary template level. For each row in the GL_SUMMARY_TEMPLATES table, there may be one and only one row in this table. The fund check level in Contract Commitment may differ from the fund check level in General Ledger; therefore, a one to one relationship is required.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGC_CBC_SUMMARY_TEMPLATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnTEMPLATE_ID
Columns
Name Datatype Length Mandatory Comments
TEMPLATE_ID NUMBER (15) Yes Summary template defining column
SET_OF_BOOKS_ID NUMBER (15) Yes Accounting books defining column
CBC_OVERRIDE VARCHAR2 (1) Yes Funds check severity level override at commitment budget level
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
MIG_RESULT_CODE VARCHAR2 (3)
R11i Data Migration result code
MIG_REQUEST_ID NUMBER (15)
R11i Data Migration Request code.
Query Text

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


SELECT TEMPLATE_ID
,      SET_OF_BOOKS_ID
,      CBC_OVERRIDE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      MIG_RESULT_CODE
,      MIG_REQUEST_ID
FROM IGC.IGC_CBC_SUMMARY_TEMPLATES;

Dependencies

[top of page]

IGC.IGC_CBC_SUMMARY_TEMPLATES does not reference any database object

IGC.IGC_CBC_SUMMARY_TEMPLATES is referenced by following:

SchemaAPPS
SynonymIGC_CBC_SUMMARY_TEMPLATES