DBA Data[Home] [Help]

APPS.PAY_FR_RUN_TYPES dependencies on HR_UTILITY

Line 174: hr_utility.set_location('Entering ' || l_proc,10);

170:
171:
172:
173: Begin
174: hr_utility.set_location('Entering ' || l_proc,10);
175: Open csr_element_info(p_element_type_id);
176: Fetch csr_element_info into l_element_info;
177: Close csr_element_info;
178:

Line 233: hr_utility.set_location('Creating Run Type Usage for Element'||l_element_info.element_name||' '||l_proc,20);

229: );
230:
231: l_run_type_id := get_run_type_id(l_run_type,'FR');
232:
233: hr_utility.set_location('Creating Run Type Usage for Element'||l_element_info.element_name||' '||l_proc,20);
234:
235: Begin
236:
237: pay_element_type_usage_api.create_element_type_usage(

Line 352: hr_utility.set_location('Creating Usage for Element '||l_element_info.element_name||' '||l_proc,30);

348: );
349:
350: l_run_type_id := get_run_type_id(l_run_type,'FR');
351:
352: hr_utility.set_location('Creating Usage for Element '||l_element_info.element_name||' '||l_proc,30);
353:
354: Begin
355:
356: pay_element_type_usage_api.create_element_type_usage(

Line 474: --hr_utility.trace_on(null ,'PAY_FR_RUN_TYPES');

470: l_underline Varchar2(500);
471:
472:
473: Begin
474: --hr_utility.trace_on(null ,'PAY_FR_RUN_TYPES');
475:
476: If g_called_from IS Null Then
477:
478: g_called_from := 'Concurrent_Program';

Line 512: hr_utility.set_location('Deleting run type usage '||l_proc,10);

508: --1.Delete all existing usages
509:
510: For l_run_type_usage_rec In csr_run_type_usage_all Loop
511:
512: hr_utility.set_location('Deleting run type usage '||l_proc,10);
513:
514: If l_run_type_usage_rec.legislation_code Is Null
515: Then
516: hr_startup_data_api_support.enable_startup_mode('USER');

Line 538: hr_utility.set_location('Creating run type usage For Element '||l_element_rec.element_name||l_proc,20);

534:
535: --2.Create fresh run type usages
536:
537: For l_element_rec In csr_element_all Loop
538: hr_utility.set_location('Creating run type usage For Element '||l_element_rec.element_name||l_proc,20);
539:
540: element_run_types( p_element_type_id => l_element_rec.element_type_id
541: );
542: