Search Results igs_fi_inv_int
Overview
The view IGS_FI_INV_INT belongs to the Oracle E-Business Suite product family IGS – Student System, a module classified as obsolete in Release 12.1.1 and 12.2.2. The object functions as an integration interface over student financial invoice data, consolidating billing, fee, and payment-processing attributes into a single denormalized projection. Its role is to expose invoice records to downstream consumers such as payment servers, receipt-processing routines, and external banking or credit-card gateways.
The view is defined with an organization-level security predicate that filters rows against the value stored in the USERENV('CLIENT_INFO') session context, restricting visibility to the currently selected operating unit. This is consistent with the multi-org architecture used throughout the Student System schema.
Where the user searches for customer_bank_account_id, the column is exposed directly by the view text and is relevant to direct-debit and ACH-style payment flows.
Underlying Base Objects
The documented view text selects exclusively from IGS_FI_INV_INT_ALL, the multi-organization base table that stores invoice-interface rows. No other base tables, synonyms, or joins are documented in the ETRM metadata; the ETRM record lists no referenced base objects, and the view is annotated as not implemented in this database.
- IGS_FI_INV_INT_ALL — the sole documented source, carrying all invoice, fee, payment, and audit attributes.
- Organization security — applied through the
ORG_IDcolumn andUSERENV('CLIENT_INFO'), matching the standard multi-org view pattern. - Columns — the view projects approximately ninety columns, including the complete set of
ATTRIBUTE1–ATTRIBUTE10descriptive flexfield segments and the standardWHOaudit columns (CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN). - Concurrent request context —
REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID, andPROGRAM_UPDATE_DATElink rows to the batch process that produced them.
Key Columns
- INVOICE_ID / INVOICE_NUMBER — primary identifier and human-readable invoice reference.
- PERSON_ID — the student or sponsor party associated with the invoice.
- SPONSOR_CD, FEE_TYPE, FEE_CAT, FEE_CAL_TYPE, FEE_CI_SEQUENCE_NUMBER — describe the fee and calendar context of the charge.
- COURSE_CD, ATTENDANCE_MODE, ATTENDANCE_TYPE, TERM_ID — academic delivery context.
- INVOICE_AMOUNT, INVOICE_AMOUNT_DUE, AUTHORIZED_AMOUNT, CURRENCY_CD, EXCHANGE_RATE — monetary and currency detail.
- CUSTOMER_BANK_ACCOUNT_ID / CUSTOMER_BANK_ACCOUNT_NAME — the bank account used for direct-debit settlement; central to the user's search.
- RECEIPT_METHOD_ID / RECEIPT_METHOD_NAME / PAYMENT_METHOD / PAYMENT_STATUS — payment routing and state.
- CREDIT_CARD_CODE, CREDIT_CARD_HOLDER_NAME, CREDIT_CARD_EXPIRATION_DATE, CREDIT_CARD_APPROVAL_CODE, CREDIT_CARD_APPROVAL_DATE — card capture and authorization.
- PAYMENT_SERVER_ORDER_NUMBER, PAYMENT_SERVER_TXN_DATE, PAYMENT_SERVER_TXN_STATUS, PAYMENT_SERVER_ERROR_CODE, PAYMENT_SERVER_ERROR_MSG, BEP_ERROR_CODE, BEP_ERROR_MSG, ERROR_LOCATION — gateway and bank-error tracing.
- STATUS, PAYMENT_STATUS, PROCESSED_IN_SSA — processing state indicators.
- ORG_ID — operating unit discriminator enforcing security.
Common Use Cases and Queries
Typical usage includes reviewing invoices routed through bank-account payment methods, reconciling payment-server responses, and auditing fee waiver processing.
- Locate invoices settled against a specific customer bank account:
SELECT invoice_id, invoice_number, person_id,
customer_bank_account_id, customer_bank_account_name,
invoice_amount_due, payment_status
FROM igs_fi_inv_int
WHERE customer_bank_account_id = :p_bank_account_id
AND org_id = :p_org_id;
- Report payment-server errors for a processing run:
SELECT invoice_id, payment_server_order_number,
payment_server_error_code, payment_server_error_msg
FROM igs_fi_inv_int
WHERE request_id = :p_request_id
AND payment_server_error_code IS NOT NULL;
- Reconcile direct-debit receipts against receipt methods by term and fee category.
Because the view is organization-secured, consumers must initialize CLIENT_INFO to the target operating unit; otherwise the predicate resolves to a default that may suppress rows. In Release 12.2.2 the object remains obsolete, and no base objects are documented in ETRM, so verification against the live data dictionary is advisable before relying on the view for new integrations.
-
View: IGS_FI_INV_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_INT, object_name:IGS_FI_INV_INT, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_FI_INV_INT ,
-
View: IGS_FI_INV_INT
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_SUB_CA_INS_V
12.1.1
-
View: IGS_FI_INV_WAV_DET_V
12.2.2
product: IGS - Student System (Obsolete) , description: This a FORM VIEW and is created by joining IGS_FI_INV_WAV_DET table, IGS_FI_INV_INT View and IGS_LOOKUPS_VIEW Table. This view holds waiver details of charges. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_INV_WAV_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_WAV_DET_V, object_name:IGS_FI_INV_WAV_DET_V, status:VALID, product: IGS - Student System , description: This a FORM VIEW and is created by joining IGS_FI_INV_WAV_DET table, IGS_FI_INV_INT View and IGS_LOOKUPS_VIEW Table. This view holds waiver details of charges. , implementation_dba_data: APPS.IGS_FI_INV_WAV_DET_V ,
-
VIEW: APPS.IGS_FI_INV_WAV_DET_V
12.1.1
-
VIEW: APPS.IGS_FI_APPLICATIONS_V
12.1.1
-
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 ,
-
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_ACCT_V
12.1.1
-
VIEW: APPS.IGS_FI_INV_IGF_V
12.1.1
-
VIEW: APPS.IGS_FI_INV_INT_V
12.1.1
-
View: IGS_FI_INV_INT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_INT_V, object_name:IGS_FI_INV_INT_V, status:VALID, product: IGS - Student System , description: This view is created by joining view IGS_FI_INV_INT and IGS_LOOKUPS_VIEW to resolve meaning of lookup codes. , implementation_dba_data: APPS.IGS_FI_INV_INT_V ,
-
View: IGS_FI_INV_INT_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created by joining view IGS_FI_INV_INT and IGS_LOOKUPS_VIEW to resolve meaning of lookup codes. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_OTC_CHARGES_V
12.1.1
-
VIEW: APPS.IGS_FI_REFUNDS_V
12.1.1
-
View: IGS_FI_INV_IGF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_INV_IGF_V, object_name:IGS_FI_INV_IGF_V, status:VALID, product: IGS - Student System , description: This view is used to fetch all the charges from the view igs_fi_inv_int. A link with igs_fi_fee_type is also made to fetch the fee class defined for the fee type.This view has been primarily created for Financial Aid Disbursement to access , implementation_dba_data: APPS.IGS_FI_INV_IGF_V ,
-
View: IGS_FI_INV_IGF_V
12.2.2
product: IGS - Student System (Obsolete) , description: This view is used to fetch all the charges from the view igs_fi_inv_int. A link with igs_fi_fee_type is also made to fetch the fee class defined for the fee type.This view has been primarily created for Financial Aid Disbursement to access , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_PRC_APPL SQL Statements
12.1.1
-
PACKAGE: APPS.IGS_FI_AD_HOC_WAV
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_AD_HOC_WAV, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_SS_CHARGES_API_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_SS_CHARGES_API_PVT, status:VALID,
-
PACKAGE: APPS.IGS_FI_PRC_LOCKBOX
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_PRC_LOCKBOX, status:VALID,
-
PACKAGE: APPS.IGS_FI_PRC_BALANCES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_PRC_BALANCES, status:VALID,
-
View: IGS_FI_SUB_CA_INS_V
12.2.2
product: IGS - Student System (Obsolete) , description: This is for selecting the distinct records for person Id,Subaccount Id,Fee Calendar Type and Fee Calendar Instance. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_FI_SUB_CA_INS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_SUB_CA_INS_V, object_name:IGS_FI_SUB_CA_INS_V, status:VALID, product: IGS - Student System , description: This is for selecting the distinct records for person Id,Subaccount Id,Fee Calendar Type and Fee Calendar Instance. , implementation_dba_data: APPS.IGS_FI_SUB_CA_INS_V ,
-
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: APPS.IGS_FI_WAV_UTILS_002
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_WAV_UTILS_002, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_FIN_LT_PLAN_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_FIN_LT_PLAN_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_PP_STD_ATTRS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PP_STD_ATTRS_PKG, 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_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_GEN_008
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GEN_008, status:VALID,
-
PACKAGE BODY: APPS.IGS_FI_FEE_TYPE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_FEE_TYPE_PKG, status:VALID,
-
APPS.IGS_FI_GEN_008 SQL Statements
12.1.1
-
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 ,
-
PACKAGE: APPS.IGS_FI_CHARGES_API_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IGS_FI_CHARGES_API_PVT, 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: IGS_FI_APPLICATIONS_V
12.2.2
product: IGS - Student System (Obsolete) , description: No Longer Used , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_SS_ACCT_PAYMENT SQL Statements
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_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_PAYMENT_PLANS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PAYMENT_PLANS, 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_REFUNDS_PROCESS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_REFUNDS_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,
-
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_GL_INTERFACE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_GL_INTERFACE, 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,
-
PACKAGE BODY: APPS.IGS_FI_PRC_REFUNDS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_FI_PRC_REFUNDS, status:VALID,