DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on OE_ORDER_HOLDS_ALL

Line 919: from oe_order_holds_all

915: l_on_hold VARCHAR2(1) := 'N';
916:
917: Cursor on_hold_flag IS
918: select decode(min(nvl(released_flag,'Y')),'N','Y','N')
919: from oe_order_holds_all
920: where header_id = p_header_id
921: AND nvl(line_id,p_line_id) = p_line_id
922: group by header_id,nvl(line_id,p_line_id);
923: