[Home] [Help]
[Dependency Information]
| 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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGC_CC_PROCESS_DATA_A_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REQUEST_ID
|
| IGC_CC_PROCESS_DATA_A_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
CC_HEADER_ID
|
| IGC_CC_PROCESS_DATA_A_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PROCESS_TYPE
SET_OF_BOOKS_ID
ORG_ID
|
| 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). |
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;
IGC.IGC_CC_PROCESS_DATA_ALL does not reference any database object
IGC.IGC_CC_PROCESS_DATA_ALL is referenced by following:
APPS
IGC_CC_PROCESS_DATA
IGC_CC_PROCESS_DATA_ALL
|
|
|
|