Search Results contract_commitment_number
Overview
The APPS.IGCFV_CC_ACTION_HISTORIES view is a read-only reporting object within the Oracle E-Business Suite Contract Commitment (IGC) module. It presents a consolidated, denormalized history of actions performed against contract commitments, combining action-level detail from the actions table with header-level context from the contract header table. The view carries a documented status of VALID and is owned by the APPS schema, which is consistent with standard ETRM (Enterprise Trade and Risk Management) object provisioning in Oracle EBS 12.1.1 and 12.2.2.
The view's role is primarily reporting, inquiry, and integration. By resolving foreign keys and embedding flexfield-style lookup references into named columns, it reduces the join complexity an external tool, custom report, or OAF-based page would otherwise need to reproduce. Notably, several columns are defined using the _LA: lookup convention (for example, _LA:ACTION_TYPE), which signals that the underlying IDs are translated by the application lookup layer rather than stored as descriptive text in the view itself.
Underlying Base Objects
The view is defined over two base objects:
- IGC_CC_ACTIONS (referenced as synonym IGC_CCA) — the transaction table holding each individual action taken against a contract commitment, including action number, notes, and control/approval state identifiers.
- IGC_CC_HEADERS (referenced as synonym IGC_CCH; documented as IGC_CC_HEADERS_ALL in the 12.2.2 metadata) — the header table holding the contract commitment number, version number, and header identifier.
The join condition is IGC_CCA.CC_HEADER_ID = IGC_CCH.CC_HEADER_ID, an inner join that returns only actions whose parent commitment header exists. The view is created WITH READ ONLY, so it supports SELECT operations exclusively and cannot be used as a DML target.
Key Columns
ACTION_NUMBER— sourced fromCC_ACTION_NUM; the sequence identifier for the action within the commitment history.CONTRACT_COMMITMENT_ID— sourced fromIGC_CCA.CC_HEADER_ID; the unique identifier of the parent contract commitment. This is the column directly relevant to the searched term contract_commitment_id.CONTRACT_COMMITMENT_NUMBER— the human-readable commitment number from the header table.CONTRACT_VERSION_NUMBER— the version of the commitment to which the action applies."_LA:ACTION_TYPE","_LA:ACTION_STATE","_LA:ACTION_CONTROL_STATUS","_LA:ACTION_APPROVAL_STATUS"— lookup-translated columns resolvingIGC_CC_ACTION_TYPE,IGC_CC_STATE,IGC_CC_CONTROL_STATUS, andIGC_CC_APPROVAL_STATUSto their meanings.ACTION_NOTES— free-form annotations attached to the action.LAST_UPDATE_DATE,LAST_UPDATED_BY,CREATION_DATE,CREATED_BY— standard audit columns inherited from the actions table.
Common Use Cases and Queries
Typical scenarios include auditing the workflow history of a commitment, reporting approval and control status progression, and integrating action histories into external systems keyed by commitment ID. A representative query filters by the searched identifier:
SELECT ACTION_NUMBER, "_LA:ACTION_TYPE", "_LA:ACTION_STATE", CONTRACT_COMMITMENT_NUMBER, CONTRACT_VERSION_NUMBER, ACTION_NOTES FROM APPS.IGCFV_CC_ACTION_HISTORIES WHERE CONTRACT_COMMITMENT_ID = :p_commitment_id ORDER BY ACTION_NUMBER;SELECT CONTRACT_COMMITMENT_ID, COUNT(*) FROM APPS.IGCFV_CC_ACTION_HISTORIES GROUP BY CONTRACT_COMMITMENT_ID;SELECT * FROM APPS.IGCFV_CC_ACTION_HISTORIES WHERE "_LA:ACTION_APPROVAL_STATUS" = 'Approved';
Because the lookup columns are resolved by the application layer, reports executed directly in SQL against this view may observe the underlying IDs rather than translated meanings unless the reporting tool applies the lookup convention. Where translated values are required, join to FND_LOOKUPS on the corresponding lookup type and language.
-
View: IGCFV_CC_ACTION_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_ACTION_HISTORIES, object_name:IGCFV_CC_ACTION_HISTORIES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_ACTION_HISTORIES ,
-
View: IGCFV_MC_ACCOUNT_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_ACCOUNT_LINES, object_name:IGCFV_MC_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_ACCOUNT_LINES ,
-
View: IGCBV_CC_ACTION_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_ACTION_HISTORIES, object_name:IGCBV_CC_ACTION_HISTORIES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_ACTION_HISTORIES ,
-
View: IGCFV_CBC_JOURNAL_BATCHES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CBC_JOURNAL_BATCHES, object_name:IGCFV_CBC_JOURNAL_BATCHES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CBC_JOURNAL_BATCHES ,
-
View: IGCBV_MC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_CONTRACT_COMMITMENTS, object_name:IGCBV_MC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_MC_CONTRACT_COMMITMENTS ,
-
View: IGCBV_CC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_CONTRACT_COMMITMENTS, object_name:IGCBV_CC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_CONTRACT_COMMITMENTS ,
-
View: IGCFV_CBC_JOURNAL_BATCHES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CBC_JOURNAL_BATCHES, object_name:IGCFV_CBC_JOURNAL_BATCHES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CBC_JOURNAL_BATCHES ,
-
View: IGCFV_CC_ACTION_HISTORIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_ACTION_HISTORIES, object_name:IGCFV_CC_ACTION_HISTORIES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_ACTION_HISTORIES ,
-
View: IGCFV_MC_ACCOUNT_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_ACCOUNT_LINES, object_name:IGCFV_MC_ACCOUNT_LINES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_ACCOUNT_LINES ,
-
View: IGCBV_MC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_MC_CONTRACT_COMMITMENTS, object_name:IGCBV_MC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_MC_CONTRACT_COMMITMENTS ,
-
View: IGCBV_CC_ACTION_HISTORIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_ACTION_HISTORIES, object_name:IGCBV_CC_ACTION_HISTORIES, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_ACTION_HISTORIES ,
-
View: IGCFV_MC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_CONTRACT_COMMITMENTS, object_name:IGCFV_MC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_CONTRACT_COMMITMENTS ,
-
View: IGCFV_MC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_CONTRACT_COMMITMENTS, object_name:IGCFV_MC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_CONTRACT_COMMITMENTS ,
-
View: IGCFV_CC_SUMMARY_PAY_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_SUMMARY_PAY_FORECASTS, object_name:IGCFV_CC_SUMMARY_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_SUMMARY_PAY_FORECASTS ,
-
View: IGCFV_CC_SUMMARY_PAY_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_SUMMARY_PAY_FORECASTS, object_name:IGCFV_CC_SUMMARY_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_SUMMARY_PAY_FORECASTS ,
-
View: IGCBV_CC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCBV_CC_CONTRACT_COMMITMENTS, object_name:IGCBV_CC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCBV_CC_CONTRACT_COMMITMENTS ,
-
View: IGCFV_CC_CONTRACT_COMMITMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_CONTRACT_COMMITMENTS, object_name:IGCFV_CC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_CONTRACT_COMMITMENTS ,
-
View: IGCFV_MC_SUMMARY_PAY_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_SUMMARY_PAY_FORECASTS, object_name:IGCFV_MC_SUMMARY_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_SUMMARY_PAY_FORECASTS ,
-
View: IGCFV_MC_SUMMARY_PAY_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_MC_SUMMARY_PAY_FORECASTS, object_name:IGCFV_MC_SUMMARY_PAY_FORECASTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_MC_SUMMARY_PAY_FORECASTS ,
-
View: IGCFV_CC_CONTRACT_COMMITMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGCFV_CC_CONTRACT_COMMITMENTS, object_name:IGCFV_CC_CONTRACT_COMMITMENTS, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGCFV_CC_CONTRACT_COMMITMENTS ,
-
View: IGC_CBC_AUDIT_TRAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_AUDIT_TRAILS_V, object_name:IGC_CBC_AUDIT_TRAILS_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CBC_AUDIT_TRAILS_V ,
-
View: IGC_CBC_AUDIT_TRAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CBC_AUDIT_TRAILS_V, object_name:IGC_CBC_AUDIT_TRAILS_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CBC_AUDIT_TRAILS_V ,