Search Results release_hold
Overview
IGI_EXP_HOLD is an APPS-owned PL/SQL package body in the Oracle E-Business Suite that supports invoice hold processing for expense-related workflows, particularly those originating from procurement and receiving transactions. The package is classified as OTHER in the ETRM repository, indicating that it is internally invoked by Oracle application modules rather than exposed as a public API. Its principal role is to evaluate and manage the hold status of invoices and invoice distributions, deciding whether a given hold should be applied or released based on the state of the associated receiving transaction, line location, or invoice.
The version header (115.7, dated August 2003) reflects an object that has remained stable across the 12.1.1 and 12.2.2 releases. It is part of the IGI (Internet Government/Internal Controls) module family used by Oracle Payables and related expense processes to enforce holds during invoice validation and matching.
Key Procedures and Functions
The ETRM 12.2.2 metadata documents a single public entry point, PLACE_HOLD, though the package body itself exposes several additional procedures supporting the full hold lifecycle:
- Process_Inv_Hold_Status — Central driver that determines whether a given hold should be placed or released for an invoice, using the invoice identifier, line location, receiving transaction, hold lookup code, and system user context.
- Release_Hold — Removes an existing hold identified by the invoice, line location, receiving transaction, and hold lookup code, updating the in-memory holds array and release counters.
- Set_Hold — Applies a hold with a specified reason and lookup code, updating the holds array and holds counters.
- Get_Hold_Status — Retrieves the current hold status and hold reason for the specified invoice/line/receiving transaction combination.
- Get_Release_Lookup_For_Hold — Resolves the release lookup code associated with a given hold lookup code.
- Update_Inv_Dists_To_Approved — Updates invoice distributions to an approved status following hold resolution.
All procedures operate on HOLDSARRAY and COUNTARRAY NOCOPY parameters, which are passed by reference for performance.
Tables Accessed
The only table documented in the ETRM metadata for this package is AP_HOLDS, accessed via an APPS synonym. This table stores invoice hold records in Oracle Payables, including hold lookup codes, hold reasons, release information, and the identifiers for the associated invoice, line location, and receiving transaction. IGI_EXP_HOLD reads AP_HOLDS to determine existing hold status and writes to it when placing or releasing holds. The updating of invoice distribution approval status implies indirect interaction with AP_INVOICE_DISTRIBUTIONS, though this is not confirmed by the documented metadata.
Usage Notes
IGI_EXP_HOLD is referenced by zero other packages per the ETRM metadata, indicating that it is invoked directly by Oracle forms, concurrent programs, or internal workflow components rather than by other PL/SQL APIs. In typical deployments, it is called during invoice validation and matching cycles, and during receiving transaction adjustments that affect invoice hold eligibility. The procedures accept a p_calling_sequence parameter, which is used for diagnostic tracing in debug logs.
Because the package is not exposed as a public API, customizations that call it directly must supply the full invoice, line location, and receiving transaction context and manage the HOLDSARRAY and COUNTARRAY structures appropriately. On the "release_hold" search that led to this object, users should note that Release_Hold is the relevant procedure, though it is not the primary documented entry point. Oracle recommends using supported Payables APIs such as AP_HOLDS_PKG for hold release wherever possible, reserving direct IGI_EXP_HOLD invocation for expense-specific scenarios requiring the receiving-side logic this package provides.
-
Lookup Type: ZX_EVENT_TYPE
12.2.2
product: ZX - E-Business Tax , meaning: ZX Event Types ,
-
Lookup Type: ZX_EVENT_TYPE
12.1.1
product: ZX - E-Business Tax , meaning: ZX Event Types ,
-
Lookup Type: WORKSHEET_ACTION
12.1.1
product: CN - Incentive Compensation , meaning: Worksheet Action , description: Paymeny Worksheet Action ,
-
Lookup Type: OIE_AUDIT_ACTIONS
12.2.2
product: AP - Payables , meaning: Expenses Audit Actions , description: Expenses Audit Actions ,
-
Lookup Type: OIE_AUDIT_ACTIONS
12.1.1
product: AP - Payables , meaning: Expenses Audit Actions , description: Expenses Audit Actions ,
-
Lookup Type: WORKSHEET_ACTION
12.2.2
product: CN - Incentive Compensation , meaning: Worksheet Action , description: Paymeny Worksheet Action ,
-
PACKAGE BODY: APPS.IGI_EXP_HOLD
12.2.2
-
PACKAGE BODY: APPS.IGI_EXP_HOLD
12.1.1
-
Lookup Type: TRANSACTION_HISTORY_EVENT
12.1.1
product: AR - Receivables , meaning: Bills Receivable document event , description: Bills Receivable document event ,
-
Lookup Type: TRANSACTION_HISTORY_EVENT
12.2.2
product: AR - Receivables , meaning: Bills Receivable document event , description: Bills Receivable document event ,
-
PACKAGE: APPS.OE_GSA_UTIL
12.1.1
-
PACKAGE: APPS.OE_GSA_UTIL
12.2.2
-
PACKAGE: APPS.IGS_PE_GEN_001
12.1.1
-
PACKAGE: APPS.IGI_APPROVAL_PKG
12.1.1
-
PACKAGE: APPS.IGI_APPROVAL_PKG
12.2.2
-
PACKAGE BODY: APPS.IGI_EXP_HOLDS
12.1.1
-
PACKAGE BODY: APPS.IGI_EXP_HOLDS
12.2.2
-
PACKAGE: APPS.AP_ISP_UTILITIES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_GEN_001
12.1.1
-
PACKAGE: APPS.AP_WEB_RECEIPT_MANAGEMENT_UTIL
12.1.1
-
PACKAGE: APPS.AP_WEB_RECEIPT_MANAGEMENT_UTIL
12.2.2
-
PACKAGE: APPS.AP_ISP_UTILITIES_PKG
12.2.2
-
PACKAGE BODY: APPS.OE_GSA_UTIL
12.1.1
-
PACKAGE: APPS.AP_APPROVAL_PKG
12.1.1
-
PACKAGE BODY: APPS.OE_GSA_UTIL
12.2.2
-
PACKAGE BODY: APPS.CN_PAYMENT_SECURITY_PVT
12.2.2
-
PACKAGE: APPS.OE_DELAYED_REQUESTS_UTIL
12.1.1
-
PACKAGE BODY: APPS.CN_PAYMENT_SECURITY_PVT
12.1.1
-
PACKAGE: APPS.AP_APPROVAL_PKG
12.2.2
-
PACKAGE: APPS.OE_DELAYED_REQUESTS_UTIL
12.2.2
-
PACKAGE BODY: APPS.IGI_APPROVAL_PKG
12.2.2
-
PACKAGE BODY: APPS.IGI_APPROVAL_PKG
12.1.1
-
APPS.IGS_FI_PRC_HOLDS SQL Statements
12.1.1
-
APPS.IGS_PE_GEN_002 dependencies on IGS_PE_GEN_001
12.1.1
-
APPS.CN_PAYMENT_WORKSHEET_PVT dependencies on CN_PMT_TRANS_PVT
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_SET_REM_HOLDS
12.1.1
-
APPS.CN_PAYMENT_WORKSHEET_PVT dependencies on CN_PMT_TRANS_PVT
12.2.2
-
APPS.IGS_FI_PRC_HOLDS dependencies on FND_USER
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_PE_GEN_001
12.1.1
-
APPS.IGS_PE_SET_REM_HOLDS dependencies on FND_USER
12.1.1
-
APPS.AP_ISP_UTILITIES_PKG dependencies on AP_HOLDS_ALL
12.1.1
-
APPS.OE_GSA_UTIL dependencies on OE_GSA_UTIL
12.2.2
-
APPS.IGS_PE_GEN_001 dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.AP_ISP_UTILITIES_PKG dependencies on AP_LOOKUP_CODES
12.2.2
-
APPS.OE_GSA_UTIL dependencies on OE_GSA_UTIL
12.1.1
-
APPS.IGI_EXP_HOLDS dependencies on STANDARD
12.1.1
-
APPS.IGS_PE_GEN_001 dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.IGI_EXP_HOLDS dependencies on STANDARD
12.2.2
-
APPS.OE_DELAYED_REQUESTS_UTIL dependencies on OE_ORDER_PUB
12.2.2
-
APPS.IGI_EXP_HOLDS dependencies on FND_MESSAGE
12.2.2