Search Results jg_zz_ap_ir_rep_itf_v
Overview
JG_ZZ_AP_IR_REP_ITF_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, delivered under the JG (Regional Localizations) product family. Its documented purpose is to present the Invoice Register — a country-specific localization report that consolidates Payables invoice data for statutory reporting, particularly in jurisdictions where the JG localization layer is deployed. The view is valid in both 12.1.1 and 12.2.2 and is implemented as a join-driven SELECT rather than a stored table, meaning it always reflects current transactional state in the underlying Payables tables.
The view's design centers on the interface table JG_ZZ_AP_IR_REP_ITF, which supplies invoice, line, and distribution identifiers together with accounting flexfield segments and descriptive attributes. The join to AP_INVOICES_ALL, AP_INVOICE_LINES_ALL, and AP_INVOICE_DISTRIBUTIONS_ALL enriches those interface rows with live invoice header, line, and distribution details, while supporting lookups provide vendor, batch, payment method, tax, and document sequence information. This makes the view a single-denormalized source for the Invoice Register layout.
Underlying Base Objects
The view is defined over a mixture of base tables, synonyms, and views. The documented referenced objects are: AP_BATCHES_ALL, AP_INVOICES_ALL, AP_INVOICE_DISTRIBUTIONS_ALL, AP_INVOICE_LINES_ALL, AP_TAX_CODES_ALL, FND_DOCUMENT_SEQUENCES, JG_ZZ_AP_IR_REP_ITF, and ZX_LINES (all accessed via synonyms), together with the views AP_LOOKUP_CODES, IBY_PAYMENT_METHODS_VL, PO_VENDORS, and PO_VENDOR_SITES_ALL, and the FND_GLOBAL package. The principal join is IRT.INVOICE_ID = INV.INVOICE_ID, with outer joins (+) into lines, distributions, batches, and document sequences so that invoices lacking a given subordinate record still appear.
Vendor data flows through PO_VENDORS and PO_VENDOR_SITES_ALL, tax through ZX_LINES, and payment method through the IBY payment methods view. AP_LOOKUP_CODES is joined multiple times (aliased ALC1, ALC3, ALC4, ALC5) to translate coded values such as invoice type and distribution attributes into displayed field text. FND_GLOBAL is referenced for session context, and FND_DOCUMENT_SEQUENCES supplies the legal document sequence value for the invoice.
Key Columns
- INVOICE_ID, INVOICE_NUM, INVOICE_DATE, INVOICE_AMOUNT — core invoice header identifiers and amounts.
- INVOICE_CURRENCY_CODE, FUNCTIONAL_CURRENCY_CODE — transaction and reporting currency context.
- VENDOR_ID, VENDOR_NAME, VENDOR_NAME_ALT, SEGMENT1, VENDOR_SITE_CODE — supplier identification, including the alternate name used in localizations.
- BATCH_ID, BATCH_NAME — invoice batch grouping.
- DOC_SEQUENCE_VALUE — the legal document sequence number assigned to the invoice.
- DESCRIPTION (header), LINE.DESCRIPTION, DIST.DESCRIPTION — descriptive text at header, line, and distribution levels; these are the columns users search for as "invoice_description" in the Invoice Register context.
- LINE_NUMBER, LINE.AMOUNT, DISTRIBUTION_LINE_NUMBER, DIST.AMOUNT — line and distribution level amounts.
- LIABILITY_CCID, LIABILITY_ACCOUNT, LIABILITY_DESC, LIABILITY_NATACC, DISTRIBUTION_CCID, DISTRIBUTION_ACCOUNT, DISTRIBUTION_ACCOUNT_DESC, DISTRIBUTION_NATACC — accounting flexfield segments and descriptions for liability and distribution accounts.
- ACCOUNTING_DATE, TYPE_1099, TAX, TAX_RATE, PAYMENT_METHOD_NAME — statutory and reporting attributes.
- CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, REQUEST_ID — standard audit and concurrent request tracking columns.
Common Use Cases and Queries
The view is typically queried by the PG/AP localization report program, but developers and analysts may select from it directly to extract invoice register data, validate localized reporting, or trace description fields. A representative query returning invoice descriptions and related supplier information is:
SELECT invoice_num, invoice_date, vendor_name, description FROM apps.jg_zz_ap_ir_rep_itf_v WHERE request_id = :p_request_id ORDER BY invoice_num;
Because header, line, and distribution descriptions are exposed separately, filters such as WHERE description LIKE '%&keyword%' or WHERE line.description LIKE '%&keyword%' are common when users search for a specific invoice description. Joining on INVOICE_ID, LINE_NUMBER, or INVOICE_DISTRIBUTION_ID allows the view to be correlated with AP_INVOICES_ALL or AP_INVOICE_LINES_ALL for drill-down. Note that the view relies on AP_LOOKUP_CODES and FND_GLOBAL, so querying it outside a properly initialized EBS session may yield incomplete displayed-field values.
-
View: JG_ZZ_AP_IR_REP_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JG.JG_ZZ_AP_IR_REP_ITF_V, object_name:JG_ZZ_AP_IR_REP_ITF_V, status:VALID, product: JG - Regional Localizations , description: Invoice Register view , implementation_dba_data: APPS.JG_ZZ_AP_IR_REP_ITF_V ,
-
View: JG_ZZ_AP_IR_REP_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JG.JG_ZZ_AP_IR_REP_ITF_V, object_name:JG_ZZ_AP_IR_REP_ITF_V, status:VALID, product: JG - Regional Localizations , description: Invoice Register view , implementation_dba_data: APPS.JG_ZZ_AP_IR_REP_ITF_V ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
SYNONYM: APPS.JG_ZZ_AP_IR_REP_ITF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JG_ZZ_AP_IR_REP_ITF, status:VALID,
-
SYNONYM: APPS.JG_ZZ_AP_IR_REP_ITF
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JG_ZZ_AP_IR_REP_ITF, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.AP_BATCHES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_BATCHES_ALL, status:VALID,
-
SYNONYM: APPS.ZX_REC_NREC_DIST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:ZX_REC_NREC_DIST, status:VALID,
-
SYNONYM: APPS.AP_BATCHES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_BATCHES_ALL, status:VALID,
-
SYNONYM: APPS.AP_TAX_CODES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_TAX_CODES_ALL, status:VALID,
-
SYNONYM: APPS.AP_TAX_CODES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_TAX_CODES_ALL, status:VALID,
-
SYNONYM: APPS.FND_DOCUMENT_SEQUENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_DOCUMENT_SEQUENCES, status:VALID,
-
SYNONYM: APPS.FND_DOCUMENT_SEQUENCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_DOCUMENT_SEQUENCES, status:VALID,
-
VIEW: APPS.JG_ZZ_AP_IR_REP_ITF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JG.JG_ZZ_AP_IR_REP_ITF_V, object_name:JG_ZZ_AP_IR_REP_ITF_V, status:VALID,
-
VIEW: APPS.JG_ZZ_AP_IR_REP_ITF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JG.JG_ZZ_AP_IR_REP_ITF_V, object_name:JG_ZZ_AP_IR_REP_ITF_V, status:VALID,
-
VIEW: APPS.IBY_PAYMENT_METHODS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAYMENT_METHODS_VL, object_name:IBY_PAYMENT_METHODS_VL, status:VALID,
-
SYNONYM: APPS.ZX_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:ZX_LINES, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_LINES_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_LINES_ALL, status:VALID,
-
VIEW: APPS.AP_LOOKUP_CODES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_LOOKUP_CODES, object_name:AP_LOOKUP_CODES, status:VALID,
-
VIEW: APPS.AP_LOOKUP_CODES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_LOOKUP_CODES, object_name:AP_LOOKUP_CODES, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICES_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
eTRM - JG Tables and Views
12.2.2
description: Additional country-specific information for vendor sites ,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
eTRM - JG Tables and Views
12.1.1
description: Additional country-specific information for vendor sites ,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - JG Tables and Views
12.2.2
description: Additional country-specific information for vendor sites ,
-
eTRM - JG Tables and Views
12.1.1
description: Additional country-specific information for vendor sites ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,