DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on HR_APPROVAL_SS

Line 1752: hr_approval_ss.reinitperformerroles(p_notification_id=>null

1748: -- fix for bug 4454439
1749: begin
1750:
1751: -- re-intialize the performer roles
1752: hr_approval_ss.reinitperformerroles(p_notification_id=>null
1753: ,p_transaction_id=>null
1754: ,p_item_type=>itemtype
1755: ,p_item_key=>itemKey);
1756: exception

Line 2395: ntfId := hr_approval_ss.getApproverNtfId(p_txn_id);

2391: return varchar2
2392: is
2393: ntfId number;
2394: begin
2395: ntfId := hr_approval_ss.getApproverNtfId(p_txn_id);
2396: if (pqh_ss_workflow.is_notification_closed(ntfId) = 'Y') then
2397: return '';
2398: end if;
2399: return Authenticate(p_username,ntfId,null);