DBA Data[Home] [Help]

APPS.ONT_UPG_TAX_UTIL dependencies on OE_ORDER_HEADERS

Line 31: from oe_order_headers h

27: l_msg_data Varchar2(2000);
28:
29: cursor headers is
30: select /* MOAC_SQL_CHANGE */ h.header_id
31: from oe_order_headers h
32: where h.creation_date between
33: trunc(nvl(p_start_date, add_months(sysdate, -10000)))
34: and trunc(nvl(l_end_date, add_months(sysdate, +10000)))
35: and h.upgraded_flag = 'Y'