DBA Data[Home] [Help]

APPS.PER_PERUSHRM_XMLP_PKG dependencies on FND_CONCURRENT

Line 1655: v_boolean := fnd_concurrent.set_completion_status('WARNING','');

1651: OPEN c_person_id;
1652: FETCH c_person_id INTO v_person_id,v_last_name,v_first_name,v_middle_name,v_ssn,v_dob,v_date_start,v_state;
1653: WHILE c_person_id%FOUND LOOP
1654: if v_header = 0 then
1655: v_boolean := fnd_concurrent.set_completion_status('WARNING','');
1656: fnd_file.put_line(1,'Warning : The New Hire field of the following employees on people form is blank.');
1657: fnd_file.put_line(1,'Warning : Please update the New Hire field.');
1658: fnd_file.put_line(1,' ');
1659: fnd_file.put_line(1,'Last Name First Name MI SSN Hire Date DOB ');