DBA Data[Home] [Help]

APPS.AP_WEB_DB_EXPRPT_PKG dependencies on DUAL

Line 360: FROM sys.dual;

356: l_debug_info := 'Getting the next report header id';
357:
358: SELECT ap_expense_report_headers_s.nextval
359: INTO p_new_report_id
360: FROM sys.dual;
361:
362: return TRUE;
363:
364: EXCEPTION

Line 382: FROM dual;

378: l_debug_info := 'Getting the next report header id';
379:
380: SELECT ap_expense_report_headers_s.nextval
381: INTO p_new_report_id
382: FROM dual;
383:
384: return TRUE;
385:
386: EXCEPTION