DBA Data[Home] [Help]

APPS.ENI_DBI_RVT_PKG dependencies on STANDARD

Line 145: -- The standard is that trend reports are only sortable by time ...

141: AND fact.return_reason IN (&ORDER_ITEM_RETURN_REASON+ORDER_ITEM_RETURN_REASON)';
142: END IF;
143: END IF;
144:
145: -- The standard is that trend reports are only sortable by time ...
146: l_order_by := 'ORDER BY t.'
147: || CASE
148: WHEN ( instr( l_order_by, 'DESC' ) <> 0 ) THEN 'start_date DESC'
149: ELSE 'start_date ASC'