Search Results igs_fi_gen_005
Overview
IGS_FI_UNPOSTED_TRANSACTIONS is a reporting and integration view in the Oracle E-Business Suite Financials product family, specifically within the Student Systems / Financial Aid (IGS) schema. It is owned by APPS and exposes general ledger-bound transactions that have been generated but not yet posted to the General Ledger. The view consolidates unposted debits and credits from several IGS transaction sources—fee invoice lines, cash receipt activities, application adjustments, and admissions application fee requests—into a single, consistent presentation of accounting entries awaiting GL posting.
Its primary role is to drive the "unposted transactions" inquiry and the downstream GL posting programs within Student Financials. Because each source row is emitted as either a debit or credit line, the view produces a classic double-entry projection. The column GL_DATE is central to this view: it is the prospective accounting date that will be written to General Ledger when the transaction is posted, and it is a mandatory filter throughout the union (each contributing SELECT enforces "GL_DATE IS NOT NULL"). Users searching for "gl_date" are typically seeking to understand how the accounting date is derived, which records are eligible for transfer to GL, and how to reconcile unposted balances by accounting period.
Underlying Base Objects
The view is defined as a UNION ALL over four base IGS tables. Each base table contributes a debit leg and a credit leg:
- IGS_FI_INVLN_INT — fee invoice line interface records. Contributes debit (REC_ACCOUNT_CD / REC_GL_CCID) and credit (REV_ACCOUNT_CD / REV_GL_CCID) rows, but only when IGS_FI_GEN_005.FINP_GET_ACCT_METH equals 'ACCRUAL' and ERROR_ACCOUNT is not 'Y'.
- IGS_FI_CR_ACTIVITIES — cash receipt activities. Debit and credit legs are included where the respective GL code or account column is populated.
- IGS_FI_APPLICATIONS — application of payments against charges. Debit (DR_GL_CODE_CCID) and credit (CR_GL_CODE_CCID) legs are included using AMOUNT_APPLIED.
- IGS_AD_APP_REQ — admissions application fee requests. Debit (CASH_GL_CCID) and credit (REV_GL_CCID) legs are included using FEE_AMOUNT.
Eligibility across all sources requires POSTING_ID and POSTING_CONTROL_ID to be null (or GL_POSTED_DATE to be null for IGS_AD_APP_REQ), confirming the record has not been posted or submitted for posting. No additional base objects are documented, though IGS_FI_GEN_005 is referenced as a package function controlling the accounting method.
Key Columns
- GL_DATE — the accounting date proposed for the General Ledger entry. Non-nullable within the view; rows without a GL_DATE are excluded.
- ACCOUNT_CD columns (REC_ACCOUNT_CD, REV_ACCOUNT_CD, DR_ACCOUNT_CD, CR_ACCOUNT_CD, CASH_ACCOUNT_CD) — flexfield account codes for the debit/credit side.
- GL_CCID columns (REC_GL_CCID, REV_GL_CCID, DR_GL_CCID, CR_GL_CCID, CASH_GL_CCID, DR_GL_CODE_CCID, CR_GL_CODE_CCID) — numeric code combination identifiers mapping to GL_CODE_COMBINATIONS.
- AMOUNT / AMOUNT_APPLIED / FEE_AMOUNT — monetary value of the entry, mapped to a common amount position.
- DR / CR literal — a constant indicator denoting the debit or credit nature of the row.
Common Use Cases and Queries
Typical uses include reconciliation of unposted balances, review of GL dates awaiting posting, and feeding external reporting or interfaces. Example:
- Unposted entries by GL date:
SELECT gl_date, account_cd, amount, dr_cr FROM apps.igs_fi_unposted_transactions ORDER BY gl_date; - Period exposure: aggregate amounts within a date range to project GL impact before posting.
- Dr/Cr balancing check: group by GL_DATE and the 'DR'/'CR' literal to confirm debits equal credits prior to transfer to GL.
Because the view surfaces only unposted records, it is best treated as a point-in-time work queue: as the GL posting process runs and populates POSTING_ID/POSTING_CONTROL_ID, rows drop out of the view.
-
SYNONYM: APPS.IGS_FI_F_CAT_FEE_LBL_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_F_CAT_FEE_LBL_ALL, status:VALID,
-
VIEW: APPS.IGS_FI_UNPOSTED_TRANSACTIONS
12.1.1
-
SYNONYM: APPS.IGS_FI_F_CAT_CA_INST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_F_CAT_CA_INST, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_005, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_005
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_005, status:VALID,
-
SYNONYM: APPS.IGS_FI_FEE_TYPE_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_FEE_TYPE_ALL, status:VALID,
-
Concurrent Program: IGSFIJ04
12.1.1
execution_filename: IGS_FI_GEN_005.FINP_SET_FSS_EXPIRED , product: IGS - Student System , user_name: IGSFIJ04 , description: Expire Fee Sponsorship - Obsolete , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGSFIJ06
12.1.1
execution_filename: IGS_FI_GEN_005.FINP_SET_PYMNT_SCHDL , product: IGS - Student System , user_name: IGSFIJ06 , description: Add Grace Period To Payment Schedules , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
View: IGS_FI_UNPOSTED_TRANSACTIONS
12.2.2
product: IGS - Student System (Obsolete) , description: Displays the un-posted transactions in Student Finance. , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_FI_FEE_TRG_GRP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_FEE_TRG_GRP, status:VALID,
-
PACKAGE: APPS.IGS_FI_GET_SCAEH
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GET_SCAEH, status:VALID,
-
Concurrent Program: IGSFIJ06
12.2.2
execution_filename: IGS_FI_GEN_005.FINP_SET_PYMNT_SCHDL , product: IGS - Student System (Obsolete) , user_name: IGSFIJ06 , description: Add Grace Period To Payment Schedules , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IGSFIJ04
12.2.2
execution_filename: IGS_FI_GEN_005.FINP_SET_FSS_EXPIRED , product: IGS - Student System (Obsolete) , user_name: IGSFIJ04 , description: Expire Fee Sponsorship - Obsolete , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
View: IGS_FI_UNPOSTED_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_UNPOSTED_TRANSACTIONS, object_name:IGS_FI_UNPOSTED_TRANSACTIONS, status:VALID, product: IGS - Student System , description: Displays the un-posted transactions in Student Finance. , implementation_dba_data: APPS.IGS_FI_UNPOSTED_TRANSACTIONS ,
-
PACKAGE: APPS.IGS_FI_GET_SUAEH
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GET_SUAEH, status:VALID,
-
SYNONYM: APPS.IGS_PS_TYPE_FEE_TRG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_TYPE_FEE_TRG, status:VALID,
-
SYNONYM: APPS.IGS_PS_FEE_TRG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_FEE_TRG, status:VALID,
-
SYNONYM: APPS.IGS_EN_UNITSETFEETRG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_UNITSETFEETRG, status:VALID,
-
SYNONYM: APPS.IGS_PS_GRP_FEE_TRG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_GRP_FEE_TRG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_GL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_GL, status:VALID,
-
PACKAGE BODY: APPS.IGS_ST_GEN_003
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_ST_GEN_003, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PAYMENT_PLANS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PAYMENT_PLANS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_DEPOSITS_PRCSS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_DEPOSITS_PRCSS, status:VALID,
-
SYNONYM: APPS.IGS_FI_UNIT_FEE_TRG
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_UNIT_FEE_TRG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_CREDIT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_CREDIT_PVT, status:VALID,
-
SYNONYM: APPS.IGS_AS_SC_ATTEMPT_H_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_AS_SC_ATTEMPT_H_ALL, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_ACCT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_ACCT_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_AD_HOC_WAV
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_AD_HOC_WAV, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_007
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_007, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_F_TYP_CA_INST_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_F_TYP_CA_INST_PKG, status:VALID,
-
SYNONYM: APPS.IGS_EN_STDNT_PS_ATT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_EN_STDNT_PS_ATT_ALL, status:VALID,
-
SYNONYM: APPS.IGS_PS_GRP_MBR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_PS_GRP_MBR, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_REFUNDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_REFUNDS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_APPL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_APPL, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_POSTING_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_POSTING_PROCESS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_DISC_SUA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_DISC_SUA, status:VALID,
-
VIEW: APPS.IGS_PE_PERSID_GROUP
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSID_GROUP, object_name:IGS_PE_PERSID_GROUP, status:VALID,
-
SYNONYM: APPS.IGS_FI_FEE_STR_STAT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_FEE_STR_STAT, status:VALID,
-
VIEW: APPS.IGS_FI_UNPOSTED_TRANSACTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_UNPOSTED_TRANSACTIONS, object_name:IGS_FI_UNPOSTED_TRANSACTIONS, status:VALID,
-
PACKAGE: APPS.IGS_EN_PRC_LOAD
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_EN_PRC_LOAD, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_LOAD_EXT_CHG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_LOAD_EXT_CHG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_IMPCLC_ANC_CHGS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_IMPCLC_ANC_CHGS, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_005
12.1.1
-
PACKAGE BODY: APPS.IGF_DB_SF_INTEGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_DB_SF_INTEGRATION, status:VALID,
-
APPS.IGS_FI_CUST_ACCT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_BILL_EXTRACT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_BILL_EXTRACT, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_HOLDS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_HOLDS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_GEN_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_004, status:VALID,
-
PACKAGE: APPS.IGS_FI_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_GEN_001, status:VALID,
-
VIEW: APPS.IGS_FI_CONTROL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CONTROL, object_name:IGS_FI_CONTROL, status:VALID,