Procurement - EBS (MOSC)

MOSC Banner

Supplier name coming in PO action history. Please help figure why

edited Jun 6, 2014 12:00PM in Procurement - EBS (MOSC) 1 commentAnswered

HEllo All,

I am using following api to send a PO to Approved status after it is updated (requires reapproval)  by a pl sql code (updates line promise date)

IF v_ship_date IS NOT NULL THEN

        --the below po_change_api1_s.update_po will not work if Promised date coming from

        --vista is null

        fnd_file.put_line(fnd_file.log,

                          'Promised_date is not null so calling po_change_api1_s.update_po to approve the PO: ' ||

                          v_po_num);

                            fnd_file.put_line(fnd_file.log,'sourabh coded getting called' ||

                          v_po_num);

        l_result := po_change_api1_s.update_po(x_po_number           => v_po_num,

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