Search Results igs_fi_cr_types
Overview
IGS_FI_CR_TYPES is a multi-org filtered flat view owned by the APPS schema in the Oracle E-Business Suite 12.1.1 and 12.2.2 environments. It is a reporting and integration artifact delivered within the IGS (Student System) product family, specifically the Financials subcomponent that governs student credit types, refunds, and forfeiture accounting. The view is valid in the data dictionary and exposes one row per credit type record visible to the current operating unit context. Its central design purpose is to enforce Oracle's multi-organization access security at query time, so that any form, concurrent program, or report selecting from the view automatically receives only those credit types belonging to the organization currently set in the session. The implementation achieves this by selecting from the base table IGS_FI_CR_TYPES_ALL and applying a WHERE clause over ORG_ID derived from the CLIENT_INFO session variable, which is populated by the Multi-Org initialization routines (FND_CLIENT_INFO). Because the filter uses NVL and DECODE on the first characters of USERENV('CLIENT_INFO'), records with a NULL ORG_ID are treated as globally visible and match the sentinel value -99, ensuring that shared or seed credit type definitions remain accessible regardless of the operating unit.
Underlying Base Objects
The view is defined exclusively over the table IGS_FI_CR_TYPES_ALL, which stores the full multi-org credit type definition set. The view text performs a straight column projection of all business columns from that table with no joins, unions, or aggregations; consequently the view is updateable in principle for many column types, although the recommended practice is to maintain records through the base table or the associated IGS forms. No other base tables, synonyms, or views are documented as referenced objects, and the ETRM metadata lists no additional dependencies. Because the view carries the _ALL table's org column, it participates in the standard Oracle multi-org model in which the _ALL table is the single source of truth and filtered views supply the row-level security layer.
Key Columns
The column list begins with ROWID followed by the primary key CREDIT_TYPE_ID, which uniquely identifies each credit type. Descriptive attributes include CREDIT_TYPE_NAME, DESCRIPTION, and CREDIT_CLASS, the latter categorizing the credit for downstream processing rules. Accounting integration is served by DR_ACCOUNT_CD and CR_ACCOUNT_CD plus their corresponding general ledger code combinations DR_GL_CCID and CR_GL_CCID; forfeiture accounting uses the parallel FORFEITURE_ACCOUNT_CD and FORFEITURE_GL_CCID. Effective dating is provided by EFFECTIVE_START_DATE and EFFECTIVE_END_DATE, with REFUND_ALLOWED and PAYMENT_PRIORITY controlling refund eligibility and application order. The ORG_ID column supplies the multi-org discriminator, while SUBACCOUNT_ID and PAYMENT_CREDIT_TYPE_ID link the credit type to subaccount and payment credit configurations. TITLE4_TYPE_IND identifies Title IV treatment for financial aid reporting. The twenty ATTRIBUTE columns (ATTRIBUTE_CATEGORY through ATTRIBUTE20) provide the standard Oracle descriptive flexfield storage. Audit columns include CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN. The column the user searched for, APPL_HIERARCHY_ID, appears at the end of the projection and associates the credit type with an application hierarchy definition used in admissions or fee assessment processing, allowing charges and credits to be mapped to a hierarchy node.
Common Use Cases and Queries
Typical uses include validating the credit types available to a given operating unit, reconciling credit type accounting mappings against the GL, and extracting configuration for migration or audit. A basic query is:
- SELECT CREDIT_TYPE_ID, CREDIT_TYPE_NAME, CREDIT_CLASS, DR_GL_CCID, CR_GL_CCID FROM IGS_FI_CR_TYPES;
- SELECT CREDIT_TYPE_NAME, REFUND_ALLOWED, PAYMENT_PRIORITY FROM IGS_FI_CR_TYPES ORDER BY PAYMENT_PRIORITY;
- SELECT CREDIT_TYPE_ID, CREDIT_TYPE_NAME, APPL_HIERARCHY_ID FROM IGS_FI_CR_TYPES WHERE APPL_HIERARCHY_ID IS NOT NULL;
- SELECT CREDIT_TYPE_NAME, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE FROM IGS_FI_CR_TYPES WHERE SYSDATE BETWEEN EFFECTIVE_START_DATE AND NVL(EFFECTIVE_END_DATE, SYSDATE + 1);
Because the WHERE clause is applied automatically, these statements return only the rows for the session's operating unit, so queries intended for cross-org analysis should target IGS_FI_CR_TYPES_ALL directly under appropriate privileges. Users searching on APPL_HIERARCHY_ID should verify that the MULTI_ORG context has been initialized before running the query, otherwise the client info decode resolves to the -99 sentinel and only global records are returned.
-
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: 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: APPS.IGS_FI_CR_TYPES_V
12.1.1
-
VIEW: APPS.IGS_FI_BAL_EX_C_TYPS_V
12.1.1
-
VIEW: APPS.IGS_FI_LB_CR_TYPES_V
12.1.1
-
VIEW: APPS.IGS_FI_CRDT_TRNSCTNS
12.1.1
-
VIEW: APPS.IGS_FI_BILL_DPSTS_V
12.1.1
-
VIEW: APPS.IGS_FI_LOCKBOXES_V
12.1.1
-
VIEW: APPS.IGS_FI_ACCT_V
12.1.1
-
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: 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 ,
-
APPS.IGS_FI_CRDAPI_UTIL SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_APPL SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_FI_PRC_LOCKBOX
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_PRC_LOCKBOX, status:VALID,
-
View: IGS_FI_A_HIERARCHIES_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created to obtain credit type name from IGS_FI_CR_TYPES view resolving foreign keys , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_A_HIERARCHIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_A_HIERARCHIES_V, object_name:IGS_FI_A_HIERARCHIES_V, status:VALID, product: IGS - Student System , description: This view is created to obtain credit type name from IGS_FI_CR_TYPES view resolving foreign keys , implementation_dba_data: APPS.IGS_FI_A_HIERARCHIES_V ,
-
View: IGS_FI_LB_CR_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_LB_CR_TYPES_V, object_name:IGS_FI_LB_CR_TYPES_V, status:VALID, product: IGS - Student System , description: Form view used to show the mapping of bank-supplied codes with pre-defined Credit Types in the context of a Lockbox. , implementation_dba_data: APPS.IGS_FI_LB_CR_TYPES_V ,
-
View: IGS_FI_BAL_EX_C_TYPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_BAL_EX_C_TYPS_V, object_name:IGS_FI_BAL_EX_C_TYPS_V, status:VALID, product: IGS - Student System , description: This view is created by joining table IGS_FI_BAL_EX_C_TYPS and view IGS_FI_CR_TYPE to obtain Credit Type Name and Description by resolving foreign keys , implementation_dba_data: APPS.IGS_FI_BAL_EX_C_TYPS_V ,
-
View: IGS_FI_CRDT_TRNSCTNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CRDT_TRNSCTNS, object_name:IGS_FI_CRDT_TRNSCTNS, status:VALID, product: IGS - Student System , description: Holds Credit Transactions , implementation_dba_data: APPS.IGS_FI_CRDT_TRNSCTNS ,
-
View: IGS_FI_LB_CR_TYPES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Form view used to show the mapping of bank-supplied codes with pre-defined Credit Types in the context of a Lockbox. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CRDT_TRNSCTNS
12.2.2
product: IGS - Student System (Obsolete) , description: Holds Credit Transactions , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_LB_CR_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_LB_CR_TYPES_PKG, status:VALID,
-
View: IGS_FI_BAL_EX_C_TYPS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created by joining table IGS_FI_BAL_EX_C_TYPS and view IGS_FI_CR_TYPE to obtain Credit Type Name and Description by resolving foreign keys , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CREDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CREDITS_V, object_name:IGS_FI_CREDITS_V, status:VALID, product: IGS - Student System , description: This is a multi-org view based on org filtered view IGS_FI_CREDITS and join with view IGS_LOOKUPS_VIEW and IGS_FI_CR_TYPES view to resolve Lookup Meaning and Credit Type Names from IDs , implementation_dba_data: APPS.IGS_FI_CREDITS_V ,
-
View: IGS_FI_BILL_DPSTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_BILL_DPSTS_V, object_name:IGS_FI_BILL_DPSTS_V, status:VALID, product: IGS - Student System , description: View for retrieving the records from Billing Deposits. , implementation_dba_data: APPS.IGS_FI_BILL_DPSTS_V ,
-
View: IGS_FI_BILL_DPSTS_V
12.2.2
product: IGS - Student System (Obsolete) , description: View for retrieving the records from Billing Deposits. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_WAV_UTILS_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_WAV_UTILS_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_UPG_RETENTION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_UPG_RETENTION, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_COM_REC_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_COM_REC_INTERFACE, 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,
-
View: IGS_FI_LOCKBOXES_V
12.2.2
product: IGS - Student System (Obsolete) , description: Form View used for Lockbox Setup. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CREDITS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This is a multi-org view based on org filtered view IGS_FI_CREDITS and join with view IGS_LOOKUPS_VIEW and IGS_FI_CR_TYPES view to resolve Lookup Meaning and Credit Type Names from IDs , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_FI_CR_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_CR_TYPES_PKG, status:VALID,
-
SYNONYM: APPS.IGS_FI_CR_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_CR_TYPES_ALL, 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,
-
VIEW: APPS.IGF_SP_FUND_MAST_V
12.1.1
-
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,
-
View: IGS_FI_LOCKBOXES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_LOCKBOXES_V, object_name:IGS_FI_LOCKBOXES_V, status:VALID, product: IGS - Student System , description: Form View used for Lockbox Setup. , implementation_dba_data: APPS.IGS_FI_LOCKBOXES_V ,
-
PACKAGE BODY: APPS.IGS_FI_PRC_STDNT_DPSTS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_STDNT_DPSTS, status:VALID,
-
View: IGS_FI_ACCT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_ACCT_V, object_name:IGS_FI_ACCT_V, status:VALID, product: IGS - Student System , description: This view contains information from two views IGS_FI_INV_INT and IGS_FI_CREDITS_V and a table IGS_FI_CR_ACTIVITES using UNION to collate information for Account History Form. , implementation_dba_data: APPS.IGS_FI_ACCT_V ,
-
VIEW: APPS.IGS_FI_CRDT_TRNSCTNS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CRDT_TRNSCTNS, object_name:IGS_FI_CRDT_TRNSCTNS, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PRC_WAIVERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_WAIVERS, status:VALID,
-
View: IGS_FI_ACCT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view contains information from two views IGS_FI_INV_INT and IGS_FI_CREDITS_V and a table IGS_FI_CR_ACTIVITES using UNION to collate information for Account History Form. , implementation_dba_data: Not implemented in this database ,
-
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_PRC_BALANCES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_BALANCES, status:VALID,
-
VIEW: APPS.IGS_FI_CREDITS_V
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_WAV_UTILS_002
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_WAV_UTILS_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_CRDAPI_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_CRDAPI_UTIL, 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 BODY: APPS.IGS_FI_SS_ACCT_PAYMENT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_SS_ACCT_PAYMENT, status:VALID,