DBA Data[Home] [Help]

APPS.OE_PUR_CONC_REQUESTS dependencies on DUAL

Line 103: FROM DUAL;

99: SELECT fnd_date.canonical_to_date(p_request_date_low),
100: fnd_date.canonical_to_date(p_request_date_high)
101: INTO l_request_date_low,
102: l_request_date_high
103: FROM DUAL;
104:
105: --MOAC start
106: /* l_sql_stmt := ' SELECT SL.LINE_ID, SL.ORG_ID '||
107: ' FROM MTL_SYSTEM_ITEMS MSI, OE_ORDER_LINES SL, OE_ORDER_HEADERS_ALL SH '||