Search Results jg_zz_ap_wht_itf
AI-generated from documented ETRM metadata — verify critical details on the linked pages.
Overview
JG_ZZ_AP_WHT_ITF is a table owned by the JG schema (JG – Regional Localizations) in Oracle E-Business Suite, documented as the Korean Withholding Tax Extract Table. It is a regional localization object rather than a core payables entity. Its function is to store a denormalized, extract-ready snapshot of withholding tax (WHT) information associated with supplier invoices and payments, so that Korean statutory reporting and tax remittance processes can be produced from a single consolidated source instead of joining across Payables, Purchasing, and Suppliers in real time.
The table is delivered with the status VALID and carries 262 documented columns in the 12.2.2 physical schema, confirming it is a wide, flattened reporting table. In the heuristic Data Vault classification supplied in the metadata, the object is marked standalone. From a modeling perspective, this should be read as: it behaves neither as a pure hub, link, nor satellite, but as an extract or staging structure. It contains one foreign key to AP_INVOICE_PAYMENTS_ALL.INVOICE_PAYMENT_ID, which supplies its only documented link to the transactional core. All remaining payload is descriptive and attribute-driven.
Key Information Stored
The columns fall into several recognizable families. The transactional identifiers are the most operationally significant: INVOICE_PAYMENT_ID (the documented foreign key back to AP_INVOICE_PAYMENTS_ALL), INVOICE_ID, INVOICE_DISTRIBUTION_ID, CHECK_ID, and PAYMENT_NUMBER / CHECK_NUMBER. These are the business-key candidates used to trace an extract row back to its source document; the metadata does not document a surrogate or primary key column, so joins should always be driven from these identifiers and REQUEST_ID.
- Tax detail:
TAX_ID,TAX_CODE,TAX_TYPE,TAX_RATE,TAX_RATE_ID,AWT_DESCRIPTION,WH_TAX_TYPE_MEANING,TAX_AUTHORITY_NAME,NOMINAL_OR_REG_TAX_RATE. - Amounts:
INCOME_TAX,RESIDENT_TAX,TOTAL_WHT_AMOUNT,AMT_SUBJECT_TO_WH,INC_WH_TAX_BASE_AMT,RES_WH_TAX_BASE_AMT,TOTAL_TAX_BASE_AMT,RECOGNIZED_EXPENSE_AMT,NET_AMOUNT. - Payment and invoice context:
PAYMENT_AMOUNT,PAYMENT_DATE,PAYMENT_CURRENCY,INVOICE_AMOUNT,INVOICE_DATE,CURRENCY_CODE,FUNC_CURRENCY_CODE,DOCUMENT_NUMBER,TRANSACTION_NUMBER,LINE_NUMBER,INVOICE_LINE_NUM. - Reporting entity and accounting:
LEGAL_ENTITY_NAME,REPORTING_ENTITY_NAME,REPORTING_SOB_NAME,SOB_ID,ORGANIZATION_NAME,ORGANIZATION_TYPE,ORG_TYPE_MEANING,ACCOUNTING_FLEXFIELD,DIST_CODE_COMBINATION_ID,ACCOUNTING_DATE. - Supplier detail:
SUPPLIER_ID,SUPPLIER_SITE_ID,SUPPLIER_NAME,SUPPLIER_SITE_NAME,SUPPLIER_TAX_REGISTRATION_NUM,SUPPLIER_TAXPAYER_ID,SUPPLIER_ADDRESS_LINE1,SUPPORT_CONCATENATED_ADDRESSversion (SUPP_CONCATENATED_ADDRESS),SUPPLIER_COUNTRY. - Income classification meanings:
BIZ_INC_SUB_CATEG_MEANING,RES_INC_CATEG_MEANING,FOR_INC_CATEG_MEANING,TYPE_1099. - Audit columns:
LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN,CREATION_DATE,CREATED_BY, plus the extract control columnREQUEST_ID.
Columns prefixed PV_, PVS_, INV_, IND_, ATC_, and HR_/HRL_ represent descriptive flexfield attribute segments for the supplier, supplier site, invoice, invoice distribution, tax rate, and location/legal entity respectively, with corresponding _GA_CATEGORY columns holding the context value.
Common Use Cases and Queries
The primary use case is Korean withholding tax reporting — generating the resident and non-resident withholding reports required by Korean tax authorities, reconciling them against Payables, and auditing that the correct tax rate was applied to each payment. A second use case is statutory file generation for a given extract run, and a third is diagnostic analysis of withholding discrepancies between the tax computed and the amount withheld.
Because rows are produced by a concurrent extract keyed by REQUEST_ID, the most common access pattern is filtering by request and reporting period:
- Extract for a specific run:
SELECT * FROM jg.jg_zz_ap_wht_itf WHERE request_id = :p_request_id; - WHT summary by supplier: aggregate
TOTAL_WHT_AMOUNT,INCOME_TAX, andRESIDENT_TAXgrouped bySUPPLIER_NAMEandTAX_AUTHORITY_NAME, constrained byACCOUNTING_DATE. - Reconciliation to payments:
SELECT i.invoice_payment_id, i.payment_number, i.total_wht_amount FROM jg_zz_ap_wht_itf i WHERE i.payment_date BETWEEN :from_date AND :to_date; - Trace to source: join on
INVOICE_PAYMENT_IDtoAP_INVOICE_PAYMENTS_ALLand onward toAP_INVOICES_ALLto validate the extracted amounts against the live transaction. - Legal entity roll-up: group by
LEGAL_ENTITY_NAME,REPORTING_ENTITY_NAME, andSOB_IDfor management and statutory reporting.
Because the table is an extract target, it is normally treated as read-only during reporting; rows should not be manually updated, and analysis should be scoped to the latest REQUEST_ID for the period to avoid double counting across historical extract runs.
Related Objects
The documented foreign key relationship — INVOICE_PAYMENT_ID → AP_INVOICE_PAYMENTS_ALL.INVOICE_PAYMENT_ID — anchors the extract to the Payables payment record. The most significant related objects are:
- AP_INVOICE_PAYMENTS_ALL — joined on
INVOICE_PAYMENT_ID; the authoritative source for payment amounts, dates, and check references. - AP_INVOICES_ALL — referenced via
INVOICE_IDfor invoice amounts, dates, and supplier context. - AP_INVOICE_DISTRIBUTIONS_ALL — referenced via
INVOICE_DISTRIBUTION_ID; holds the accounted distributions and code combination behindDIST_CODE_COMBINATION_ID. - AP_SUPPLIERS / AP_SUPPLIER_SITES_ALL — joined on
SUPPLIER_IDandSUPPLIER_SITE_IDfor supplier master and site attributes. - AP_CHECKS_ALL — linked via
CHECK_IDandCHECK_NUMBERfor payment document reconciliation. - AP_TAX_CODES_ALL — matched on
TAX_CODE/TAX_IDfor validation of withholding tax codes. - AP_AWT_TAX_RATES (withholding tax rate definitions) — aligned through
TAX_RATE_IDandTAX_RATEto verify the rate applied. - FND_CONCURRENT_REQUESTS — joined on
REQUEST_IDfor extract run identification and status. - GL_CODE_COMBINATIONS — joined on
DIST_CODE_COMBINATION_IDto resolveACCOUNTING_FLEXFIELD. - HR_OPERATING_UNITS / HR_LOCATIONS_ALL — the source of the
HRL_*andLOCATION_*columns used for legal entity and location reporting.
-
Table: JG_ZZ_AP_WHT_ITF
12.2.2
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_AP_WHT_ITF, object_name:JG_ZZ_AP_WHT_ITF, status:VALID, product: JG - Regional Localizations , description: Korean Withholding Tax Extract Table , implementation_dba_data: JG.JG_ZZ_AP_WHT_ITF ,
-
Table: JG_ZZ_AP_WHT_ITF
12.1.1
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_AP_WHT_ITF, object_name:JG_ZZ_AP_WHT_ITF, status:VALID, product: JG - Regional Localizations , description: Korean Withholding Tax Extract Table , implementation_dba_data: JG.JG_ZZ_AP_WHT_ITF ,
-
SYNONYM: APPS.JG_ZZ_AP_WHT_ITF
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JG_ZZ_AP_WHT_ITF, status:VALID,
-
SYNONYM: APPS.JG_ZZ_AP_WHT_ITF
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JG_ZZ_AP_WHT_ITF, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.JGRX_WT
12.1.1
-
PACKAGE: APPS.JGRX_WT
12.2.2
-
APPS.JGRX_WT SQL Statements
12.2.2
-
APPS.JGRX_WT SQL Statements
12.1.1
-
VIEW: JG.JG_ZZ_AP_WHT_ITF#
12.2.2
owner:JG, object_type:VIEW, object_name:JG_ZZ_AP_WHT_ITF#, status:VALID,
-
VIEW: JG.JG_ZZ_AP_WHT_ITF#
12.2.2
-
TABLE: JG.JG_ZZ_AP_WHT_ITF
12.2.2
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_AP_WHT_ITF, object_name:JG_ZZ_AP_WHT_ITF, status:VALID,
-
PACKAGE BODY: APPS.JGRX_WT
12.1.1
-
PACKAGE BODY: APPS.JGRX_WT
12.2.2
-
TABLE: JG.JG_ZZ_AP_WHT_ITF
12.1.1
owner:JG, object_type:TABLE, fnd_design_data:JG.JG_ZZ_AP_WHT_ITF, object_name:JG_ZZ_AP_WHT_ITF, status:VALID,
-
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 - 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 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1