DBA Data[Home] [Help]

APPS.PER_PERUSHRM_XMLP_PKG dependencies on FND_CONCURRENT

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

1659: OPEN c_person_id;
1660: 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;
1661: WHILE c_person_id%FOUND LOOP
1662: if v_header = 0 then
1663: v_boolean := fnd_concurrent.set_completion_status('WARNING','');
1664: fnd_file.put_line(1,'Warning : The New Hire field of the following employees on people form is blank.');
1665: fnd_file.put_line(1,'Warning : Please update the New Hire field.');
1666: fnd_file.put_line(1,' ');
1667: fnd_file.put_line(1,'Last Name First Name MI SSN Hire Date DOB ');