Search Results igs_fi_invln_int_all
Overview
The IGS_FI_INVLN_INT_ALL table is an interface table within the Oracle E-Business Suite Student System (IGS), which is noted as obsolete. Its primary role is to serve as a staging area for invoice line 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, validated, and then transferred to other core application tables. The "ALL" suffix indicates it is a multi-organization enabled table, capable of storing data partitioned by the operating unit. The provided metadata explicitly states it is "Not implemented in this database," suggesting it may represent a defined but unused object in a specific instance or a standard component not deployed in all implementations.
Key Information Stored
The table's structure is designed to capture the granular details of individual invoice lines. The primary identifier is the system-generated INVOICE_LINES_ID. Each line is also uniquely associated with a specific invoice via the composite key of INVOICE_ID and LINE_NUMBER, ensuring line items are correctly sequenced per invoice. Key transactional columns would typically include amounts, quantities, and descriptions for the charged item. Furthermore, the table holds critical accounting references, such as REV_ACCOUNT_CD (revenue account code) and REC_ACCOUNT_CD (receivable account code), linking the invoice line to the General Ledger. It also stores academic context via UNIT_TYPE_ID and UNIT_LEVEL, connecting financial charges to specific course units or academic levels.
Common Use Cases and Queries
The primary use case involves batch invoice generation and subsequent data integration. A background process would populate this table, after which a separate posting or interface program would validate the records and transfer them to permanent transactional tables. Common queries would focus on identifying unprocessed interface records for error resolution or audit purposes. For instance, a support analyst might run a query to find invoice lines for a specific invoice that have failed to post, or a developer might extract a sample for testing the invoice interface.
- Identifying unprocessed invoice lines for a specific invoice:
SELECT * FROM IGS_FI_INVLN_INT_ALL WHERE INVOICE_ID = :p_invoice_id AND POSTING_ID IS NULL; - Summarizing interface data by account code:
SELECT REV_ACCOUNT_CD, COUNT(*), SUM(AMOUNT) FROM IGS_FI_INVLN_INT_ALL WHERE CREATION_DATE > SYSDATE-1 GROUP BY REV_ACCOUNT_CD;
Related Objects
Based on the documented foreign key relationships, IGS_FI_INVLN_INT_ALL is centrally connected to several key tables in the Student and Financials modules.
- IGS_FI_POSTING_INT_ALL: Linked via POSTING_ID, this relationship connects the invoice line to its corresponding batch posting record in the interface.
- IGS_FI_ACC_ALL: Linked via both REV_ACCOUNT_CD and REC_ACCOUNT_CD, defining the revenue and receivable accounting flexfields for the charge.
- IGS_PS_UNIT_TYPE_LVL and IGS_PS_UNIT_LEVEL_ALL: Linked via UNIT_TYPE_ID and UNIT_LEVEL, respectively, providing the academic context for the chargeable item.
- IGS_FI_APPLICATIONS: The foreign key from IGS_FI_APPLICATIONS.APPLIED_INVOICE_LINES_ID points back to this table, indicating that payments (applications) can be applied against specific invoice lines staged here.
-
Table: IGS_FI_INVLN_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This interface table stores invoice lines data generated by invoice process. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_INVLN_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_INVLN_INT_ALL, object_name:IGS_FI_INVLN_INT_ALL, status:VALID, product: IGS - Student System , description: This interface table stores invoice lines data generated by invoice process. , implementation_dba_data: IGS.IGS_FI_INVLN_INT_ALL ,
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_AS_SS_DOC_REQUEST dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_CREDIT_PVT dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_INVLN_INT_PKG dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_1098T_EXTRACT_DATA dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_PRC_FEE_ASS dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
APPS.IGS_FI_INVLN_INT_PKG dependencies on IGS_FI_INVLN_INT_PKG
12.1.1
-
APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_FI_INVLN_INT
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_INVLN_INT
12.1.1
-
Table: IGS_FI_POSTING_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_POSTING_INT_ALL, object_name:IGS_FI_POSTING_INT_ALL, status:VALID, product: IGS - Student System , description: This table contains transactions information collated from three source transaction tables - IGS_FI_CR_ACTIVITIES, IGS_FI_INVLN_INT_ALL and IGS_FI_APPLICATIONS for posting purposes. The information captured here is an interim step to create , implementation_dba_data: IGS.IGS_FI_POSTING_INT_ALL ,
-
VIEW: APPS.IGS_FI_INVLN_INT_ALL_DFV
12.1.1
-
APPS.IGS_FI_COM_REC_INTERFACE dependencies on IGS_FI_INVLN_INT
12.1.1
-
VIEW: APPS.IGSBV_PARTY_CHARGES
12.1.1
-
SYNONYM: APPS.IGS_FI_INVLN_INT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_INVLN_INT_ALL, status:VALID,
-
Table: IGS_FI_POSTING_INT_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This table contains transactions information collated from three source transaction tables - IGS_FI_CR_ACTIVITIES, IGS_FI_INVLN_INT_ALL and IGS_FI_APPLICATIONS for posting purposes. The information captured here is an interim step to create , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_INVLN_INT
12.1.1
-
Table: IGS_FI_ACC_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_ACC_ALL, object_name:IGS_FI_ACC_ALL, status:VALID, product: IGS - Student System , description: This entity describes a Finance General Ledger account specific to a financial reporting period (financial period calendar instance). , implementation_dba_data: IGS.IGS_FI_ACC_ALL ,
-
APPS.IGS_FI_GL_INTERFACE dependencies on IGS_FI_INVLN_INT
12.1.1
-
VIEW: APPS.IGS_FI_EXT_CHGS_V
12.1.1
-
Table: IGS_FI_ACC_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes a Finance General Ledger account specific to a financial reporting period (financial period calendar instance). , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_WAV_UTILS_001 SQL Statements
12.1.1
-
APPS.IGS_FI_INVLN_INT_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_FI_WAV_UTILS_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_WAV_UTILS_001, status:VALID,
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_CA_INST
12.1.1
-
VIEW: APPS.IGS_FI_INVLN_INT
12.1.1
-
VIEW: APPS.IGSFV_PARTY_CHARGES
12.1.1
-
Table: IGS_FI_APPLICATIONS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_APPLICATIONS, object_name:IGS_FI_APPLICATIONS, status:VALID, product: IGS - Student System , description: Contains application information about credits and charges transaction that are applied. , implementation_dba_data: IGS.IGS_FI_APPLICATIONS ,
-
VIEW: APPS.IGS_FI_INVLN_INT_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IGS_FI_INVLN_INT_ALL_DFV, status:VALID,
-
Table: IGS_PS_UNIT_TYPE_LVL
12.2.2
product: IGS - Student System (Obsolete) , description: This table stores the unit program type level code and description. These would be associated with units. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_GE_GEN_003
12.1.1
-
Table: IGS_PS_UNIT_TYPE_LVL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_TYPE_LVL, object_name:IGS_PS_UNIT_TYPE_LVL, status:VALID, product: IGS - Student System , description: This table stores the unit program type level code and description. These would be associated with units. , implementation_dba_data: IGS.IGS_PS_UNIT_TYPE_LVL ,
-
Table: IGS_PS_UNIT_LEVEL_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the available university unit levels. , implementation_dba_data: Not implemented in this database ,
-
Table: IGS_FI_APPLICATIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Contains application information about credits and charges transaction that are applied. , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_INV_INT
12.1.1
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_POSTING_INT_ALL
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_INVLN_INT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_INVLN_INT_PKG, status:VALID,
-
TABLE: IGS.IGS_FI_INVLN_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_INVLN_INT_ALL, object_name:IGS_FI_INVLN_INT_ALL, status:VALID,
-
APPS.IGS_FI_GEN_GL SQL Statements
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_PS_UNIT_OFR_OPT_ALL
12.1.1