DBA Data[Home] [Help]

APPS.XDPCORE_WI dependencies on XDP_ORDER_LINE_ITEMS

Line 2363: xdp_order_line_items

2359: for update;
2360:
2361: cursor c_GetLineState(p_LineItemID number) is
2362: select status_code from
2363: xdp_order_line_items
2364: where line_item_id = p_LineItemID
2365: for update;
2366:
2367: e_NoLinesFoundException exception;