DBA Data[Home] [Help]

APPS.AP_WEB_AUDIT_LIST_VAL_PVT dependencies on AP_AUD_AUTO_AUDITS

Line 431: FROM ap_aud_auto_audits

427: | Cursor to find existing open ended record. |
428: *============================================*/
429: CURSOR open_cur IS
430: SELECT auto_audit_id
431: FROM ap_aud_auto_audits
432: WHERE employee_id = p_emp_rec.person_id
433: AND audit_reason_code = p_audit_rec.audit_reason_code
434: AND end_date is NULL;
435: