DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on HR_APPROVAL_SS

Line 652: hr_approval_ss.reinitperformerroles(p_notification_id=>null

648:
649: -- fix for bug 4454439
650: begin
651: -- re-intialize the performer roles
652: hr_approval_ss.reinitperformerroles(p_notification_id=>null
653: ,p_transaction_id=>null
654: ,p_item_type=>itemtype
655: ,p_item_key=>itemKey);
656: exception

Line 2104: hr_approval_ss.reinitperformerroles(p_notification_id=>null

2100:
2101: -- fix for bug 4454439
2102: begin
2103: -- re-intialize the performer roles
2104: hr_approval_ss.reinitperformerroles(p_notification_id=>null
2105: ,p_transaction_id=>null
2106: ,p_item_type=>p_itemType
2107: ,p_item_key=>p_itemKey);
2108: exception

Line 2122: hr_approval_ss.reinitperformerroles(p_notification_id=>null

2118:
2119: -- fix for bug 4454439
2120: begin
2121: -- re-intialize the performer roles
2122: hr_approval_ss.reinitperformerroles(p_notification_id=>null
2123: ,p_transaction_id=>null
2124: ,p_item_type=>l_itemType
2125: ,p_item_key=>l_itemKey);
2126: exception

Line 3879: hr_approval_ss.checktransactionstate(wf_engine.getitemattrnumber

3875: hr_multi_message.add( p_message_type => hr_multi_message.G_INFORMATION_MSG);
3876: l_errors := 'Y';
3877: END IF;
3878:
3879: hr_approval_ss.checktransactionstate(wf_engine.getitemattrnumber
3880: (itemtype => p_itemType
3881: ,itemkey => p_itemKey
3882: ,aname => 'TRANSACTION_ID'));
3883: