DBA Data[Home] [Help]

APPS.HR_SFLUTIL_SS dependencies on HR_WORKFLOW_SS

Line 338: hr_utility.set_location('Calling hr_workflow_ss.get_item_type_and_key for NtfId:'||document_id, 11);

334: end if;
335:
336: -- get the itemtype and item key for the notification id
337: if g_debug then
338: hr_utility.set_location('Calling hr_workflow_ss.get_item_type_and_key for NtfId:'||document_id, 11);
339: end if;
340: -- get the transaction id corresponding to this SFL notification, HR_SFL_TRANSACTION_REF_ID_ATTR
341: --ln_transaction_id := wf_notification.GetAttrNumber(document_id,'HR_SFL_TRANSACTION_REF_ID_ATTR');
342: ln_transaction_id := wf_notification.GetAttrNumber(document_id,'HR_TRANSACTION_REF_ID_ATTR');

Line 418: lv_ntfSubMsg :=hr_workflow_ss.getprocessdisplayname(lr_hr_api_transaction_rec.item_type,

414: when others then
415: lv_ntfSubMsg := ln_transaction_id;
416: end;
417: else
418: lv_ntfSubMsg :=hr_workflow_ss.getprocessdisplayname(lr_hr_api_transaction_rec.item_type,
419: lr_hr_api_transaction_rec.item_key);
420: end if;
421:
422: l_creator_person_id := lr_hr_api_transaction_rec.CREATOR_PERSON_ID;