DBA Data[Home] [Help]

APPS.HR_APPROVAL_WF dependencies on HR_WORKFLOW_SERVICE

Line 1883: hr_workflow_service.create_hr_directory_services

1879: -- workflow is RUNing this procedure
1880: --
1881: -- Set the current_person_id to the creator_person_id
1882: --
1883: hr_workflow_service.create_hr_directory_services
1884: (p_item_type => itemtype
1885: ,p_item_key => itemkey
1886: ,p_service_name => 'TRAINING_ADMIN'
1887: ,p_service_person_id => hr_offer_custom.set_training_admin_person);

Line 1917: hr_workflow_service.create_hr_directory_services

1913: -- workflow is RUNing this procedure
1914: --
1915: -- Set the current_person_id to the creator_person_id
1916: --
1917: hr_workflow_service.create_hr_directory_services
1918: (p_item_type => itemtype
1919: ,p_item_key => itemkey
1920: ,p_service_name => 'SUPERVISOR'
1921: ,p_service_person_id => hr_offer_custom.set_supervisor_id