Payables and Cash Management - EBS (MOSC)

MOSC Banner

Error when creating supplier site

edited Aug 9, 2012 2:10AM in Payables and Cash Management - EBS (MOSC) 1 commentAnswered
Hi,

When I am trying to create a supplier site,  I am able to do so but the address name and the site nama are same.  I am supping the Supplier Sites Open Interface Import to create the site.

The insert statemnet I used is :

select * from ap_suppliers where vendor_id = 466861;

select * from ap_supplier_sites_int where vendor_id = 466861 order by creation_date desc;


INSERT
INTO   ap_supplier_sites_int
  (
    vendor_site_interface_id,
    vendor_id,
    vendor_site_code,    address_line1,
    address_line2,
    address_line3,
    City,
    State,
    Zip,
    Country,
    operating_unit_name,
    created_by,
    creation_date,
    pay_site_flag,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center