Payables and Cash Management - EBS (MOSC)

MOSC Banner

Update Supplier Sites by using interface table-ap_supplier_sites_int

edited Feb 4, 2013 3:34AM in Payables and Cash Management - EBS (MOSC) 2 commentsAnswered
Hi,

I want to update supplier sites. I was not able to do it by using AP_VENDOR_PUB_PKG.Update_Vendor_Site as getting some error and Oracle is not supported this API also.


So I'm using interface table to update the same. I'm populating the following fields in the interface table for an existing supplier site.

                     INSERT INTO ap_supplier_sites_int
                              (
                               vendor_interface_id,
                               vendor_id,
                               vendor_site_code,
                               vendor_site_interface_id,
                               last_update_date,
                               last_updated_by,
                               attribute1,
                               prepay_code_combination_id,
                               org_id,
                               address_line1,
                               country
                               )
                    values
                        (
                          NULL,    --vendor_interface_id,
                          1935,--     vendor_id,

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