DBA Data[Home] [Help]

APPS.PQH_SS_WORKFLOW dependencies on HR_APPROVAL_SS

Line 655: hr_approval_ss.reinitperformerroles(p_notification_id=>null

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

Line 2127: hr_approval_ss.reinitperformerroles(p_notification_id=>null

2123:
2124: -- fix for bug 4454439
2125: begin
2126: -- re-intialize the performer roles
2127: hr_approval_ss.reinitperformerroles(p_notification_id=>null
2128: ,p_transaction_id=>null
2129: ,p_item_type=>p_itemType
2130: ,p_item_key=>p_itemKey);
2131: exception

Line 2145: hr_approval_ss.reinitperformerroles(p_notification_id=>null

2141:
2142: -- fix for bug 4454439
2143: begin
2144: -- re-intialize the performer roles
2145: hr_approval_ss.reinitperformerroles(p_notification_id=>null
2146: ,p_transaction_id=>null
2147: ,p_item_type=>l_itemType
2148: ,p_item_key=>l_itemKey);
2149: exception

Line 3950: hr_approval_ss.checktransactionstate(wf_engine.getitemattrnumber

3946: hr_multi_message.add( p_message_type => hr_multi_message.G_INFORMATION_MSG);
3947: l_errors := 'Y';
3948: END IF;
3949:
3950: hr_approval_ss.checktransactionstate(wf_engine.getitemattrnumber
3951: (itemtype => p_itemType
3952: ,itemkey => p_itemKey
3953: ,aname => 'TRANSACTION_ID'));
3954: