Search Results igs_fi_posting_int
Overview
The IGS_FI_POSTING_INT view is a multi-organization secured reporting object within the Oracle E-Business Suite Student System (IGS) product family. Its documented purpose is to filter records from the underlying multi-org table IGS_FI_POSTING_INT_ALL so that a querying session sees only the posting interface rows that belong to the organization currently established in the session context. The view resides in the APPS schema and carries a VALID status in ETRM for both 12.1.1 and 12.2.2.
Functionally, the view exposes financial posting interface data — the staging records used to move student financial transactions into the General Ledger. Because the underlying _ALL table stores rows for every operating unit, the view applies a row-level security predicate based on ORG_ID and the USERENV('CLIENT_INFO') value, ensuring that a user querying the view only retrieves postings relevant to the active organization. This makes the view suitable for reporting, reconciliation, and integration routines that must respect multi-org boundaries.
Underlying Base Objects
The view is defined directly over a single documented base table: IGS_FI_POSTING_INT_ALL. No other base objects are documented. The defining predicate is:
- A
SELECTof the full column list fromIGS_FI_POSTING_INT_ALL. - A
WHEREclause comparingNVL(ORG_ID, NVL(TO_NUMBER(DECODE(SUBSTRB(USERENV('CLIENT_INFO'),1,1),' ',NULL,SUBSTRB(USERENV('CLIENT_INFO'),1,10))),-99))against itself, which resolves the operating unit from the session's client information and restricts the result set accordingly.
The _ALL table is the base multi-org table, while the view is the organization-filtered variant typically consumed by forms, concurrent programs, and custom reports. Because no joins are documented, the view is a straight projection with a security predicate rather than a denormalized join view.
Key Columns
The view exposes the following documented columns, which describe each financial posting interface record:
- POSTING_ID — Primary identifier of the posting interface row.
- BATCH_NAME — Name of the posting batch grouping related entries.
- ACCOUNTING_DATE / TRANSACTION_DATE — Accounting and transaction effective dates.
- CURRENCY_CD — Currency of the posting amount.
- DR_ACCOUNT_CD / CR_ACCOUNT_CD — Debit and credit account codes.
- DR_GL_CODE_CCID / CR_GL_CODE_CCID — Corresponding GL code combination identifiers.
- AMOUNT — Posting amount.
- SOURCE_TRANSACTION_ID / SOURCE_TRANSACTION_TYPE — Reference to the originating student financial transaction.
- STATUS — Processing status of the posting record.
- ORG_ID — Operating unit used by the multi-org filter predicate.
- ORIG_APPL_FEE_REF / POSTING_CONTROL_ID — Originating application fee reference and posting control identifier.
- Audit columns —
LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,CREATED_BY,CREATION_DATE,REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID,PROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include reconciling student financial postings prior to GL transfer, auditing unsuccessful or unprocessed interface rows by STATUS, and building organization-specific extracts that must honor multi-org security. A sample query is:
SELECT POSTING_ID, BATCH_NAME, ACCOUNTING_DATE, CURRENCY_CD, AMOUNT, STATUS, ORG_ID FROM APPS.IGS_FI_POSTING_INT WHERE STATUS = 'NEW' ORDER BY ACCOUNTING_DATE;SELECT ORG_ID, COUNT(*), SUM(AMOUNT) FROM APPS.IGS_FI_POSTING_INT GROUP BY ORG_ID;
Because the view enforces the multi-org predicate, results automatically reflect the caller's operating unit context, making it the preferred access path over querying IGS_FI_POSTING_INT_ALL directly.
-
View: IGS_FI_POSTING_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_POSTING_INT, object_name:IGS_FI_POSTING_INT, status:VALID, product: IGS - Student System , description: This view is created to filter multi-org from table IGS_FI_POSTING_INT_ALL . , implementation_dba_data: APPS.IGS_FI_POSTING_INT ,
-
View: IGS_FI_POSTING_INT
12.2.2
product: IGS - Student System (Obsolete) , description: This view is created to filter multi-org from table IGS_FI_POSTING_INT_ALL . , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.IGS_FI_POSTING_INT_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_FI_POSTING_INT_ALL, 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: APPS.IGS_FI_POSTING_PROCESS
12.1.1
-
VIEW: APPS.IGS_FI_POSTING_INT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_FI_POSTING_INT, object_name:IGS_FI_POSTING_INT, status:VALID,
-
APPS.IGS_FI_POSTING_PROCESS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_FI_POSTING_PROCESS
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_POSTING_INT
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_AD_GEN_015
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_AD_APP_REQ
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_INVLN_INT
12.1.1
-
APPS.IGS_FI_POSTING_PROCESS dependencies on IGS_FI_INVLN_INT_ALL
12.1.1
-
12.1.1 DBA Data
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'. ,