DBA Data[Home] [Help]

APPS.HR_APPRAISAL_WORKFLOW_SS dependencies on HR_WORKFLOW_SERVICE

Line 223: hr_workflow_service.create_hr_directory_services

219: end if;
220:
221: -- initialize the item attributes
222: -- HR_MAIN_APPRAISER
223: hr_workflow_service.create_hr_directory_services
224: (p_item_type => p_itemtype
225: ,p_item_key => p_itemkey
226: ,p_service_name => 'HR_MAIN_APPRAISER'
227: ,p_service_person_id => l_main_appraiser_id);

Line 230: hr_workflow_service.create_hr_directory_services

226: ,p_service_name => 'HR_MAIN_APPRAISER'
227: ,p_service_person_id => l_main_appraiser_id);
228: -- details for the current person record
229: --CURRENT_PERSON
230: hr_workflow_service.create_hr_directory_services
231: (p_item_type => p_itemtype
232: ,p_item_key => p_itemkey
233: ,p_service_name => 'CURRENT_PERSON'
234: ,p_service_person_id => l_appraisee_person_id);

Line 746: if not hr_workflow_service.item_attribute_exists

742: -- this will be used when the participants notification is sent.
743: -- and to complete the blocked thread.
744: -- HR_APPRAI_PARTCI_BLOCK_ID_ATTR
745:
746: if not hr_workflow_service.item_attribute_exists
747: (p_item_type => itemtype
748: ,p_item_key => itemkey
749: ,p_name => 'HR_COMPETENCE_ENHANCEMENT_SS') then
750: -- the item attribute does not exist so create it

Line 895: hr_workflow_service.create_hr_directory_services

891: end if;
892:
893: -- initialize the item attributes
894: -- HR_MAIN_APPRAISER
895: hr_workflow_service.create_hr_directory_services
896: (p_item_type => p_itemtype
897: ,p_item_key => p_itemkey
898: ,p_service_name => 'HR_MAIN_APPRAISER'
899: ,p_service_person_id => l_main_appraiser_id);

Line 913: hr_workflow_service.create_hr_directory_services

909: wf_engine.setItemOwner(itemtype => p_itemtype
910: ,itemkey => p_itemkey
911: ,owner => l_role_name);
912: --CREATOR_PERSON
913: hr_workflow_service.create_hr_directory_services
914: (p_item_type => p_itemtype
915: ,p_item_key => p_itemkey
916: ,p_service_name => 'CREATOR_PERSON'
917: ,p_service_person_id => l_main_appraiser_id);

Line 1380: if not hr_workflow_service.item_attribute_exists

1376: funcmode => p_funcmode,
1377: resultout=> p_result );
1378:
1379: -- check if item attribute 'HR_APPR_NOTIF_BLOCK_ID_ATTR' already exists
1380: if not hr_workflow_service.item_attribute_exists
1381: (p_item_type => p_itemtype
1382: ,p_item_key => p_itemkey
1383: ,p_name => 'HR_APPR_NOTIF_BLOCK_ID_ATTR') then
1384: -- the item attribute does not exist so create it