Search Results awt_flag
Overview
APBV_AP_INVOICE_DISTRIBUTIONS is a Business Intelligence System (BIS) view owned by the APPS schema in Oracle E-Business Suite releases 12.1.1 and 12.2.2. It is registered under the FND Design Data namespace SQLAP and carries a VALID status in the ETRM repository. The view presents one row per invoice distribution line, exposing the individual charges that make up an Oracle Payables invoice — item lines, tax, freight, and miscellaneous distributions — together with their accounting, matching, withholding, and posting attributes.
Because it is a BIS view rather than a transactional table, APBV_AP_INVOICE_DISTRIBUTIONS is intended for read-only reporting, ad-hoc extraction, and downstream integration. It surfaces denormalised, reporting-friendly columns such as functional amounts, price variance breakdowns, and descriptive invoice distribution text that would otherwise require joins across multiple Payables entities. This makes it a natural source for Payables subledger reporting, accrual analysis, withholding tax monitoring, and data feeds into external financial systems.
Underlying Base Objects
The documented view metadata lists two referenced base objects: AP_INVOICE_DISTRIBUTIONS (accessed through a synonym) and GL_CODE_COMBINATIONS (also via synonym). The synonym over AP_INVOICE_DISTRIBUTIONS points to the core Payables distribution table that stores every distribution line belonging to an invoice line, including accounting flexfield references, amounts, quantities, and matching results.
The synonym over GL_CODE_COMBINATIONS supplies the General Ledger chart-of-accounts context, allowing the view to resolve code combination identifiers into meaningful account information. In practice, the view joins the invoice distribution detail to its corresponding accounting flexfield so that each distribution row can be reported with both its transactional amount and its accounting destination. All columns and business rules are ultimately derived from these two base objects, keeping the view tightly coupled to the Payables subledger data model.
Key Columns
- AWT_FLAG — Withholding tax indicator, marking distributions subject to automatic withholding.
- AWT_GROSS_AMOUNT — Gross amount used as the basis for withholding tax calculation.
- INVOICE_ID / INVOICE_LINE_NUMBER / DISTRIBUTION_LINE_NUMBER — Identifiers that pin the row to a specific invoice, line, and distribution.
- INVOICE_DIST_AMT / INVOICE_DIST_FUNC_AMT — Entered and functional currency distribution amounts.
- PRICE_VARIANCE_AMT / PRICE_VARIANCE_FUNCTIONAL_AMT / QUANTITY_VARIANCE / FUNCTIONAL_QTY_VARIANCE_AMT — Match-driven price and quantity variance values.
- FINAL_MATCHING_STATUS / DISTRIBUTION_APPROVAL_STATUS — Lifecycle state of the distribution and its purchase order match result.
- POSTED_FLAG / POSTED_TO_GL_AMOUNT / POSTED_TO_GL_FUNCTIONAL_AMOUNT / ACCOUNTING_DATE — Subledger posting and GL transfer information.
- ASSET_RELATED_FLAG / TRANSFERRED_TO_ASSETS_FLAG — Indicators for fixed-asset eligible or transferred distributions.
- PA_TRANSFER_STATUS_FLAG — Status of transfer to Oracle Projects.
- AMOUNT_INCLUDES_TAX_FLAG / TYPE_1099 / INCOME_TAX_REGION — Tax-inclusive and 1099 reporting attributes.
- INVOICE_DIST_DESCRIPTION — Free-text description of the distribution charge.
Common Use Cases and Queries
A frequent requirement is isolating distributions that carry withholding tax, which is where AWT_FLAG is most relevant. The following query lists active withholding distributions for further tax analysis:
SELECT invoice_id, invoice_line_number, distribution_line_number, awt_flag, awt_gross_amount, invoice_dist_func_amt FROM apps.apbv_ap_invoice_distributions WHERE awt_flag = 'Y';
Other typical scenarios include reconciling posted Payables activity to the GL by filtering on POSTED_FLAG, analysing price and quantity variances from purchase order matching, and reporting asset-related distributions prior to transfer into Oracle Assets. Analysts also use this view to review distributions that remain in a pending matching or approval state, and to feed distribution-level detail into external tax or audit reporting. Because the view is read-only and derived from AP_INVOICE_DISTRIBUTIONS and GL_CODE_COMBINATIONS, all reporting should be performed against it rather than against the base table directly when the additional reporting columns are required.
-
VIEW: APPS.APBV_AP_INVOICE_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_INVOICE_DISTRIBUTIONS, object_name:APBV_AP_INVOICE_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.APBV_AP_INVOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_INVOICES, object_name:APBV_AP_INVOICES, status:VALID,
-
VIEW: AP.AP_SELF_ASSESSED_TAX_DIST_ALL#
12.2.2
-
VIEW: APPS.APBV_AP_INVOICE_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_INVOICE_DISTRIBUTIONS, object_name:APBV_AP_INVOICE_DISTRIBUTIONS, status:VALID,
-
View: AP_INVOICES_ALL_MRC_V
12.1.1
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICES_ALL_MRC_V
12.2.2
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.APFV_AP_INVOICE_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICE_DISTRIBUTIONS, object_name:APFV_AP_INVOICE_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.APBV_AP_INVOICES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_INVOICES, object_name:APBV_AP_INVOICES, status:VALID,
-
VIEW: AP.AP_INVOICES_ALL#
12.2.2
-
View: AP_INVOICES_MRC_V
12.1.1
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICES_MRC_V
12.2.2
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.APFV_AP_INVOICES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICES, object_name:APFV_AP_INVOICES, status:VALID,
-
VIEW: APPS.APFV_AP_INVOICE_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICE_DISTRIBUTIONS, object_name:APFV_AP_INVOICE_DISTRIBUTIONS, status:VALID,
-
VIEW: APPS.APFV_AP_INVOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICES, object_name:APFV_AP_INVOICES, status:VALID,
-
VIEW: APPS.FII_AP_INV_LINES_FCV
12.1.1
-
View: FII_AP_INV_LINES_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal view used for warehouse data extraction. , implementation_dba_data: Not implemented in this database ,
-
View: APBV_AP_INVOICE_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_INVOICE_DISTRIBUTIONS, object_name:APBV_AP_INVOICE_DISTRIBUTIONS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APBV_AP_INVOICE_DISTRIBUTIONS ,
-
View: FII_AP_INV_LINES_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_LINES_FCV, object_name:FII_AP_INV_LINES_FCV, status:VALID, product: FII - Financial Intelligence , description: Internal view used for warehouse data extraction. , implementation_dba_data: APPS.FII_AP_INV_LINES_FCV ,
-
View: APBV_AP_INVOICES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_INVOICES, object_name:APBV_AP_INVOICES, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APBV_AP_INVOICES ,
-
VIEW: AP.AP_INVOICE_DISTRIBUTIONS_ALL#
12.2.2
-
View: APFV_AP_INVOICE_DISTRIBUTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICE_DISTRIBUTIONS, object_name:APFV_AP_INVOICE_DISTRIBUTIONS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_AP_INVOICE_DISTRIBUTIONS ,
-
VIEW: AP.AP_INV_DISTS_UPDATE#
12.2.2
-
View: APBV_AP_INVOICE_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_INVOICE_DISTRIBUTIONS, object_name:APBV_AP_INVOICE_DISTRIBUTIONS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APBV_AP_INVOICE_DISTRIBUTIONS ,
-
View: AP_INVOICES_UNION_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_UNION_PREPAYS_V, object_name:AP_INVOICES_UNION_PREPAYS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_INVOICES_UNION_PREPAYS_V ,
-
View: APBV_AP_INVOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APBV_AP_INVOICES, object_name:APBV_AP_INVOICES, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APBV_AP_INVOICES ,
-
View: AP_INVOICES_UNION_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_UNION_PREPAYS_V, object_name:AP_INVOICES_UNION_PREPAYS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_INVOICES_UNION_PREPAYS_V ,
-
VIEW: AP.AP_INVOICE_DISTS_ARCH#
12.2.2
-
View: APFV_AP_INVOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICES, object_name:APFV_AP_INVOICES, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_AP_INVOICES ,
-
View: APFV_AP_INVOICE_DISTRIBUTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICE_DISTRIBUTIONS, object_name:APFV_AP_INVOICE_DISTRIBUTIONS, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_AP_INVOICE_DISTRIBUTIONS ,
-
VIEW: APPS.JL_BR_AP_INVOICES_SHIP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AP_INVOICES_SHIP_V, object_name:JL_BR_AP_INVOICES_SHIP_V, status:VALID,
-
View: APFV_AP_INVOICES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.APFV_AP_INVOICES, object_name:APFV_AP_INVOICES, status:VALID, product: AP - Payables , description: Business view , implementation_dba_data: APPS.APFV_AP_INVOICES ,
-
VIEW: APPS.AP_INVOICES_UNION_PREPAYS_V
12.2.2
-
APPS.JL_CO_AP_WITHHOLDING_PKG SQL Statements
12.2.2
-
VIEW: APPS.JL_BR_AP_INVOICES_SHIP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JL.JL_BR_AP_INVOICES_SHIP_V, object_name:JL_BR_AP_INVOICES_SHIP_V, status:VALID,
-
TABLE: AP.AP_PPA_INVOICE_DISTS_GT1
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PPA_INVOICE_DISTS_GT1, object_name:AP_PPA_INVOICE_DISTS_GT1, status:VALID,
-
VIEW: APPS.AP_INVOICES_UNION_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_UNION_PREPAYS_V, object_name:AP_INVOICES_UNION_PREPAYS_V, status:VALID,
-
VIEW: APPS.AP_INVOICES_UNION_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_UNION_PREPAYS_V, object_name:AP_INVOICES_UNION_PREPAYS_V, status:VALID,
-
VIEW: APPS.AP_INVOICES_UNION_PREPAYS_V
12.1.1
-
View: AP_INVOICE_DISTS_INQUIRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_DISTS_INQUIRY_V, object_name:AP_INVOICE_DISTS_INQUIRY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_DISTS_INQUIRY_V ,
-
TABLE: AP.AP_PPA_INVOICE_DISTS_GT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PPA_INVOICE_DISTS_GT, object_name:AP_PPA_INVOICE_DISTS_GT, status:VALID,
-
APPS.JL_CO_AP_WITHHOLDING_PKG SQL Statements
12.1.1
-
VIEW: APPS.AP_INVOICE_DISTS_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_DISTS_INQUIRY_V, object_name:AP_INVOICE_DISTS_INQUIRY_V, status:VALID,
-
TABLE: AP.AP_PPA_INVOICES_GT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PPA_INVOICES_GT, object_name:AP_PPA_INVOICES_GT, status:VALID,
-
VIEW: APPS.FII_AP_INV_LINES_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_LINES_FCV, object_name:FII_AP_INV_LINES_FCV, status:VALID,
-
APPS.AP_INVOICE_LINES_PKG SQL Statements
12.1.1
-
View: AP_INVOICE_DISTS_INQUIRY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_DISTS_INQUIRY_V, object_name:AP_INVOICE_DISTS_INQUIRY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_DISTS_INQUIRY_V ,
-
TABLE: AP.AP_PPA_INVOICES_GT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PPA_INVOICES_GT, object_name:AP_PPA_INVOICES_GT, status:VALID,
-
VIEW: AP.AP_SELF_ASSESSED_TAX_DIST_ALL#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_SELF_ASSESSED_TAX_DIST_ALL#, status:VALID,
-
VIEW: APPS.AP_INVOICE_DISTS_INQUIRY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_DISTS_INQUIRY_V, object_name:AP_INVOICE_DISTS_INQUIRY_V, status:VALID,
-
APPS.AP_INVOICE_LINES_PKG SQL Statements
12.2.2