Payables and Cash Management - EBS (MOSC)

MOSC Banner

FRM-40212: Invalid value for field QUICK_PO_NUMBER

edited May 5, 2018 5:03AM in Payables and Cash Management - EBS (MOSC) 2 commentsAnswered

FRM-40212: Invalid value for field QUICK_PO_NUMBER

We are receiving the above error when we try to match PO.

PO is approved and Open.

PO org_id and AP org_id are same

Supplier Site is set for both Purchasing and Payment

select ph.po_number,

ph.po_header_id,

pv.vendor_name,

ph.org_id,

mo_global.get_ou_name(ph.org_id) operating_unit,

ph.Buyer,

ph.po_type

from po_headers_ap_v ph, po_vendors pv, financials_system_params_all fsp

where ph.vendor_id = pv.vendor_id

and ph.approved_flag = 'Y'

and (nvl(ph.closed_code, 'X') <> 'FINALLY CLOSED')

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