Search Results cr_gl_ccid
Overview
IGSFV_PARTY_REFUNDS is an Oracle E-Business Suite read-only view owned by the APPS schema, defined in the Oracle Student System (formerly Student Information System / IGS) product family. It presents refund transaction information in the context of the parties involved — the student (or payee) and the paying party — together with the general ledger accounting entries generated when the refund is transferred to Oracle General Ledger. The view is primarily intended for reporting, inquiry, and integration purposes, exposing both descriptive refund attributes and the accounting flexfield combinations (CCIDs) that identify where the debit and credit amounts are posted.
The view is defined WITH READ ONLY, confirming its role as a query surface rather than an updateable entity. It is particularly relevant when users need to trace a party refund from the Oracle Student System through to its GL accounting impact, which explains why searches such as the "dr_gl_ccid" query return this object.
Underlying Base Objects
The metadata lists no documented base objects, but the view text reveals a rich join across several IGS and shared tables:
IGS_FI_REFUNDS(aliased re1 for the primary refund and re2 for the source refund) — the transactional refund table.HZ_PARTIES(pa1, pa2) — the party and pay party master records.IGS_FI_FEE_TYPE_ALL(fe) — fee type definitions.IGS_CA_INST_ALL(ci) — calendar instance (term) information.IGS_FI_INV_INT_ALL(iv) — invoice interface records.IGS_FI_ACC_ALL(ac1, ac2) — account code descriptions.GL_CODE_COMBINATIONS(gcc1, gcc2) — the debit and credit accounting flexfield combinations.
Joins to HZ_PARTIES, IGS_FI_INV_INT_ALL, fe, and ci are inner joins, while ac1, ac2, gcc1, and gcc2 are outer joins, and the self-join to the source refund (re2) is an outer join.
Key Columns
The selected columns carry both transactional and accounting significance:
DR_GL_CCIDandCR_GL_CCID— the code combination identifiers for the debit and credit GL accounts. These are the columns directly implicated by a "dr_gl_ccid" search, linking a refund to its GL_CODE_COMBINATIONS row.DR_ACCOUNT_CDandCR_ACCOUNT_CD— the accounting code strings for the debit and credit sides.REFUND_AMOUNT,VOUCHER_DATE,GL_DATE,REVERSAL_IND,REVERSAL_GL_DATE,REASON— refund amounts, dates, reversal status, and narration.TRANSFER_STATUS— exposed via a lookup-value flexfield descriptor resolving throughIGS_LOOKUP_VALUES(REFUND_TRANSFER_STATUS).PARTY_NUMBERandPARTY_NAMEfor both party and pay party.- Contextual attributes:
FEE_TYPE,FEE_CAL_TYPE, term start/end dates and description,INVOICE_NUMBER, and the refund, person, pay person, invoice, and source refund identifiers. - Audit columns:
CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY.
Common Use Cases and Queries
Typical usage centers on reconciling party refunds with GL accounting and on reporting refund activity by term, party, or fee type. A query to locate the GL classification for a specific refund's distribution lines would resemble:
SELECT rf.refund_id, rf.party_name, rf.dr_gl_ccid, rf.cr_gl_ccid, rf.refund_amount, rf.gl_date FROM apps.igsfv_party_refunds rf WHERE rf.dr_gl_ccid = :p_ccid;— retrieves refunds posting to a given GL code combination.- Filtering by
party_numberorparty_namereturns all refunds for a student, useful for student account statements. - Filtering by
fee_cal_typeand term dates isolates refunds within an academic period for term-level reconciliation. - Joining the view back to
GL_CODE_COMBINATIONSondr_gl_ccidorcr_gl_ccidenriches output with the concatenated accounting flexfield and account descriptions.
Because the accounting columns rely on outer joins, refunds not yet transferred to GL return null CCIDs; report authors should account for this when writing reconciliation logic.
-
VIEW: APPS.IGSFV_PARTY_REFUNDS
12.1.1
-
View: IGS_FI_REFUND_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_REFUND_INT, object_name:IGS_FI_REFUND_INT, status:VALID, product: IGS - Student System , description: Interface view for transfer of data to account payables. , implementation_dba_data: APPS.IGS_FI_REFUND_INT ,
-
VIEW: APPS.IGS_FI_UNPOSTED_TRANSACTIONS
12.1.1
-
View: IGS_FI_CR_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES, object_name:IGS_FI_CR_TYPES, status:VALID, product: IGS - Student System , description: This view is a multi-org filter flat view based on table IGS_FI_CR_TYPES_ALL , implementation_dba_data: APPS.IGS_FI_CR_TYPES ,
-
View: IGS_FI_REFUND_INT
12.2.2
product: IGS - Student System (Obsolete) , description: Interface view for transfer of data to account payables. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_REFUND_INT
12.1.1
-
VIEW: APPS.IGS_FI_CR_TYPES
12.1.1
-
View: IGS_FI_CR_TYPES
12.2.2
product: IGS - Student System (Obsolete) , description: This view is a multi-org filter flat view based on table IGS_FI_CR_TYPES_ALL , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PARTY_REFUNDS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all refund transactions, which have been created due to excess unapplied credits. , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PARTY_REFUNDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_REFUNDS, object_name:IGSFV_PARTY_REFUNDS, status:VALID, product: IGS - Student System , description: Stores all refund transactions, which have been created due to excess unapplied credits. , implementation_dba_data: APPS.IGSFV_PARTY_REFUNDS ,
-
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 ,
-
VIEW: APPS.IGS_FI_CR_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_ACTIVITIES_V, object_name:IGS_FI_CR_ACTIVITIES_V, status:VALID,
-
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 ,
-
TABLE: IGS.IGS_FI_CR_ACTIVITIES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_CR_ACTIVITIES, object_name:IGS_FI_CR_ACTIVITIES, status:VALID,
-
VIEW: APPS.IGS_FI_CR_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES, object_name:IGS_FI_CR_TYPES, status:VALID,
-
View: IGS_FI_CR_ACTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_ACTIVITIES_V, object_name:IGS_FI_CR_ACTIVITIES_V, status:VALID, product: IGS - Student System , description: Retrieves the records from the Credit Activities table. , implementation_dba_data: APPS.IGS_FI_CR_ACTIVITIES_V ,
-
VIEW: APPS.IGS_FI_CR_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES_V, object_name:IGS_FI_CR_TYPES_V, status:VALID,
-
View: IGS_FI_CR_ACTIVITIES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Retrieves the records from the Credit Activities table. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CR_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created to be used in Credit Types form. All associated descriptions are obtained by joining with the setup tables. , implementation_dba_data: Not implemented in this database ,
-
TABLE: IGS.IGS_FI_CR_TYPES_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_CR_TYPES_ALL, object_name:IGS_FI_CR_TYPES_ALL, status:VALID,
-
View: IGS_FI_CR_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CR_TYPES_V, object_name:IGS_FI_CR_TYPES_V, status:VALID, product: IGS - Student System , description: This view is created to be used in Credit Types form. All associated descriptions are obtained by joining with the setup tables. , implementation_dba_data: APPS.IGS_FI_CR_TYPES_V ,
-
VIEW: APPS.IGS_FI_REFUND_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_REFUND_INT, object_name:IGS_FI_REFUND_INT, status:VALID,
-
View: IGS_FI_REFUNDS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Contains all refund transactions which have been created due to excess unapplied credits along with information about payee. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_REFUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_REFUNDS_V, object_name:IGS_FI_REFUNDS_V, status:VALID, product: IGS - Student System , description: Contains all refund transactions which have been created due to excess unapplied credits along with information about payee. , implementation_dba_data: APPS.IGS_FI_REFUNDS_V ,
-
VIEW: APPS.IGS_FI_REFUNDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_REFUNDS_V, object_name:IGS_FI_REFUNDS_V, status:VALID,
-
TABLE: IGS.IGS_FI_REFUNDS
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_REFUNDS, object_name:IGS_FI_REFUNDS, status:VALID,
-
TABLE: IGS.IGS_FI_REFUND_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_REFUND_INT_ALL, object_name:IGS_FI_REFUND_INT_ALL, status:VALID,
-
APPS.IGS_FI_PRC_ACCT_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_CR_ACTIVITIES_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_REFUND_INT_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_REFUNDS_PKG SQL Statements
12.1.1
-
APPS.IGS_FI_CR_TYPES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_CR_ACTIVITIES_PKG
12.1.1
-
APPS.IGS_FI_GEN_007 SQL Statements
12.1.1
-
APPS.IGS_FI_DEPOSITS_PRCSS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_REFUND_INT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_CR_TYPES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_REFUNDS_PKG
12.1.1
-
APPS.IGS_FI_PRC_ACCT_PKG dependencies on IGS_FI_CR_TYPES
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_DEPOSITS_PRCSS
12.1.1
-
APPS.IGS_FI_DEPOSITS_PRCSS dependencies on IGS_FI_CR_TYPES
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_GEN_007
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_PRC_ACCT_PKG
12.1.1
-
APPS.IGS_FI_GEN_007 dependencies on IGS_FI_CR_ACTIVITIES
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'. ,