DBA Data[Home] [Help]

APPS.PER_PERRPADD_XMLP_PKG dependencies on STANDARD

Line 390: --hr_standard.event('BEFORE REPORT');

386: function BeforeReport return boolean is
387: begin
388: LP_INPUT_START_DATE :=INPUT_START_DATE;
389: LP_INPUT_END_DATE:=INPUT_END_DATE;
390: --hr_standard.event('BEFORE REPORT');
391:
392: return (TRUE);
393: end;
394:

Line 398: --hr_standard.event('AFTER REPORT');

394:
395: function AfterReport return boolean is
396: begin
397:
398: --hr_standard.event('AFTER REPORT');
399:
400: return (TRUE);
401: end;
402:

Line 408: 'This is a warning message that the employee''s address will be truncated to fit the layout standards.');

404: begin
405: if additional_verification = 'MMREF' then
406: return (
407: 'Employees with an error "The address does not comply with MMREF-1 address length stndards and will be truncated" will not cause the file to be rejected by the SSA.' ||
408: 'This is a warning message that the employee''s address will be truncated to fit the layout standards.');
409: else
410: return(' ');
411: end if;
412: