Search Results igf_aw_coa_update
Overview
IGF_AW_COA_UPDATE is an APPS-owned PL/SQL package within the Oracle E-Business Suite Grants and Awards Management (formerly Oracle Grants Accounting / OGA) product family. Its name reflects its role: it maintains the Chart of Accounts (COA) distribution records that link award funding sources to general ledger accounting flexfield combinations. In the standard Award Management flow, award budgets, award lines, and award items must be mapped to valid accounting combinations before encumbrances, actuals, and budgetary transactions can be posted. IGF_AW_COA_UPDATE supports that mapping process by recalculating, regenerating, and validating COA records in response to changes in award attributes, organization, or account structure.
The package is classified under the ETRM metadata as an "OTHER" API type, meaning it is intended primarily for internal product use rather than as a published external interface. Its status is VALID in the APPS schema, and it forms part of the dependency chain centered on IGF_AW_COA_CALC and IGF_AW_COA_GEN.
Key Procedures and Functions
The package exposes two documented program units:
- MAIN — The principal driver procedure. It orchestrates the COA update cycle: reading the current award and award item data, evaluating the applicable account generation rules, and applying the resulting changes to the award's Chart of Accounts records. It is the entry point invoked by callers such as IGF_AW_COA_CALC.
- IS_ATTRIB_MATCHING — A validation routine that determines whether the attributes of a given award or award item satisfy the matching criteria required for a particular COA generation or update action. It is used internally by MAIN to decide which records qualify for update or regeneration.
Parameter lists are not enumerated in the ETRM metadata; the procedures are identified by name and purpose only.
Tables Accessed
The package reads and writes across award, grants, institutional, and trading-partner data through APPS synonyms:
- Award and COA structures — IGF_AW_AWARD_ALL, IGF_AW_ITEM, IGF_AW_COA_ITEMS, IGF_AW_COA_ITM_TERMS, IGF_AW_COA_RATE_DET, and IGF_AP_FA_BASE_REC_ALL provide the award, item, term, rate detail, and base award record data that drive COA determination.
- Institutional and person data — IGS_CA_INST_ALL, IGS_PE_PRSID_GRP_MEM_ALL, IGS_PE_PERSID_GROUP_ALL, IGS_PE_STD_TODO, and IGS_PE_STD_TODO_REF supply calendar instances, person identifier group membership, and student/person to-do information used in institutional award contexts.
- Supporting entities — HZ_PARTIES provides trading partner or sponsor information, and FND_NEW_MESSAGES supports Oracle Application Object Library notification and message handling.
Usage Notes
IGF_AW_COA_UPDATE is invoked indirectly rather than directly by end users. The dependency metadata shows it is referenced by APPS.IGF_AW_COA_CALC (and self-referenced within the package itself), indicating that the COA calculation logic calls this package when account combinations must be refreshed. It in turn depends on IGF_AW_COA_GEN and the award base record structures.
Typical invocation paths include award maintenance forms where changes to award attributes trigger account re-derivation, concurrent processes in the Grants Accounting responsibility that recalculate award COA distributions, and customization or extension code that calls MAIN to force regeneration across a set of awards. Because the package is marked OTHER, implementers should treat it as an internal module: direct calls are possible from custom PL/SQL, but Oracle does not warrant the signature across patches. Extraction and reporting integrations are better served through the award COA interface tables or standard award APIs. When troubleshooting COA discrepancies, tracing calls from IGF_AW_COA_CALC into IGF_AW_COA_UPDATE is the standard diagnostic route.
-
PACKAGE: APPS.IGF_AW_COA_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_COA_UPDATE, status:VALID,
-
SYNONYM: APPS.IGF_AW_ITEM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_ITEM, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_COA_UPDATE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_UPDATE, status:VALID,
-
PACKAGE: APPS.IGF_AW_COA_UPDATE
12.1.1
-
PACKAGE: APPS.IGF_AW_COA_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_COA_GEN, status:VALID,
-
SYNONYM: APPS.IGS_PE_PRSID_GRP_MEM_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PRSID_GRP_MEM_ALL, status:VALID,
-
SYNONYM: APPS.IGF_AW_COA_RATE_DET
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_COA_RATE_DET, status:VALID,
-
PACKAGE: APPS.IGF_AW_COA_ITM_TERMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_COA_ITM_TERMS_PKG, status:VALID,
-
PACKAGE: APPS.IGF_AW_COA_ITEMS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_COA_ITEMS_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PE_STD_TODO
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_STD_TODO, status:VALID,
-
PACKAGE: APPS.IGS_PE_STD_TODO_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PE_STD_TODO_PKG, status:VALID,
-
PACKAGE: APPS.IGS_PE_STD_TODO_REF_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_PE_STD_TODO_REF_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PE_STD_TODO_REF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_STD_TODO_REF, status:VALID,
-
SYNONYM: APPS.IGF_AW_COA_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_COA_ITEMS, status:VALID,
-
SYNONYM: APPS.IGF_AW_COA_ITM_TERMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_COA_ITM_TERMS, status:VALID,
-
PACKAGE BODY: APPS.IGF_AW_COA_CALC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_AW_COA_CALC, status:VALID,
-
SYNONYM: APPS.IGF_AP_FA_BASE_REC_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AP_FA_BASE_REC_ALL, status:VALID,
-
PACKAGE: APPS.IGF_AP_SS_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AP_SS_PKG, status:VALID,
-
SYNONYM: APPS.IGS_PE_PERSID_GROUP_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PE_PERSID_GROUP_ALL, status:VALID,
-
PACKAGE: APPS.IGF_GR_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_GR_GEN, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.IGF_AW_AWARD_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_AW_AWARD_ALL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IGS_PE_PERSID_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP_V, object_name:IGS_PE_PERSID_GROUP_V, status:VALID,
-
PACKAGE: APPS.IGF_AW_GEN
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGF_AW_GEN, status:VALID,
-
VIEW: APPS.IGS_PE_PERSON_BASE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_BASE_V, object_name:IGS_PE_PERSON_BASE_V, status:VALID,
-
VIEW: APPS.IGS_CA_INST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_CA_INST, object_name:IGS_CA_INST, status:VALID,
-
SYNONYM: APPS.IGS_CA_INST_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_CA_INST_ALL, status:VALID,
-
VIEW: APPS.IGF_AP_FA_BASE_REC
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_AP_FA_BASE_REC, object_name:IGF_AP_FA_BASE_REC, status:VALID,
-
APPS.IGF_AW_COA_UPDATE dependencies on IGF_AW_COA_UPDATE
12.1.1
-
APPS.IGF_AW_COA_CALC dependencies on IGF_AW_COA_UPDATE
12.1.1
-
PACKAGE BODY: APPS.IGF_AW_COA_UPDATE
12.1.1
-
SYNONYM: APPS.FND_NEW_MESSAGES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_NEW_MESSAGES, status:VALID,
-
APPS.IGF_AW_COA_UPDATE dependencies on IGS_GE_MSG_STACK
12.1.1
-
PACKAGE: APPS.IGS_GE_MSG_STACK
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_GE_MSG_STACK, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
PACKAGE: APPS.FND_FILE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_FILE, status:VALID,
-
PACKAGE: APPS.FND_LOG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_LOG, status:VALID,
-
APPS.IGF_AW_COA_UPDATE dependencies on FND_MESSAGE
12.1.1
-
PACKAGE: APPS.APP_EXCEPTION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:APP_EXCEPTION, status:VALID,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_MESSAGE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_MESSAGE, status:VALID,
-
PACKAGE: SYS.STANDARD
12.1.1
owner:SYS, object_type:PACKAGE, object_name:STANDARD, status:VALID,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,