Skip to content

oracleappshelp.com

Node.JS Blogs

  • MongoDB
  • Oracle R12
  • SOA Suite 12c
  • ADF 12c
  • Interview Questions
  • Node.js
  • ReactJS

AP Supplier Conversion in Oracle Payables R12

» Oracle Apps » AP- Account Payables » AP Supplier Conversion in Oracle Payables R12

Categories

  • ADF Issues
  • Angular JS
  • AP- Account Payables
  • Architecture
  • cloud computing
  • Databases
  • Devops
  • FA – Fixed Assets
  • Interview Questions
  • Java
  • Java Basics
  • Java Springs
  • JavaScript
  • JDeveloper
  • MongoDB tutorial
  • Node.js tutorial
  • OM- Order Managment
  • Oracle ADF
  • Oracle Apps
  • Oracle General Ledger
  • Oracle Receivables
  • Oracle SOA
  • ReactJS Tutorial
  • SQL Server
  • System Administrator
  • WebLogic
  • XML Tutorial

Popular Tutorials

  • MongoDB
  • Oracle R12
  • SOA Suite 12c
  • ADF 12c
  • Interview Questions
  • Node.js
  • ReactJS

Pages

  • MongoDB Tutorial for beginners
  • Oracle ADF 12c Tutorials for beginners
  • Oracle EBS R12 Tutorials
  • Oracle SOA Suite 12c Tutorials for beginners
  • React JS Programming Tutorial for beginners
  • RSS Feed
  • Style Components in React JS

AP Supplier Conversion in Oracle Payables R12

24 Jan 2021 oracleappsadmin

The blog covers the Supplier Conversion Process in Oracle Payables R2.  The Supplier Conversion Process in Oracle Payables is one of the most commonly used for Supplier Conversion / Migration Process. The Supplier Conversion / Migration Program loads the Supplier Master Data, Supplier Sites Data and Supplier Contacts from source data files into Supplier Staging Tables in Oracle Payables, Validates the  Supplier Staging Data and loads into Supplier Interface Tables.

Open Interface Approach :
Flat File
-> processed using SQL *Loader
Staging Table
    -> processed using PLSQL Package
Interface Table
    -> processed using Standard Concurrent Programs
    

Prerequisites for Supplier Conversion Process

The below given setup should be available before Supplier Conversion Program runs

  • Set of Books Setup
  • Payment Terms Setup
  • Pay Groups Setup
  • GL Code Combinations (CCID) Setup
  • Supplier Setup
  • Bank Accounts Setup
  • Currency Setup
  • Employee Setup ( if Employee is considered as Supplier)

Supplier Data Load for Supplier Conversion Process

The below given approach can be used for load Supplier Data Load for the Supplier Conversion Program

  • SQL Loader: SQL Loader helps in loading the bulk records into Oracle Tables
  • APEX: Oracle Application Express could be another option for bulk upload for supplier records

Supplier Validation in Supplier Conversion Process

The below given are the validations that needs to be considered when running the Supplier Conversion Program

  • Duplicate Vendors NOT to be processed from AP_SUPPLIERS Table
  • Duplicate Vendor Name NOT to be processed from AP_SUPPLIERS_INT and AP_SUPPLIERS Table
  • Retrieve the valid Payment Terms from AP_TERMS_TL table
  • Retrieve the valid Pay Groups from FND_LOOKUP_VALUES_VL table where lookup_type=‘PAY GROUP’
  • Retrieve the valid Vendor Type from PO_LOOKUP_CODES table where lookup_type=‘VENDOR TYPE’
  • Retrieve the valid Employee records from PER_ALL_PEOPLE_F table
  • Duplicate Vendors NOT to be processed from AP_SUPPLIERS Table
  • Duplicate Supplier Site Code NOT to be processed from AP_SUPPLIERS_SITES_ALL Table
  • Retrieve the valid Country Code records from FND_TERRITORIES_TL table
  • Retrieve the Payment Method records from IBY_PAYMENT_METHODS_VL table

Supplier Interface Programs

The below given interface programs are to be used as part of Supplier Conversion

  • Supplier Open Interface Import
  • Supplier Sites Open Interface Import
  • Supplier Site Contacts Open Interface Import

Supplier Interface Tables

  • The below given interface tables are to be used as part of Supplier Conversion
  • AP_SUPPLIERS_INT
  • AP_SUPPLIER_SITES_INT
  • AP_SUP_SITE_CONTACT_INT
  • AP_SUPPLIER_INT_REJECTIONS ( list down the rejected records for Supplier Master, Supplier Sties and Supplier Contact as part of Supplier Conversion Process)

AP_SUPPLIERS_INT :  Oracle Payables provides the AP_SUPPLIERS_INT as the Open Interface Table which holds the Supplier Master data. When the Supplier Open Interface Import Program is submitted, then each record having unique  VENDOR_INTERFACE_ID in AP_SUPPLIERS_INT is processed and loaded into PO_VENDORS Table

AP_SUPPLIERS_INT Table ColumnAP_SUPPLIERS_INT Column Description
 VENDOR_INTERFACE_ID Unique record identifier generated using AP_SUPPLIERS_INT_S.NEXTVAL
 SEGMENT1 Supplier Number
 VENDOR_NAME Supplier Name
 VENDOR_TYPE_LOOKUP_CODE  Provides the Supplier Type
 SHIP_TO_LOCATION_CODE Default ship-to-location name
 BILL_TO_LOCATION_CODE Default bill-to-location name
 TERMS_NAME Provides the Supplier Payment Terms
 TAX_VERIFICATION_DATE Provides the Tax verification date(1099)
 VAT_REGISTRATION_NUM Provides the Tax Registration Number
