Search Results igs_fi_inv_int_all
Overview
The IGS_FI_INV_INT_ALL table is a critical interface table within the Oracle E-Business Suite Student System (IGS) module, specifically for financial management. Its primary role is to serve as a staging area for invoice data generated by the system's invoice processing engine. As an interface table, it acts as an intermediary data store, holding transactional information that is typically processed further by other concurrent programs or application logic before being transferred to base transaction tables. This design facilitates data validation, error handling, and batch processing workflows. The table is multi-org enabled, as indicated by the '_ALL' suffix, meaning it stores data for multiple operating units with an ORG_ID column controlling data access and security.
Key Information Stored
The table's structure is designed to capture the core attributes of an invoice during its generation. The primary key is the INVOICE_ID, a unique system-generated identifier for each invoice record. Essential foreign key columns link the invoice to other central entities in the student financial ecosystem. The PERSON_ID column references HZ_PARTIES, connecting the invoice to the student or customer. The BILL_ID links to IGS_FI_BILL_ALL, associating the invoice with a specific bill or statement. The SUBACCOUNT_ID references IGS_FI_SUBACCTS_ALL, tying the invoice to a specific financial sub-account. Additional columns, such as FEE_CAL_TYPE and FEE_CI_SEQUENCE_NUMBER, provide context on the academic calendar period for the charges, while WAIVER_NAME can link to applicable fee waivers.
Common Use Cases and Queries
This table is central to troubleshooting and reporting on the invoice generation process. Common operational scenarios include identifying invoices pending further processing, reconciling data between the interface and base tables, and extracting raw invoice data for audit purposes. A typical query would join to the Parties and Bills tables to create a comprehensive invoice listing for a specific operating unit or person.
- Sample Query for Invoice Interface Review:
SELECT inv_int.invoice_id, inv_int.person_id, party.party_name, inv_int.bill_id, inv_int.creation_date
FROM igs_fi_inv_int_all inv_int, hz_parties party
WHERE inv_int.person_id = party.party_id
AND inv_int.org_id = 123
AND inv_int.creation_date > TRUNC(SYSDATE-1); - Data validation scripts often compare counts and amounts between IGS_FI_INV_INT_ALL and related transaction tables like IGS_FI_CREDITS_ALL to ensure processing completeness.
- Support personnel query this table to investigate errors when downstream processes, such as credit creation or refund application, fail due to missing or invalid invoice source data.
Related Objects
The IGS_FI_INV_INT_ALL table has extensive relationships within the IGS Financials schema, acting as a source for numerous transactional entities. Based on the provided foreign key metadata, key relationships include:
- Parent Tables (Foreign Key References To): HZ_PARTIES (on PERSON_ID), IGS_FI_BILL_ALL (on BILL_ID), IGS_FI_SUBACCTS_ALL (on SUBACCOUNT_ID).
- Child Tables (Foreign Key References From):
- IGS_FI_APPLICATIONS (on INVOICE_ID)
- IGS_FI_INV_WAV_DET (on INVOICE_ID)
- IGS_FI_BILL_TRNSCTNS (on INVOICE_CREDITACT_ID)
- IGS_FI_CREDITS_ALL (on SOURCE_INVOICE_ID)
- IGS_FI_PP_STD_ATTRS (on INVOICE_ID)
- IGS_FI_SPECIAL_FEES (on INVOICE_ID)
- IGS_FI_OTC_CHARGES (on INVOICE_ID)
- IGS_FI_REFUNDS (on INVOICE_ID)
- IGS_AS_ORDER_HDR (on INVOICE_ID)
These relationships demonstrate that the invoice record in this interface table is the progenitor for financial applications, waiver details, bill transactions, credit memos, payment plan attributes, special fees, other charges, refunds, and assessment orders, underscoring its foundational role in the student financial data model.
-
Table: IGS_FI_INV_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_INV_INT_ALL, object_name:IGS_FI_INV_INT_ALL, status:VALID, product: IGS - Student System , description: This interface table stores invoice data generated by invoice process. , implementation_dba_data: IGS.IGS_FI_INV_INT_ALL ,
-
Table: IGS_FI_INV_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This interface table stores invoice data generated by invoice process. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_CREDIT_PVT dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PP_STD_ATTRS_PKG dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_APPL dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAIVERS_API_PUB dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_GL_INTERFACE dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_GEN_008 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_DTLS_WF dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_INV_INT_PKG dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_COM_REC_INTERFACE dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGF_AW_LI_IMPORT dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_CREDITS_API_PUB dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_BILL_EXTRACT dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_DTLS_WF dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_SP_FEES dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_CREDITS_API_PUB dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_GL_INTERFACE dependencies on IGS_FI_INV_INT
12.1.1
-
APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_FI_INVLN_INT_V
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 SQL Statements
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_CREDITS_ALL
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_1098T_FTS
12.1.1
-
APPS.IGF_SP_GEN_001 SQL Statements
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_FI_FEE_TYPE_ALL
12.1.1
-
APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_INV_INT
12.1.1
-
APPS.IGS_FI_PRC_DISC_SUA dependencies on IGS_FI_INV_INT
12.1.1