Order Management - EBS (MOSC)

MOSC Banner

Return Multiple Rows In Message Text

edited Jul 21, 2013 7:53PM in Order Management - EBS (MOSC) 3 commentsAnswered
Hello. I have a problem in form personalization.
I wanna return multiple rows in message text.
Below is my code :
='Order Number ' || (select  distinct
    oha.order_number
from
    oe_order_headers_all oha,
    oe_order_lines_all oln,
    oe_transaction_types_all ota,
    wsh_delivery_details wdd,
    wsh_new_deliveries wnd,
    wsh_delivery_assignments_v wda
where
    oha.header_id = oln.header_id
    and oha.order_type_id = ota.transaction_type_id
    and wdd.source_header_id = oha.header_id
    and wdd.source_line_id = oln.line_id
    and wdd.delivery_detail_id = wda.delivery_detail_id 
    and wda.delivery_id = wnd.delivery_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