EBS Customizations (MOSC)

MOSC Banner

FND_WEBATTCH.ADD_ATTACHMENT for suppliers - w9 - R12.2

edited Jun 10, 2017 5:07AM in EBS Customizations (MOSC) 1 comment

What's the proper method to add attachments to suppliers in R12.2 using FND_WEBATTCH?

Is there documentation on FND_WEBATTCH yet?

Ultimately I'd be using this to add attachments to Invoices, POs, Projects, Suppliers, Journal Entries. with either URLs or the file itself.

Which function name/entity_name do I use for the above modules?

Invoices:

function_name = APXINWKB

entity_name = AP_INVOICES

POs:

Function_name =

entity_name =

Projects:

Function_name =

entity_name =

Suppliers

Function_name =

Entity_name =

Journal Entries:

Function_name =

Entity_name =

  fnd_webattch.add_attachment(

            seq_num                 => 100

           ,category_id             => v_category_id

           ,document_description    => v_description

           ,datatype_id             => 5 --url

Tagged:

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