DBA Data[Home] [Help]

APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on DUAL

Line 1394: FROM dual

1390: /* 5513146 - Check for lines in interface table before
1391: executing the INSERT. */
1392: SELECT 1
1393: INTO l_exists
1394: FROM dual
1395: WHERE EXISTS (select 'at least one child'
1396: from RA_INTERFACE_LINES il
1397: where il.request_id = p_request_id
1398: and il.parent_line_id is not null);