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


TABLE: IGC.IGC_CC_ACTIONS

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


IGC_CC_ACTIONS stores information specific to significant actions that have taken place against the given contract. For each row in the IGC_CC_HEADERS table, there may be one or more rows in the IGC_CC_ACTIONS table. The number of actions inserted into this table depends on the number of actions performed against the contract. When certain actions take place, such as the initiation, transition, or approval, a row is inserted into this table. This information is inserted automatically by the system.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGC_CC_ACTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCC_HEADER_ID
ColumnCC_ACTION_NUM
Columns
Name Datatype Length Mandatory Comments
CC_HEADER_ID NUMBER
Yes Contract commitment defining column
CC_ACTION_NUM NUMBER
Yes Contract commitment action line number
CC_ACTION_VERSION_NUM NUMBER

Contract commitment version number
CC_ACTION_TYPE VARCHAR2 (2)
Category of action committed against a contract
CC_ACTION_STATE VARCHAR2 (2)
State of the contract
CC_ACTION_CTRL_STATUS VARCHAR2 (1)
Control status of the contract commitment
CC_ACTION_APPRVL_STATUS VARCHAR2 (2)
Approval status of the contract commitment
CC_ACTION_NOTES VARCHAR2 (240)
Free-formatted text describing the nature of the action
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).
Query Text

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


SELECT CC_HEADER_ID
,      CC_ACTION_NUM
,      CC_ACTION_VERSION_NUM
,      CC_ACTION_TYPE
,      CC_ACTION_STATE
,      CC_ACTION_CTRL_STATUS
,      CC_ACTION_APPRVL_STATUS
,      CC_ACTION_NOTES
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM IGC.IGC_CC_ACTIONS;

Dependencies

[top of page]

IGC.IGC_CC_ACTIONS does not reference any database object

IGC.IGC_CC_ACTIONS is referenced by following:

SchemaAPPS
SynonymIGC_CC_ACTIONS