DBA Data[Home] [Help]

APPS.GMI_MO_PURGE dependencies on OE_ORDER_LINES_ALL

Line 27: from oe_order_lines_all lines

23:
24:
25: Cursor Closed_order_lines IS
26: select line_id, flow_status_code, open_flag, cancelled_flag
27: from oe_order_lines_all lines
28: where lines.flow_status_code in('CLOSED','CANCELLED')
29: and ship_from_org_id=p_organization_id
30: and trunc(lines.creation_date) between l_date_from and l_date_to;
31: