Financial Management - PSFT (MOSC)

MOSC Banner

Supplier Approval

edited May 15, 2017 1:11PM in Financial Management - PSFT (MOSC) 4 commentsAnswered ✓

In 9.1, a user could navigate to Suppliers > Supplier Information > Approve > Approve Supplier.  Why did Oracle make this path display only in 9.2?   Below is the PeopleCode confirming it is display only.  I know this can be done within the supplier record, but I want to know why the change?

Peoplecode :

If %Component = Component.VNDR_ID Then

If &AUTHACT <> "Y" And

         &AUTHINAC <> "Y" Then

      VENDOR.VENDOR_STATUS.DisplayOnly = True;

Else

      VENDOR.VENDOR_STATUS.DisplayOnly = False;

End-If;

Else

If %Component = Component.APPROVE_VENDOR Then

      VENDOR.VENDOR_STATUS.DisplayOnly = True;

End-If;

End-If;

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