Search Results link_application_id
Overview
The IGS_FI_APPLICATIONS table is a core transactional entity within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Financials module. It serves as the central repository for recording all applications of credits and charges. This table is fundamental to the accounts receivable and financial accounting processes in an educational institution's setup, tracking how payments, credits, or adjustments are applied against outstanding student invoices. Every transaction that reduces an invoice balance or utilizes a credit memo is logged here, forming a complete audit trail of financial activity against student accounts.
Key Information Stored
The table's columns capture the complete context of an application transaction. The primary identifier is APPLICATION_ID. Essential transactional columns include INVOICE_ID and CREDIT_ID, which link to the specific charge and credit involved. The AMOUNT_APPLIED and APPLY_DATE record the monetary value and effective date. For accounting integration, DR_ACCOUNT_CD, CR_ACCOUNT_CD, and their corresponding CCID columns (DR_GL_CODE_CCID, CR_GL_CODE_CCID) store the debit and credit accounting flexfields. A critical column for process integrity is LINK_APPLICATION_ID, which is explicitly required for the credit reversal and un-application processes to maintain referential integrity between related application entries. The table also includes standard EBS WHO columns for auditing and a POSTING_ID to link to the general ledger posting batch.
Common Use Cases and Queries
This table is central to reconciliation, reporting, and troubleshooting in Student Financials. Common operational queries involve tracing the application history for a specific invoice or credit. For instance, to find all applications against a particular invoice, one would query: SELECT * FROM IGS.IGS_FI_APPLICATIONS WHERE INVOICE_ID = <invoice_id> ORDER BY APPLY_DATE;. To analyze applications linked for reversal processes, a self-join using the LINK_APPLICATION_ID is typical: SELECT a.*, linked.APPLICATION_ID AS LINKED_APP_ID FROM IGS.IGS_FI_APPLICATIONS a LEFT JOIN IGS.IGS_FI_APPLICATIONS linked ON a.LINK_APPLICATION_ID = linked.APPLICATION_ID WHERE a.LINK_APPLICATION_ID IS NOT NULL;. Reporting use cases include generating detailed application registers, auditing trail reports for account activity, and reconciling applied amounts between the subledger and the general ledger via the POSTING_ID.
Related Objects
The IGS_FI_APPLICATIONS table has extensive relationships with other key Student Financials tables, as defined by its foreign key constraints. It primarily references master transactional and setup data. Key documented relationships include:
- IGS_FI_INV_INT_ALL: Via
INVOICE_ID, linking to the original invoice or charge. - IGS_FI_CREDITS_ALL: Via
CREDIT_ID, linking to the credit memo or payment being applied. - IGS_FI_CR_ACTIVITIES: Via
CREDIT_ACTIVITY_ID, providing detail on the credit transaction. - IGS_FI_INVLN_INT_ALL: Via
APPLIED_INVOICE_LINES_ID, for applications at the invoice line level. - IGS_FI_POSTING_INT_ALL: Via
POSTING_ID, linking to the General Ledger interface batch. - IGS_FI_A_HIERARCHIES: Via
APPL_HIERARCHY_ID, referencing any application hierarchy rules used. - IGS_FI_ACC_ALL: Via
DR_ACCOUNT_CDandCR_ACCOUNT_CD, linking to the accounting code definitions.
-
TABLE: IGS.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,
-
View: IGS_FI_PP_INS_APPLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PP_INS_APPLS_V, object_name:IGS_FI_PP_INS_APPLS_V, status:VALID, product: IGS - Student System , description: This view displays the credit information for a particular installment. , implementation_dba_data: APPS.IGS_FI_PP_INS_APPLS_V ,
-
VIEW: APPS.IGS_FI_PP_INS_APPLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_PP_INS_APPLS_V, object_name:IGS_FI_PP_INS_APPLS_V, status:VALID,
-
TABLE: IGS.IGS_FI_PP_INS_APPLS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_PP_INS_APPLS, object_name:IGS_FI_PP_INS_APPLS, status:VALID,
-
VIEW: APPS.IGS_FI_APPLICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_APPLICATIONS_V, object_name:IGS_FI_APPLICATIONS_V, status:VALID,
-
APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_APPLICATIONS
12.1.1
-
View: IGS_FI_PP_INS_APPLS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view displays the credit information for a particular installment. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_APPLICATIONS_V
12.2.2
product: IGS - Student System (Obsolete) , description: No Longer Used , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_APPLICATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_APPLICATIONS_V, object_name:IGS_FI_APPLICATIONS_V, status:VALID, product: IGS - Student System , description: No Longer Used , implementation_dba_data: APPS.IGS_FI_APPLICATIONS_V ,
-
APPS.IGS_FI_WAV_UTILS_001 SQL Statements
12.1.1
-
APPS.IGS_FI_PP_INS_APPLS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_WAV_UTILS_002 SQL Statements
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_APPLICATIONS
12.1.1
-
APPS.IGS_FI_APPLICATIONS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_PP_INS_APPLS_PKG dependencies on IGS_FI_PP_INS_APPLS
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_APPLICATIONS
12.1.1
-
APPS.IGS_FI_GEN_007 SQL Statements
12.1.1
-
APPS.IGS_FI_CHARGES_API_PVT dependencies on IGS_FI_APPLICATIONS
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PP_INS_APPLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_APPLICATIONS_PKG
12.1.1
-
APPS.IGS_FI_CHARGES_API_PVT SQL Statements
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_INV_INT_ALL
12.1.1
-
APPS.IGS_FI_WAV_UTILS_001 dependencies on IGS_FI_INV_INT
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_WAV_UTILS_002
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GEN_007
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_WAV_UTILS_001
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_CHARGES_API_PVT
12.1.1
-
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'. ,