Search Results cc_type_name
Overview
The IGC_CC_CONTROL_FUNCTIONS_V view is a reporting and inquiry object in the Oracle E-Business Suite (EBS) Contract Commitment (IGC) module. It is owned by the APPS schema and holds a VALID status in both 12.1.1 and 12.2.2. The view presents a denormalized, human-readable representation of the control functions defined for contract commitments. Whereas the underlying base table stores control function records using coded lookup values, this view resolves those codes into descriptive meanings by joining to the FND_LOOKUPS view. This design makes the view well suited for concurrent program extracts, Oracle Reports, OAF/Forms inquiry pages, and integration interfaces where descriptive text is preferred over internal codes.
The object exposes a derived CC_TYPE_NAME column—the field most frequently referenced when users search for cc_type_name. This column supplies the translated display name for the CC_TYPE code, allowing downstream consumers to present control function type without performing their own lookup translation.
Underlying Base Objects
According to the documented view text, IGC_CC_CONTROL_FUNCTIONS_V is defined over the base table IGC_CC_WF_CONTROL_FUNCTIONS (exposed in the metadata as the synonym IGC_CC_CONTROL_FUNCTIONS_ALL) joined to IGC_CC_WF_CONTROL_GROUPS (synonym IGC_CC_CONTROL_GROUPS), and twice to FND_LOOKUPS. The documented referenced base objects are FND_GLOBAL (package), FND_LOOKUPS (view), IGC_CC_CONTROL_FUNCTIONS_ALL (synonym), and IGC_CC_CONTROL_GROUPS (synonym).
The join conditions are: control function to control group on CONTROL_GROUP_ID; the first FND_LOOKUPS instance on LOOKUP_TYPE = 'IGC_CC_TYPE' matched to CC_TYPE; and the second FND_LOOKUPS instance on LOOKUP_TYPE = 'IGC_CC_STATE' matched to CC_STATE. ROWID from the control functions table is aliased as ROW_ID. The view is multilanguage-enabled, since FND_LOOKUPS returns meanings in the session language.
Key Columns
ROW_ID— ROWID of the base control function row, useful for direct updates or deletes.CONTROL_FUNCTION_ID— Primary identifier of the control function.CC_TYPE/CC_TYPE_NAME— Coded contract commitment type and its translated meaning from lookup type IGC_CC_TYPE.CC_STATE/CC_STATE_NAME— Coded state and its translated meaning from lookup type IGC_CC_STATE.CONTROL_GROUP_ID/CONTROL_GROUP_NAME— The control group to which the function belongs.JOB_ID,POSITION_ID,ORGANIZATION_ID,ORG_ID— Assignment and operating unit context for the control function.START_DATE/END_DATE— Effective dating for the control function.- WHO columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN. - DFF columns —
ATTRIBUTE_CATEGORYandATTRIBUTE1throughATTRIBUTE15.
Common Use Cases and Queries
Typical usage includes control function inquiries, security/approval matrix reporting, and integration extracts that require descriptive type and state values.
SELECT control_function_id,
cc_type,
cc_type_name,
cc_state,
cc_state_name,
control_group_name
FROM apps.igc_cc_control_functions_v
WHERE org_id = :p_org_id
AND SYSDATE BETWEEN NVL(start_date, SYSDATE)
AND NVL(end_date, SYSDATE);
To filter by a specific commitment type name:
SELECT control_function_id, cc_type_name, cc_state_name FROM apps.igc_cc_control_functions_v WHERE cc_type_name = :p_type_name;
Because the view resolves lookups at query time, report and integration authors should treat CC_TYPE_NAME and CC_STATE_NAME as the display-ready fields and always filter or join on the coded columns where deterministic behavior is required.
-
View: IGC_CC_CONTROL_FUNCTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_CONTROL_FUNCTIONS_V, object_name:IGC_CC_CONTROL_FUNCTIONS_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CC_CONTROL_FUNCTIONS_V ,
-
View: IGC_CC_CONTROL_FUNCTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_CONTROL_FUNCTIONS_V, object_name:IGC_CC_CONTROL_FUNCTIONS_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CC_CONTROL_FUNCTIONS_V ,
-
VIEW: APPS.IGC_CC_CONTROL_FUNCTIONS_V
12.2.2
-
VIEW: APPS.IGC_CC_CONTROL_FUNCTIONS_V
12.1.1
-
VIEW: APPS.IGC_CC_ROUTING_CTRLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_ROUTING_CTRLS_V, object_name:IGC_CC_ROUTING_CTRLS_V, status:VALID,
-
VIEW: APPS.IGC_CC_ROUTING_CTRLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_ROUTING_CTRLS_V, object_name:IGC_CC_ROUTING_CTRLS_V, status:VALID,
-
View: IGC_CC_ROUTING_CTRLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_ROUTING_CTRLS_V, object_name:IGC_CC_ROUTING_CTRLS_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CC_ROUTING_CTRLS_V ,
-
VIEW: APPS.IGC_CC_CONTROL_FUNCTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_CONTROL_FUNCTIONS_V, object_name:IGC_CC_CONTROL_FUNCTIONS_V, status:VALID,
-
View: PA_AEL_GL_EI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_GL_EI_V, object_name:PA_AEL_GL_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_AEL_GL_EI_V ,
-
View: IGC_CC_ROUTING_CTRLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_ROUTING_CTRLS_V, object_name:IGC_CC_ROUTING_CTRLS_V, status:VALID, product: IGC - Contract Commitment , implementation_dba_data: APPS.IGC_CC_ROUTING_CTRLS_V ,
-
VIEW: APPS.XLA_OKL_AEL_GL_CTR_V
12.1.1
-
View: XLA_OKL_AEL_GL_CTR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_CTR_V, object_name:XLA_OKL_AEL_GL_CTR_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_CTR_V ,
-
View: XLA_OKL_AEL_GL_AST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_AST_V, object_name:XLA_OKL_AEL_GL_AST_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_AST_V ,
-
View: XLA_OKL_AEL_GL_CTR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_CTR_V, object_name:XLA_OKL_AEL_GL_CTR_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_CTR_V ,
-
View: XLA_OKL_AEL_GL_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_TRX_V, object_name:XLA_OKL_AEL_GL_TRX_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_TRX_V ,
-
VIEW: APPS.XLA_OKL_AEL_GL_AST_V
12.1.1
-
VIEW: APPS.XLA_OKL_AEL_GL_QTE_V
12.1.1
-
VIEW: APPS.XLA_OKL_AEL_GL_CTR_V
12.2.2
-
VIEW: APPS.XLA_OKL_AEL_GL_QTE_V
12.2.2
-
VIEW: APPS.PA_AEL_SL_EI_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_SL_EI_MRC_V, object_name:PA_AEL_SL_EI_MRC_V, status:VALID,
-
VIEW: APPS.IGC_CC_CONTROL_FUNCTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IGC.IGC_CC_CONTROL_FUNCTIONS_V, object_name:IGC_CC_CONTROL_FUNCTIONS_V, status:VALID,
-
VIEW: APPS.PA_AEL_GL_EI_MRC_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_AEL_GL_EI_MRC_V, status:VALID,
-
VIEW: APPS.PA_AEL_GL_DR_MRC_TMP_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_AEL_GL_DR_MRC_TMP_V, status:VALID,
-
VIEW: APPS.PA_AEL_GL_DR_TMP_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_AEL_GL_DR_TMP_V, status:VALID,
-
VIEW: APPS.PA_AEL_SL_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_SL_EI_V, object_name:PA_AEL_SL_EI_V, status:VALID,
-
VIEW: APPS.PA_AEL_GL_DR_TMP_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_AEL_GL_DR_TMP_V, status:VALID,
-
View: XLA_PA_DR_AEL_SL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PA_DR_AEL_SL_MRC_V, object_name:XLA_PA_DR_AEL_SL_MRC_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PA_DR_AEL_SL_MRC_V ,
-
View: PA_AEL_GL_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_GL_EI_V, object_name:PA_AEL_GL_EI_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_AEL_GL_EI_V ,
-
VIEW: APPS.PA_AEL_SL_DR_TMP_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PA_AEL_SL_DR_TMP_V, status:VALID,
-
VIEW: APPS.PA_AEL_GL_DR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_GL_DR_V, object_name:PA_AEL_GL_DR_V, status:VALID,
-
VIEW: APPS.PA_AEL_GL_EI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_GL_EI_V, object_name:PA_AEL_GL_EI_V, status:VALID,
-
VIEW: APPS.PA_AEL_GL_DR_MRC_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PA_AEL_GL_DR_MRC_V, status:VALID,
-
VIEW: APPS.PA_AEL_SL_DR_MRC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_SL_DR_MRC_V, object_name:PA_AEL_SL_DR_MRC_V, status:VALID,
-
View: XLA_OKL_AEL_GL_QTE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_QTE_V, object_name:XLA_OKL_AEL_GL_QTE_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_QTE_V ,
-
View: XLA_OKL_AEL_GL_QTE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_QTE_V, object_name:XLA_OKL_AEL_GL_QTE_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_QTE_V ,
-
View: XLA_OKL_AEL_GL_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_OKL_AEL_GL_TRX_V, object_name:XLA_OKL_AEL_GL_TRX_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_OKL_AEL_GL_TRX_V ,
-
View: XLA_PA_EI_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PA_EI_AEL_GL_V, object_name:XLA_PA_EI_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PA_EI_AEL_GL_V ,
-
View: XLA_PA_DR_AEL_GL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PA_DR_AEL_GL_V, object_name:XLA_PA_DR_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PA_DR_AEL_GL_V ,
-
View: XLA_PA_DR_AEL_SL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PA_DR_AEL_SL_V, object_name:XLA_PA_DR_AEL_SL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PA_DR_AEL_SL_V ,
-
View: XLA_PA_EI_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PA_EI_AEL_GL_V, object_name:XLA_PA_EI_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PA_EI_AEL_GL_V ,
-
View: XLA_PA_EI_AEL_SL_MRC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PA_EI_AEL_SL_MRC_V, object_name:XLA_PA_EI_AEL_SL_MRC_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PA_EI_AEL_SL_MRC_V ,
-
View: XLA_PA_DR_AEL_GL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XLA.XLA_PA_DR_AEL_GL_V, object_name:XLA_PA_DR_AEL_GL_V, status:VALID, product: XLA - Subledger Accounting , implementation_dba_data: APPS.XLA_PA_DR_AEL_GL_V ,
-
VIEW: APPS.XLA_PA_EI_AEL_SL_V
12.1.1
-
VIEW: APPS.XLA_PA_DR_AEL_SL_MRC_V
12.1.1
-
VIEW: APPS.XLA_PA_AEL_DR_MRC_GL_V
12.1.1
-
VIEW: APPS.XLA_PA_AEL_EI_MRC_GL_V
12.2.2
-
VIEW: APPS.XLA_PA_EI_AEL_GL_V
12.1.1
-
VIEW: APPS.XLA_PA_AEL_DR_MRC_GL_V
12.2.2
-
VIEW: APPS.PA_AEL_GL_EI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_GL_EI_V, object_name:PA_AEL_GL_EI_V, status:VALID,
-
VIEW: APPS.PA_AEL_SL_DR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AEL_SL_DR_V, object_name:PA_AEL_SL_DR_V, status:VALID,