DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on DUAL

Line 1466: FROM dual

1462: /* 5513146 - Check for lines in interface table before
1463: executing the INSERT. */
1464: SELECT 1
1465: INTO l_exists
1466: FROM dual
1467: WHERE EXISTS (select 'at least one child'
1468: from RA_INTERFACE_LINES il
1469: where il.request_id = p_request_id
1470: and il.parent_line_id is not null);