Search Results receipt_lockbox_number
Overview
The IGS_FI_SA_LOCKBOXES table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the IGS (Oracle Grants Accounting) product. Its primary function is to manage the association between specific lockbox numbers and sub-accounts. A lockbox is a banking service used to process high volumes of payments, and this table ensures incoming receipts are correctly attributed to the appropriate financial sub-account within the grants management system. It is critical for automating the cash application process. Notably, the ETRM metadata explicitly marks this table and its key functional column, SUBACCOUNT_ID, as "Obsolete," indicating its active use may have been superseded in later application logic, though the table remains present in the schema.
Key Information Stored
The table stores the essential linkage between a lockbox identifier and a sub-account, along with standard audit columns. The key columns are:
- LOCKBOX_SUBACCOUNT_ID: A system-generated sequence number serving as the primary key for the table.
- SUBACCOUNT_ID: A foreign key referencing IGS_FI_SUBACCTS_ALL. This identifies the sub-account to which the lockbox number is attached. The metadata explicitly states this column is obsolete.
- RECEIPT_LOCKBOX_NUMBER: The actual lockbox number (up to 30 characters) provided by the bank, used to identify incoming electronic receipts.
- Standard WHO Columns: CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, and LAST_UPDATE_LOGIN for tracking record creation and modifications.
Common Use Cases and Queries
The primary use case is validating and routing automated receipts during the lockbox transmission process. When a bank file is received, the system queries this table using the lockbox number from the file to determine the correct IGS sub-account for posting. A typical validation query would be:
SELECT sa.SUBACCOUNT_CODE, lb.RECEIPT_LOCKBOX_NUMBER FROM IGS_FI_SA_LOCKBOXES lb, IGS_FI_SUBACCTS_ALL sa WHERE lb.SUBACCOUNT_ID = sa.SUBACCOUNT_ID AND lb.RECEIPT_LOCKBOX_NUMBER = '&LOCKBOX_NUMBER_FROM_BANK_FILE';For reporting and administration, a common query lists all configured lockbox associations:
SELECT LOCKBOX_SUBACCOUNT_ID,
SUBACCOUNT_ID,
RECEIPT_LOCKBOX_NUMBER,
CREATION_DATE,
LAST_UPDATED_BY
FROM IGS.IGS_FI_SA_LOCKBOXES
ORDER BY RECEIPT_LOCKBOX_NUMBER;
Given the "obsolete" status, these operations may now be handled by alternative interfaces or tables in standard implementations.
Related Objects
The table has defined relationships with other key IGS financial tables, primarily through foreign key constraints.
- Primary Key: The table's primary key is named IGS_FI_SA_LOCKBOXES_PK on the column LOCKBOX_SUBACCOUNT_ID.
- Foreign Key (Outbound): The SUBACCOUNT_ID column references the SUBACCOUNT_ID in the IGS_FI_SUBACCTS_ALL table. This links the lockbox to the broader sub-account definition.
- Referencing Objects (Inbound): According to the dependency information, the table is referenced by an object within the APPS schema, though the specific object name (likely a view or synonym) is listed simply as IGS_FI_SA_LOCKBOXES. This is typical for EBS, where application logic accesses tables via public synonyms.
-
TABLE: IGS.IGS_FI_SA_LOCKBOXES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_SA_LOCKBOXES, object_name:IGS_FI_SA_LOCKBOXES, status:VALID,
-
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 ,
-
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: APPS.IGS_FI_SA_LOCKBOXES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_SA_LOCKBOXES_V, object_name:IGS_FI_SA_LOCKBOXES_V, status:VALID,
-
View: IGS_FI_CRD_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CRD_INT, object_name:IGS_FI_CRD_INT, status:VALID, product: IGS - Student System , description: No longer used. , implementation_dba_data: APPS.IGS_FI_CRD_INT ,
-
View: IGS_FI_CRD_INT
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_CRD_INT
12.1.1
-
Table: IGS_FI_SA_LOCKBOXES
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_CREDITS
12.1.1
-
Table: IGS_FI_SA_LOCKBOXES
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_SA_LOCKBOXES, object_name:IGS_FI_SA_LOCKBOXES, status:VALID, product: IGS - Student System , description: No longer used. , implementation_dba_data: IGS.IGS_FI_SA_LOCKBOXES ,
-
View: IGS_FI_SA_LOCKBOXES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_SA_LOCKBOXES_V, object_name:IGS_FI_SA_LOCKBOXES_V, status:VALID, product: IGS - Student System , description: No longer used. , implementation_dba_data: APPS.IGS_FI_SA_LOCKBOXES_V ,
-
View: IGS_FI_SA_LOCKBOXES_V
12.2.2
product: IGS - Student System (Obsolete) , description: No longer used. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_FI_CRD_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_CRD_INT, object_name:IGS_FI_CRD_INT, status:VALID,
-
View: IGSBV_PERSON_DEPOSITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Student Deposits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_FI_CREDITS_PKG dependencies on HZ_PARTIES
12.1.1
-
View: IGSBV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CREDITS, object_name:IGSBV_PARTY_CREDITS, status:VALID, product: IGS - Student System , description: Stores all Party Credits in Student Finance , implementation_dba_data: APPS.IGSBV_PARTY_CREDITS ,
-
View: IGSBV_PERSON_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_DEPOSITS, object_name:IGSBV_PERSON_DEPOSITS, status:VALID, product: IGS - Student System , description: Stores all Student Deposits in Student Finance , implementation_dba_data: APPS.IGSBV_PERSON_DEPOSITS ,
-
TABLE: IGS.IGS_FI_CRD_INT_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_FI_CRD_INT_ALL, object_name:IGS_FI_CRD_INT_ALL, status:VALID,
-
View: IGSBV_PARTY_CREDITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Party Credits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
View: IGSFV_PERSON_DEPOSITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Student Deposits in Student Finance , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.IGSBV_PERSON_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PERSON_DEPOSITS, object_name:IGSBV_PERSON_DEPOSITS, status:VALID,
-
View: IGSFV_PERSON_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_DEPOSITS, object_name:IGSFV_PERSON_DEPOSITS, status:VALID, product: IGS - Student System , description: Stores all Student Deposits in Student Finance , implementation_dba_data: APPS.IGSFV_PERSON_DEPOSITS ,
-
VIEW: APPS.IGSBV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_PARTY_CREDITS, object_name:IGSBV_PARTY_CREDITS, status:VALID,
-
View: IGSFV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CREDITS, object_name:IGSFV_PARTY_CREDITS, status:VALID, product: IGS - Student System , description: Stores all Party Credits in Student Finance , implementation_dba_data: APPS.IGSFV_PARTY_CREDITS ,
-
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: IGSFV_PARTY_CREDITS
12.2.2
product: IGS - Student System (Obsolete) , description: Stores all Party Credits in Student Finance , 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 ,
-
TABLE: IGS.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,
-
VIEW: APPS.IGSFV_PERSON_DEPOSITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PERSON_DEPOSITS, object_name:IGSFV_PERSON_DEPOSITS, status:VALID,
-
VIEW: APPS.IGSFV_PARTY_CREDITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSFV_PARTY_CREDITS, object_name:IGSFV_PARTY_CREDITS, status:VALID,
-
APPS.IGS_FI_CREDITS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_CREDITS_PKG
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'. ,
-
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'. ,