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


TABLE: IGC.IGC_CC_PROCESS_DATA_ALL

Object Details
Object Name: IGC_CC_PROCESS_DATA_ALL
Object Type: TABLE
Owner: IGC
Subobject Name:
Status: VALID


IGC_CC_PROCESS_DATA temporarily stores information about contracts to be used during the contract commitment's year end processing.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGC_CC_PROCESS_DATA_A_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
IGC_CC_PROCESS_DATA_A_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCC_HEADER_ID
IGC_CC_PROCESS_DATA_A_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROCESS_TYPE
ColumnSET_OF_BOOKS_ID
ColumnORG_ID
Columns
Name Datatype Length Mandatory Comments
PROCESS_TYPE VARCHAR2 (1)
Category of process such as year end or revaluation
PROCESS_PHASE VARCHAR2 (1)
Validation phase
CC_HEADER_ID NUMBER

Contract commitment defining column
VALIDATION_STATUS VARCHAR2 (1)
Validation status. Values are P for pass and F for fail.
RESERVATION_STATUS VARCHAR2 (1)
Reservation status from commitment budgetary control funds check and reservation
PROCESSED VARCHAR2 (1)
Flag to indicate whether the process is complete or not
OLD_APPROVAL_STATUS VARCHAR2 (2)
Original approval status
ORG_ID NUMBER (15)
Organization identifier
SET_OF_BOOKS_ID NUMBER (15)
Accounting books defining column
VALIDATE_ONLY VARCHAR2 (1)
Indicates whether cover commitment should be processed for year end. Values are 'Y' for to be processed, and 'N' for do not process.
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
Query Text

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


SELECT PROCESS_TYPE
,      PROCESS_PHASE
,      CC_HEADER_ID
,      VALIDATION_STATUS
,      RESERVATION_STATUS
,      PROCESSED
,      OLD_APPROVAL_STATUS
,      ORG_ID
,      SET_OF_BOOKS_ID
,      VALIDATE_ONLY
,      REQUEST_ID
FROM IGC.IGC_CC_PROCESS_DATA_ALL;

Dependencies

[top of page]

IGC.IGC_CC_PROCESS_DATA_ALL does not reference any database object

IGC.IGC_CC_PROCESS_DATA_ALL is referenced by following:

SchemaAPPS
SynonymIGC_CC_PROCESS_DATA
SynonymIGC_CC_PROCESS_DATA_ALL