DBA Data[Home] [Help]

APPS.PAY_HK_IR56_REPORT dependencies on HR_NONRUN_ASACT

Line 205: hr_utility.set_location('Before calling hr_nonrun_asact.insact',4);

201: p_start_person_id,
202: p_end_person_id)
203: loop
204:
205: hr_utility.set_location('Before calling hr_nonrun_asact.insact',4);
206:
207: l_x_hk_archive_message :=
208: pay_hk_ir56_report.get_archive_value('X_HK_ARCHIVE_MESSAGE',
209: process_rec.assignment_action_id);

Line 224: hr_nonrun_asact.insact(v_next_action_id,

220: -- until the report has run (create in the after report trigger) because the
221: -- report also needs to update the archive sheet number (through
222: -- ff_archive_api) and it cannot do this if the assignment action is locked.
223:
224: hr_nonrun_asact.insact(v_next_action_id,
225: process_rec.assignment_id,
226: p_payroll_action_id,
227: p_chunk,
228: null);

Line 231: hr_utility.set_location('After calling hr_nonrun_asact.insint',4);

227: p_chunk,
228: null);
229: end if;
230:
231: hr_utility.set_location('After calling hr_nonrun_asact.insint',4);
232:
233: end loop;
234: elsif l_error = 1 then
235: raise_application_error(-20001, 'Cannot submit FULL IR56B report, Full Run Already Submitted') ;