Search Results credit_id
Overview
The IGS_FI_OTC_CHARGES table is a core data repository within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (OSM) or related educational modules under the IGS (iGrants) schema. Its primary function is to log and manage external charges generated during the creation of over-the-counter (OTC) receipts. When a student makes a payment in person, the system can create associated charges of an external type. This table serves as the definitive link between the receipt transaction and any such charges, ensuring a complete audit trail for financial activities originating from direct, in-person payments.
Key Information Stored
The table's structure is designed to establish relationships between key financial identifiers while maintaining standard audit information. The critical transactional columns are OTC_CHARGE_ID, which uniquely identifies each record; INVOICE_ID, which holds the identifier for the related charge or invoice; and CREDIT_ID, which stores the identifier for the associated credit or receipt. The presence of the CREDIT_ID column is central to the user's search context, as it directly links each external charge record to its originating payment credit. The table also includes standard EBS WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) to track the creation and modification history of each row.
Common Use Cases and Queries
A primary use case is reconciling OTC payments with the specific charges they were intended to settle. Financial administrators and auditors query this table to verify that all charges created during a receipt process are properly accounted for. Given the user's focus on "credit_id," a common query pattern involves tracing all external charges linked to a specific payment. For example, to find all charges tied to a particular credit ID for reporting or troubleshooting:
- SELECT otc.OTC_CHARGE_ID, otc.INVOICE_ID, otc.CREDIT_ID FROM IGS.IGS_FI_OTC_CHARGES otc WHERE otc.CREDIT_ID = :p_credit_id;
Another critical reporting use case is identifying receipts that generated external charges by joining to related invoice or credit header tables, using this table as the central junction.
Related Objects
Based on the provided metadata, the IGS_FI_OTC_CHARGES table does not reference other objects but is itself referenced by an object named IGS_FI_OTC_CHARGES within the APPS context. This is likely a public synonym or a view that provides a more accessible pointer to the underlying IGS table for application code. The table's unique indexes, IGS_FI_OTC_CHARGES_U1 (on OTC_CHARGE_ID) and IGS_FI_OTC_CHARGES_U2 (a composite unique index on CREDIT_ID and INVOICE_ID), enforce data integrity. The composite index is particularly significant as it prevents duplicate charge-credit associations, ensuring a one-to-one relationship between a specific invoice charge and a specific payment credit within the OTC context.
-
APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKC_GOVERNANCES
12.2.2
-
APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKC_GOVERNANCES
12.1.1
-
APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_APPLICATIONS
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_CREDITS
12.1.1
-
APPS.IGS_FI_PRC_HOLDS dependencies on IGS_FI_CREDITS_ALL
12.1.1
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_CREDITS_ALL
12.1.1
-
TABLE: IGS.IGS_FI_OTC_CHARGES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_OTC_CHARGES, object_name:IGS_FI_OTC_CHARGES, status:VALID,
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_CREDITS
12.1.1
-
APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_CREDITS
12.1.1
-
APPS.IGS_FI_OTC_CHARGES_PKG dependencies on IGS_FI_OTC_CHARGES
12.1.1
-
APPS.IGS_FI_PRC_WAIVERS SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_WAIVERS dependencies on IGS_FI_CREDITS_ALL
12.1.1
-
APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_INV_INT
12.1.1
-
TABLE: BIL.BIL_BI_PIPELINE_STG
12.1.1
owner:BIL, object_type:TABLE, fnd_design_data:BIL.BIL_BI_PIPELINE_STG, object_name:BIL_BI_PIPELINE_STG, status:VALID,
-
APPS.IGS_FI_CREDITS_PKG dependencies on IGS_FI_CREDITS_ALL
12.1.1
-
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,
-
APPS.IGS_FI_UPG_RETENTION dependencies on IGS_FI_CREDITS_ALL
12.1.1
-
APPS.IGS_FI_OTC_CHARGES_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGS_FI_CREDITS
12.1.1
-
APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_CREDITS_ALL
12.1.1
-
View: IGS_FI_CREDITS
12.2.2
product: IGS - Student System (Obsolete) , description: This view is a multi-org filter flat view based on table IGS_FI_CREDITS_ALL. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CREDITS, object_name:IGS_FI_CREDITS, status:VALID, product: IGS - Student System , description: This view is a multi-org filter flat view based on table IGS_FI_CREDITS_ALL. , implementation_dba_data: APPS.IGS_FI_CREDITS ,
-
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,
-
APPS.IGS_FI_PRC_FIN_LT_CHG dependencies on IGS_FI_CR_TYPES
12.1.1
-
APPS.IGS_FI_GEN_GL SQL Statements
12.1.1
-
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: 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_PRC_APPL dependencies on FND_MESSAGE
12.1.1
-
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,
-
APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_BPD_AR_INV_LINES_V
12.2.2
-
APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_CREDITS
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_CR_ACTIVITIES
12.1.1
-
VIEW: APPS.IGS_AS_ORDER_PAYMENT_INFO_V
12.1.1
-
APPS.IGS_FI_CR_ACTIVITIES_PKG dependencies on IGS_FI_CR_ACTIVITIES
12.1.1
-
APPS.IGS_FI_PRC_BALANCES dependencies on IGS_FI_FEE_TYPE
12.1.1
-
APPS.IGS_FI_DEPOSITS_PRCSS dependencies on IGS_FI_CREDITS
12.1.1
-
APPS.IGS_FI_GEN_007 SQL Statements
12.1.1
-
APPS.IGS_FI_PRC_REFUNDS dependencies on IGS_FI_CREDITS
12.1.1
-
APPS.IGS_FI_APPLICATIONS_PKG dependencies on IGS_FI_APPLICATIONS
12.1.1
-
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 ,
-
Table: IGS_FI_OTC_CHARGES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_OTC_CHARGES, object_name:IGS_FI_OTC_CHARGES, status:VALID, product: IGS - Student System , description: Contains information on the charges (of type external) that are created at the time of receipt creation. Provides a repository of all charges that are tied to the receipt, if any, that were created when the student pays over the counter. , implementation_dba_data: IGS.IGS_FI_OTC_CHARGES ,
-
Table: IGS_FI_CREDITS_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_CREDITS_ALL, object_name:IGS_FI_CREDITS_ALL, status:VALID, product: IGS - Student System , description: This table contains information about all credit or payment transactions and is the central repository for all credits and payments related information in Student Finance. , implementation_dba_data: IGS.IGS_FI_CREDITS_ALL ,
-
APPS.IGS_FI_GEN_GL dependencies on IGS_FI_INV_INT
12.1.1
-
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 ,
-
APPS.OKL_SEEDED_FUNCTIONS_PVT dependencies on OKL_BPD_AR_INV_LINES_V
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGF_AW_FUND_CAT_ALL
12.1.1
-
APPS.IGF_SP_GEN_001 dependencies on IGS_FI_CREDITS_ALL
12.1.1
-
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_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 ,