DBA Data[Home] [Help]

APPS.HR_WORKFLOW_INSTALL_PKG dependencies on HR_UTILITY

Line 267: hr_utility.trace(l_first_row);

263: || l_taskflow_details(l_counter).button_label_1;
264: --
265: -- Bug#885806
266: -- dbms_output.put_line(l_first_row);
267: hr_utility.trace(l_first_row);
268: --
269: IF l_taskflow_details(l_counter).second_row_usage = 'USED' THEN
270: l_second_row := l_taskflow_details(l_counter).workflow_name_2
271: || l_taskflow_details(l_counter).from_form_name_2

Line 279: hr_utility.trace(l_second_row);

275: || l_taskflow_details(l_counter).sequence_2
276: || l_taskflow_details(l_counter).button_label_2;
277: -- Bug#885806
278: -- dbms_output.put_line(l_second_row);
279: hr_utility.trace(l_second_row);
280: END IF;
281: END LOOP;
282: ELSE
283: -- Bug#885806

Line 285: hr_utility.trace('No Taskflow details to print');

281: END LOOP;
282: ELSE
283: -- Bug#885806
284: -- dbms_output.put_line('No Taskflow details to print');
285: hr_utility.trace('No Taskflow details to print');
286: END IF;
287: --
288: END taskflow_report;
289: --

Line 296: hr_utility.trace( p_msg ) ;

292: begin
293:
294: -- Bug#885806
295: -- dbms_output.put_line( p_msg ) ;
296: hr_utility.trace( p_msg ) ;
297:
298: end log_message ;
299:
300: -- Returns the name of the given workflow if it exists otherwise