DBA Data[Home] [Help]

APPS.OTA_ELIG_PROFILE_UTIL dependencies on HR_UTILITY

Line 793: hr_utility.set_location('in multithread',10);

789: end if;
790: end loop;
791: commit;
792: end if;
793: hr_utility.set_location('in multithread',10);
794: end; --1
795: FND_FILE.PUT_LINE(FND_FILE.LOG,l_proc || ' leaving');
796: exception
797: when OTA_NO_PERSON_LG_TO_PROCESS then

Line 1564: hr_utility.set_location('> Fail in ' || p_proc, 999 );

1560: Begin
1561: If (p_rpt_flag ) then
1562: fnd_file.put_line(fnd_file.log,'<<>>');
1563: End if;
1564: hr_utility.set_location('> Fail in ' || p_proc, 999 );
1565: hr_utility.set_location('>> While ' || p_last_actn, 999);
1566: End rpt_error;
1567:
1568: --

Line 1565: hr_utility.set_location('>> While ' || p_last_actn, 999);

1561: If (p_rpt_flag ) then
1562: fnd_file.put_line(fnd_file.log,'<<>>');
1563: End if;
1564: hr_utility.set_location('> Fail in ' || p_proc, 999 );
1565: hr_utility.set_location('>> While ' || p_last_actn, 999);
1566: End rpt_error;
1567:
1568: --
1569: -- ============================================================================

Line 1586: hr_utility.set_location ('Entering '||l_proc,5);

1582: From fnd_concurrent_requests fnd
1583: Where fnd.phase_code <> 'C'
1584: And fnd.request_id = p_request_id;
1585: Begin
1586: hr_utility.set_location ('Entering '||l_proc,5);
1587: If g_num_processes <> 0 then
1588: l_actn := 'Checking Slaves.....';
1589: While l_no_slaves loop
1590: l_no_slaves := false;

Line 1606: hr_utility.set_location ('Leaving '||l_proc,5);

1602: dbms_lock.sleep(5);
1603: End if;
1604: End loop;
1605: End if;
1606: hr_utility.set_location ('Leaving '||l_proc,5);
1607: Exception
1608: when others then
1609: rpt_error(p_proc =>l_proc,p_last_actn=>l_actn,p_rpt_flag=>p_rpt_flag);
1610: raise;