DBA Data[Home] [Help]

APPS.HR_WORKFLOW_SS dependencies on HR_APPROVAL_SS

Line 1794: hr_approval_ss.reinitperformerroles(p_notification_id=>null

1790: -- fix for bug 4454439
1791: begin
1792:
1793: -- re-intialize the performer roles
1794: hr_approval_ss.reinitperformerroles(p_notification_id=>null
1795: ,p_transaction_id=>null
1796: ,p_item_type=>itemtype
1797: ,p_item_key=>itemKey);
1798: exception

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

2459: return varchar2
2460: is
2461: ntfId number;
2462: begin
2463: ntfId := hr_approval_ss.getApproverNtfId(p_txn_id);
2464: if (pqh_ss_workflow.is_notification_closed(ntfId) = 'Y') then
2465: return '';
2466: end if;
2467: return Authenticate(p_username,ntfId,null);