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 1406: hr_utility.trace('Fetching transaction id :');

1402: l_originators_name per_all_people_f.full_name%type;
1403: --
1404: Begin
1405: --
1406: hr_utility.trace('Fetching transaction id :');
1407: --
1408: l_transaction_id := wf_notification.getattrnumber(document_id,'HR_TRANSACTION_REF_ID_ATTR');
1409: if l_transaction_id is null then
1410: --

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

1466: l_employee_name per_all_people_f.full_name%type;
1467: --
1468: BEGIN
1469: --
1470: hr_utility.trace('Finding Person name for person_id :' || p_person_id || ':');
1471: --
1472: open csr_full_name;
1473: fetch csr_full_name into l_employee_name;
1474: --

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

1476: l_employee_name := ' ';
1477: end if;
1478: close csr_full_name;
1479: --
1480: hr_utility.trace('Found :' || l_employee_name || ':');
1481: --
1482: return l_employee_name;
1483: --
1484: END getPersonNameFromID;

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

1527: l_applicant_name per_all_people_f.full_name%type;
1528: --
1529: Begin
1530: --
1531: hr_utility.trace('Fetching transaction id :');
1532: --
1533: l_transaction_id := wf_notification.getattrnumber(document_id,'HR_TRANSACTION_REF_ID_ATTR');
1534: if l_transaction_id is null then
1535: --