Payables and Cash Management - EBS (MOSC)

MOSC Banner

R12.1.1 Supplier Page from Invoice Form..

edited Mar 24, 2011 12:11PM in Payables and Cash Management - EBS (MOSC) 2 commentsAnswered
Hi All,

Question: Does the Supplier page in R12.1.1 support automatic query based on parameter VendorID?

Want to open the Supplier Page(seeded) from AP Invoice Form(seeded) using zoom button(CUSTOM.pll). Also, the Supplier page should be able to query the supplier attached to the invoice.

In 11i, Supplier Form APXVDMVD is explicitly designed to accept Vendor_ID as a parameter and query based on it.

I am not sure of the Supplier page  in R12.1.1.

===============================================================

In R12 CUSTOM.pll,

    if (event_name = 'ZOOM') then  
       if (form_name = 'APXINWKB' and block_name = 'INV_SUM_FOLDER') then
          param_to_pass1 := name_in('INV_SUM_FOLDER.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