Order Management - EBS (MOSC)

MOSC Banner

India - VAT Invoice Generation / Accounting

edited Dec 10, 2013 7:00PM in Order Management - EBS (MOSC) 3 commentsAnswered
Hi,

India - VAT Invoice Generation / Accounting program completed with error and showing below error message

Delivery - xxxxx Cannot be processed because all delivery details are not inventory interface

I found note - on metalink - 1144603.1

SELECT 1
FROM
wsh_delivery_details wdd ,
wsh_new_deliveries wnd ,
wsh_delivery_assignments wda
WHERE
wdd.delivery_detail_id = wda.delivery_detail_id AND
wda.Delivery_Id = wnd.Delivery_Id AND
wnd.Delivery_Id = :cp_delivery_id AND
wdd.source_code = 'OE' AND
NVL(wdd.inv_interfaced_flag,'N') <> 'Y'

Above query returns rows.

As per above note, need to resolve interfacing issue. I would like know how to resolve interfacing issue. Please suggest.

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