PAY_GROUP_LOOKUP_CODE Provides the Supplier Pay Group
INVOICE_CURRENCY_CODEDefault Invoice Currency Code
PAYMENT_CURRENCY_CODEProvides the Supplier Payment Currency Code
NUM_1099Provides the Tax Identification date(1099)
VAT_CODEProvides the default Invoice Tax Code
HOLD_FLAG‘Y’ if Supplier is on Purchasing Hold
SUMMARY_FLAGKey flex field summary flag
ENABLED_FLAG Key flex field enable flag
EMPLOYEE_IDprovides Employee_id if supplier is an employee
ATTRIBUTE1 -15Descriptive Flex field Segments

AP_SUPPLIER_SITES_INT :  Oracle Payables provides the AP_SUPPLIER_SITES_INT as the Open Interface Table which holds the Supplier Site Code data. When the Supplier Site Open Interface Import Program is submitted, then each record having unique  VENDOR_ID in AP_SUPPLIER_SITES_INT is processed and loaded into PO_VENDOR_SITES_ALL Table

AP_SUPPLIER_SITES_INT Table Column AP_SUPPLIER_SITES_INT Table Column Description
VENDOR_SITE_INTERFACE_IDUnique record identifier generated using AP_SUPPLIER_SITES_INT_S.NEXTVAL
VENDOR_SITE_CODEProvides the Supplier Site Name
ADDRESS_LINE1Provides the Supplier Address
ADDRESS_LINE2Provides the Supplier Address
ADDRESS_LINE3Provides the Supplier Address
CITYProvides the Supplier City
STATEProvides the Supplier State
ZIP Provides the Supplier State Zip Code
COUNTRY Provides the Supplier Country
PHONEProvides the Supplier Phone Number
FAX Provides the Supplier Fax Number
SHIP_TO_LOCATION_CODEDefault ship-to-location name
BILL_TO_LOCATION_CODEDefault bill-to-location name
PAYMENT_METHOD_LOOKUP_CODEProvides the Supplier Payment Method
VAT_CODEProvides the Supplier Invoice Tax Code
PAY_GROUP_LOOKUP_CODEProvides the Supplier Payment Group
TERMS_NAMEProvides the Supplier Payment Terms
INVOICE_CURRENCY_CODEProvides the Default Supplier Invoice Currency Code
PAYMENT_CURRENCY_CODEProvides the Supplier Invoice Payment Currency Code
EMAIL_ADDRESSProvides the Supplier Email Address
PURCHASING_SITE_FLAG‘Y if the Supplier Site is allowed for Purchasing
AUTO_TAX_CALC_FLAGLevel of automatic tax calculation for supplier
HOLD_ALL_PAYMENTS_FLAG‘Y’ if Supplier Payments are on HOLD

AP_SUP_SITE_CONTACT_INT: Oracle Payables provides the AP_SUP_SITE_CONTACT_INT as the Open Interface Table which holds the Supplier Site Code data. When the Supplier Site Open Interface Import Program is submitted, then each supplier contact record is mapped to Supplier Site using the VENDOR_SITE_CODE and ORG_ID to create a Supplier Contact into PO_VENDOR_CONTACTS Table

AP_SUP_SITE_CONTACT_INT Table ColumnAP_SUP_SITE_CONTACT_INT Table Column Description
VENDOR_INTERFACE_IDSupplier interface record unique identifier
VENDOR_CONTACT_INTERFACE_IDUnique record identifier generated using AP_SUP_SITE_CONTACT_INT_S.NEXTVAL
VENDOR_SITE_CODEProvides the Supplier Site Name
FIRST_NAMEProvides the Supplier First Name
LAST_NAMEProvides the Supplier Last Name
AREA_CODEProvides the Supplier Area Code
PHONEProvides the Supplier Phone Number
FIRST_NAME_ALTProvides the Alternate Name for Supplier First Name
LAST_NAME_ALTProvides the Alternate Name for Supplier Last Name
EMAIL_ADDRESSProvides the Supplier Email Address
FAXProvides the Supplier Fax Number
VENDOR_IDProvides the Supplier Unique Id
AP- Account Payables

Share this on ...

  • No Related Posts Yet!

Meta

  • Register
  • Log in

Archives

  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • July 2019
  • June 2019
  • May 2019
  • May 2018
  • April 2018
  • November 2017
  • April 2017
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • June 2014
  • May 2014
  • March 2014
  • September 2013
  • May 2013
  • September 2012
  • June 2012

Archives

  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • July 2019
  • June 2019
  • May 2019
  • May 2018
  • April 2018
  • November 2017
  • April 2017
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • June 2014
  • May 2014
  • March 2014
  • September 2013
  • May 2013
  • September 2012
  • June 2012

Archives

  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • July 2019
  • June 2019
  • May 2019
  • May 2018
  • April 2018
  • November 2017
  • April 2017
  • July 2016
  • June 2016
  • May 2016
  • April 2016
  • March 2016
  • February 2016
  • June 2014
  • May 2014
  • March 2014
  • September 2013
  • May 2013
  • September 2012
  • June 2012

Powered by WordPress. Theme: Brawny by Webulous Themes

Recent Posts

  • How to create legal entity registration in Oracle Fusion
  • Query to get organization structure details in Oracle Fusion General Ledger
  • Assign Legal Entities and Balancing segments in Oracle Fusion
  • Create Legal Entity in Oracle Fusion
  • How to Create Implementation Project in Oracle Fusion
  • Purchase Requisition BPM Approval Workflow Tables in Oracle Fusion
  • Query to get Oracle Fusion Payables Cloud approver comments
  • How to create implementation user in Oracle Fusion
  • Functional Setup Manager in Oracle fusion
  • Top 50 AJAX Interview Questions and Answers