DBA Data[Home] [Help]

APPS.OPI_EDW_OPI_OPRN_M_SZ dependencies on DUAL

Line 20: FROM dual

16: AND Greatest( bos.last_update_date, bor.last_update_date,
17: bso.last_update_date) between p_from_date and p_to_date
18: UNION ALL
19: SELECT count(*) cnt
20: FROM dual
21: );
22:
23: BEGIN
24: