DBA Data[Home] [Help]

APPS.XDP_NOTIFICATIONS dependencies on XDP_ORDER_LINE_ITEMS

Line 352: xdp_order_line_items olm

348: p_action_code,
349: p_service_version
350: from
351: XDP_FULFILL_WORKLIST fwt,
352: xdp_order_line_items olm
353: where
354: fwt.workitem_instance_id = p_workitem_instance_id and
355: fwt.line_item_id = olm.line_item_id;
356: