DBA Data[Home] [Help]

APPS.IRC_APPROVALS dependencies on HR_UTILITY

Line 1326: hr_utility.trace(message);

1322: procedure log (message in varchar2) is
1323: --
1324: BEGIN
1325: --
1326: hr_utility.trace(message);
1327: --
1328: end log;
1329: --
1330: --

Line 1428: hr_utility.trace('Fetching transaction id :');

1424: l_originators_name per_all_people_f.full_name%type;
1425: --
1426: Begin
1427: --
1428: hr_utility.trace('Fetching transaction id :');
1429: --
1430: l_transaction_id := wf_notification.getattrnumber(document_id,'HR_TRANSACTION_REF_ID_ATTR');
1431: if l_transaction_id is null then
1432: --

Line 1484: hr_utility.trace('Finding Person name for person_id :' || p_person_id || ':');

1480: l_employee_name per_all_people_f.full_name%type;
1481: --
1482: BEGIN
1483: --
1484: hr_utility.trace('Finding Person name for person_id :' || p_person_id || ':');
1485: --
1486: open csr_full_name;
1487: fetch csr_full_name into l_employee_name;
1488: --

Line 1494: hr_utility.trace('Found :' || l_employee_name || ':');

1490: l_employee_name := ' ';
1491: end if;
1492: close csr_full_name;
1493: --
1494: hr_utility.trace('Found :' || l_employee_name || ':');
1495: --
1496: return l_employee_name;
1497: --
1498: END getPersonNameFromID;

Line 1545: hr_utility.trace('Fetching transaction id :');

1541: l_applicant_name per_all_people_f.full_name%type;
1542: --
1543: Begin
1544: --
1545: hr_utility.trace('Fetching transaction id :');
1546: --
1547: l_transaction_id := wf_notification.getattrnumber(document_id,'HR_TRANSACTION_REF_ID_ATTR');
1548: if l_transaction_id is null then
1549: --