DBA Data[Home] [Help]

APPS.MSD_SR_UTIL dependencies on OE_ORDER_HOLDS_ALL

Line 987: from oe_order_holds_all

983: l_on_hold VARCHAR2(1) := 'N';
984:
985: Cursor on_hold_flag IS
986: select decode(min(nvl(released_flag,'Y')),'N','Y','N')
987: from oe_order_holds_all
988: where header_id = p_header_id
989: AND nvl(line_id,p_line_id) = p_line_id
990: group by header_id,nvl(line_id,p_line_id);
991: