DBA Data[Home] [Help]

APPS.PER_US_VETS_100A_LIST_PKG dependencies on WRITE_AUDIT

Line 412: write_audit.put(l_buffer);

408: per.job_category || g_delimiter ||
409: per.assignment_id || g_delimiter ||
410: l_Est_Rep_Name ||
411: g_eol;
412: write_audit.put(l_buffer);
413: end loop;
414: end if;
415:
416: for per in c_nonreported

Line 467: write_audit.open('PERUSVEL_100A');

463: write_to_concurrent_out(l_xml_string);
464: l_xml_string :='';
465:
466: if P_AUDIT_REPORT = 'Y' then
467: write_audit.open('PERUSVEL_100A');
468:
469: l_buffer := 'Person Id' || g_delimiter ||
470: 'Last Name' || g_delimiter ||
471: 'First Name' || g_delimiter ||

Line 480: write_audit.put(l_buffer);

476: 'Assignment Id' || g_delimiter ||
477: 'Reporting Name' ||
478: g_eol;
479:
480: write_audit.put(l_buffer);
481: end if;
482:
483: write_to_concurrent_log('Please find the Employee details who are not counted under Recently Seperated Veteran Category.Please Correct them');
484:

Line 543: write_audit.close;

539: write_to_concurrent_out(l_xml_string);
540: l_xml_string :='';
541:
542: if P_AUDIT_REPORT = 'Y' then
543: write_audit.close;
544: end if;
545:
546: End GET_VETS100A_DATA;
547: