Search Results what is mt-access in rrc setup request
The AP_WEB_VAT_SETUP_ALL table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for Value Added Tax (VAT) configuration data used by the Accounts Payable (AP) module. This table stores setup information that governs how VAT is calculated, reported, and validated for supplier invoices processed through the Oracle iSupplier Portal (now known as Oracle Supplier Portal) or other web-based interfaces. Below is a detailed technical breakdown of its structure, purpose, and functional relevance.
Table Overview
AP_WEB_VAT_SETUP_ALL is a multi-organization enabled table (_ALL suffix), meaning it stores data for multiple operating units within a single installation. It serves as the backbone for VAT-related configurations in web-enabled AP workflows, ensuring tax compliance across jurisdictions. The table is primarily referenced during invoice entry, validation, and tax calculation processes.Key Columns and Their Significance
- VAT_SETUP_ID: Primary key, uniquely identifying each VAT setup record.
- ORG_ID: Operating Unit identifier, enforcing multi-org security.
- TAX_CODE: References the tax code from AP_TAX_CODES_ALL, linking to specific VAT rates.
- TAX_RATE: Stores the default VAT percentage applied to invoices.
- ENABLED_FLAG: Boolean (Y/N) to activate/deactivate the VAT rule.
- START_DATE_ACTIVE/END_DATE_ACTIVE: Defines the validity period for the VAT setup.
- TAX_REGISTRATION_NUMBER: Mandatory for EU compliance, stores the supplier's VAT registration ID.
- REVERSE_CHARGE_FLAG: Indicates if reverse charge mechanism applies (common in B2B EU transactions).
- CREATED_BY/LAST_UPDATED_BY: Audit columns tracking user modifications.
Functional Integration
This table integrates with:- AP_INVOICES_ALL: VAT calculations during invoice entry.
- AP_TAX_CODES_ALL: Tax rate definitions.
- AP_TAX_REGISTRATIONS: Validates supplier VAT registration numbers.
Configuration Workflow
- Tax codes are defined in AP_TAX_CODES_ALL.
- VAT rules are mapped in AP_WEB_VAT_SETUP_ALL per operating unit.
- During invoice submission via iSupplier Portal, the system cross-references this table for tax applicability.
- VAT amounts are auto-calculated based on TAX_RATE and validated against TAX_REGISTRATION_NUMBER.
Technical Considerations
- Indexes: Primary key index on VAT_SETUP_ID, secondary indexes on ORG_ID and TAX_CODE for performance.
- Partitioning: In high-volume environments, partitioning by ORG_ID may be implemented.
- Audit Trail: Changes are logged in FND_AUDIT_SCHEMA if audit policies are enabled.
Common Customizations
Extensions often include:- Triggers to enforce country-specific VAT logic.
- Views joining with HR_OPERATING_UNITS for org-specific reporting.
- API wrappers for bulk data loads during implementations.
Upgrade Implications
Between 12.1.1 and 12.2.2, the table structure remains largely unchanged, but enhancements in Tax Engine (e.g., Vertex/Oracle Tax Compliance integration) may affect data usage patterns. Always validate custom code post-upgrade. This table is pivotal for global VAT compliance, especially in multi-country deployments. Proper configuration ensures accurate tax reporting and minimizes audit risks.-
Lookup Type: REQUEST TYPE
12.1.1
product: AP - Payables , meaning: Request Type , description: Credit card request type ,
-
Lookup Type: REQUEST STATUS
12.1.1
product: AP - Payables , meaning: Request Status , description: Credit card request status ,
-
Lookup Type: REQUEST STATUS
12.2.2
product: AP - Payables , meaning: Request Status , description: Credit card request status ,
-
Lookup Type: REQUEST TYPE
12.2.2
product: AP - Payables , meaning: Request Type , description: Credit card request type ,
-
Table: AP_WEB_VAT_SETUP_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_VAT_SETUP_ALL, object_name:AP_WEB_VAT_SETUP_ALL, status:VALID, product: AP - Payables , description: This table is used to store VAT-related setup for a specific organization. The VAT-related setup data affects the display of merchant fields on the Expense Line Details page. , implementation_dba_data: AP.AP_WEB_VAT_SETUP_ALL ,
-
Table: AP_WEB_VAT_SETUP_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_VAT_SETUP_ALL, object_name:AP_WEB_VAT_SETUP_ALL, status:VALID, product: AP - Payables , description: This table is used to store VAT-related setup for a specific organization. The VAT-related setup data affects the display of merchant fields on the Expense Line Details page. , implementation_dba_data: AP.AP_WEB_VAT_SETUP_ALL ,
-
Lookup Type: DONT PAY REASON
12.1.1
product: AP - Payables , meaning: Dont Pay Reason , description: Reason for not paying an invoice selected for payment ,
-
Lookup Type: AP_ISP_INV_REQ_TYPE
12.2.2
product: AP - Payables , meaning: Invoice Request Type for Invoices Created in iSP ,
-
Lookup Type: AP_ISP_INV_REQ_TYPE
12.1.1
product: AP - Payables , meaning: Invoice Request Type for Invoices Created in iSP ,
-
Lookup Type: DONT PAY REASON
12.2.2
product: AP - Payables , meaning: Dont Pay Reason , description: Reason for not paying an invoice selected for payment ,
-
Lookup Type: CHECK BATCH STATUS
12.1.1
product: AP - Payables , meaning: Check Batch Status , description: Payment Batch Status ,
-
Lookup Type: CHECK BATCH STATUS
12.2.2
product: AP - Payables , meaning: Check Batch Status , description: Payment Batch Status ,
-
Lookup Type: CREATE_INSTRS_FLAG
12.2.2
product: AP - Payables , meaning: Payment Instruction Creation Program Flag , description: Payment Instruction Creation Program Flag ,
-
Lookup Type: CREATE_INSTRS_FLAG
12.1.1
product: AP - Payables , meaning: Payment Instruction Creation Program Flag , description: Payment Instruction Creation Program Flag ,
-
Concurrent Program: APMRCUPG1
12.1.1
execution_filename: AP_MRC_UPG_MAIN_PKG.ap_main_upgrade , product: AP - Payables , user_name: APMRCUPG1 , description: MRC Setup - Payables Transactions Upgrade: Phase 1 , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: APMRCUPG2
12.1.1
execution_filename: AP_MRC_UPG_UPDATE_TRANS_PKG.ap_update_varchar2_main , product: AP - Payables , user_name: APMRCUPG2 , description: MRC Setup - Payables Transactions Upgrade: Phase 2 , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: APMRCUPG2
12.2.2
execution_filename: AP_MRC_UPG_UPDATE_TRANS_PKG.ap_update_varchar2_main , product: AP - Payables , user_name: APMRCUPG2 , description: MRC Setup - Payables Transactions Upgrade: Phase 2 , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: APMRCUPG1
12.2.2
execution_filename: AP_MRC_UPG_MAIN_PKG.ap_main_upgrade , product: AP - Payables , user_name: APMRCUPG1 , description: MRC Setup - Payables Transactions Upgrade: Phase 1 , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: RECORD TYPE
12.2.2
product: AP - Payables , meaning: Record Type , description: Used by check recon to determine what table to store flat-file record in ,
-
Lookup Type: RECORD TYPE
12.1.1
product: AP - Payables , meaning: Record Type , description: Used by check recon to determine what table to store flat-file record in ,
-
Lookup Type: INVOICE TYPE
12.2.2
product: AP - Payables , meaning: Invoice Type , description: Invoice Type ,
-
Lookup Type: INVOICE TYPE
12.1.1
product: AP - Payables , meaning: Invoice Type , description: Invoice Type ,
-
View: AP_INVOICES_READY_TO_PAY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_READY_TO_PAY_V, object_name:AP_INVOICES_READY_TO_PAY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICES_READY_TO_PAY_V ,
-
View: AP_INVOICES_READY_TO_PAY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_READY_TO_PAY_V, object_name:AP_INVOICES_READY_TO_PAY_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICES_READY_TO_PAY_V ,
-
Table: AP_WEB_ACCFLEX_SEGMENTS
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_ACCFLEX_SEGMENTS, object_name:AP_WEB_ACCFLEX_SEGMENTS, status:VALID, product: AP - Payables , description: Accounting flexfield setup. , implementation_dba_data: AP.AP_WEB_ACCFLEX_SEGMENTS ,
-
Table: AP_WEB_ACCFLEX_SEGMENTS
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_WEB_ACCFLEX_SEGMENTS, object_name:AP_WEB_ACCFLEX_SEGMENTS, status:VALID, product: AP - Payables , description: Accounting flexfield setup. , implementation_dba_data: AP.AP_WEB_ACCFLEX_SEGMENTS ,
-
Concurrent Program: APXPBFTR
12.2.2
execution_filename: APXPBFTR , product: AP - Payables , user_name: APXPBFTR , description: Format Payments (Bank Transfer Request) , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: APXPBFTR
12.1.1
execution_filename: APXPBFTR , product: AP - Payables , user_name: APXPBFTR , description: Format Payments (Bank Transfer Request) , argument_method: Standard , enabled: No , execution_method: Oracle Reports ,
-
Concurrent Program: APCRNOT
12.1.1
execution_filename: AP_XML_INVOICE_INBOUND_PKG.NOTIFY_RECIPIENT , product: AP - Payables , user_name: APCRNOT , description: Concurrent Request Notification , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: AP_CURRENCY_GROUP
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CURRENCY_GROUP, object_name:AP_CURRENCY_GROUP, status:VALID, product: AP - Payables , description: Payment currencies for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_CURRENCY_GROUP ,
-
Concurrent Program: APCRNOT
12.2.2
execution_filename: AP_XML_INVOICE_INBOUND_PKG.NOTIFY_RECIPIENT , product: AP - Payables , user_name: APCRNOT , description: Concurrent Request Notification , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: AP_OU_GROUP
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_OU_GROUP, object_name:AP_OU_GROUP, status:VALID, product: AP - Payables , description: Operating units for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_OU_GROUP ,
-
Table: AP_PAY_GROUP
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAY_GROUP, object_name:AP_PAY_GROUP, status:VALID, product: AP - Payables , description: Pay groups for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_PAY_GROUP ,
-
Lookup Type: AP_PAY_HOME_SEARCH
12.1.1
product: AP - Payables , meaning: Payment Manager Home Search , description: Payment Manager Home Search ,
-
Table: AP_CURRENCY_GROUP
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_CURRENCY_GROUP, object_name:AP_CURRENCY_GROUP, status:VALID, product: AP - Payables , description: Payment currencies for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_CURRENCY_GROUP ,
-
Table: AP_PAY_GROUP
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_PAY_GROUP, object_name:AP_PAY_GROUP, status:VALID, product: AP - Payables , description: Pay groups for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_PAY_GROUP ,
-
Table: AP_OU_GROUP
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_OU_GROUP, object_name:AP_OU_GROUP, status:VALID, product: AP - Payables , description: Operating units for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_OU_GROUP ,
-
Table: AP_LE_GROUP
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_LE_GROUP, object_name:AP_LE_GROUP, status:VALID, product: AP - Payables , description: Legal entities for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_LE_GROUP ,
-
Lookup Type: AP_PAY_HOME_SEARCH
12.2.2
product: AP - Payables , meaning: Payment Manager Home Search , description: Payment Manager Home Search ,
-
Table: AP_LE_GROUP
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_LE_GROUP, object_name:AP_LE_GROUP, status:VALID, product: AP - Payables , description: Legal entities for the Payment Process Request Template or the Payment Process Request. , implementation_dba_data: AP.AP_LE_GROUP ,
-
Lookup Type: AP_PAY_SRV_REQ_DASHBD_STATUS
12.2.2
product: AP - Payables , meaning: Payment Manager Payment Process Request Dashboard Status , description: Payment Manager Payment Process Request Dashboard Status ,
-
Lookup Type: AP_PAY_SRV_REQ_DASHBD_STATUS
12.1.1
product: AP - Payables , meaning: Payment Manager Payment Process Request Dashboard Status , description: Payment Manager Payment Process Request Dashboard Status ,
-
Lookup Type: OIE_AUDIT_ACTIONS
12.1.1
product: AP - Payables , meaning: Expenses Audit Actions , description: Expenses Audit Actions ,
-
Lookup Type: OIE_AUDIT_ACTIONS
12.2.2
product: AP - Payables , meaning: Expenses Audit Actions , description: Expenses Audit Actions ,
-
Lookup Type: ACCESS_TYPE
12.1.1
product: AP - Payables , meaning: Access Type , description: Access Type ,
-
Lookup Type: ACCESS_TYPE
12.2.2
product: AP - Payables , meaning: Access Type , description: Access Type ,
-
Lookup Type: PURGE STATUS
12.2.2
product: AP - Payables , meaning: Purge Status , description: Status and action choices for purge process ,
-
Lookup Type: PURGE STATUS
12.1.1
product: AP - Payables , meaning: Purge Status , description: Status and action choices for purge process ,
-
Lookup Type: PAYMENT_TEMPLATE_TYPE
12.2.2
product: AP - Payables , meaning: Payment Process Request Template Type , description: Defines different Types of Payment Templates ,
-
Lookup Type: PAYMENT_TEMPLATE_TYPE
12.1.1
product: AP - Payables , meaning: Payment Process Request Template Type , description: Defines different Types of Payment Templates ,