DBA Data[Home] [Help]

APPS.XDP_INSTALL_BASE dependencies on XDP_FULFILL_WORKLIST

Line 26: xdp_fulfill_worklist b,

22: ,c.txn_attrib_detail_id
23: ,c.attrib_source_table
24: ,c.attrib_source_id
25: from xdp_order_line_items a,
26: xdp_fulfill_worklist b,
27: xdp_worklist_details c
28: where a.line_item_id = b.line_item_id and
29: b.workitem_instance_id = c.workitem_instance_id and
30: a.order_id = p_order_id and