DBA Data[Home] [Help]

APPS.GHR_PDI_API dependencies on GHR_WF_PD_PKG

Line 1442: ghr_wf_pd_pkg.StartPDprocess

1438: l_forward_to_name := l_user_name_1;
1439: end if;
1440: hr_utility.set_location('l_forward_to_name is '||l_forward_to_name, 5);
1441: if p_action_taken in ('REOPENED','INITIATED') or (l_reclass_direct_flag = 'Y' and p_action_taken = 'RECLASSIFIED' ) then
1442: ghr_wf_pd_pkg.StartPDprocess
1443: (p_position_description_id => p_position_description_id,
1444: p_item_key => l_item_key_1,
1445: p_forward_to_name => l_forward_to_name
1446: );

Line 1448: ghr_wf_pd_pkg.StartPDprocess

1444: p_item_key => l_item_key_1,
1445: p_forward_to_name => l_forward_to_name
1446: );
1447: elsif p_action_taken in ('CLASSIFIED') and l_cnt_history = 1 then
1448: ghr_wf_pd_pkg.StartPDprocess
1449: (p_position_description_id => p_position_description_id,
1450: p_item_key => l_item_key_1,
1451: p_forward_to_name => l_forward_to_name
1452: );

Line 1454: ghr_wf_pd_pkg.StartPDprocess

1450: p_item_key => l_item_key_1,
1451: p_forward_to_name => l_forward_to_name
1452: );
1453: elsif p_action_taken in ('REQUESTED','AUTHORIZED') and l_cnt_history = 2 then
1454: ghr_wf_pd_pkg.StartPDprocess
1455: (p_position_description_id => p_position_description_id,
1456: p_item_key => l_item_key_1,
1457: p_forward_to_name => l_forward_to_name
1458: );

Line 1460: ghr_wf_pd_pkg.CompleteBlockingOfPD(

1456: p_item_key => l_item_key_1,
1457: p_forward_to_name => l_forward_to_name
1458: );
1459: else
1460: ghr_wf_pd_pkg.CompleteBlockingOfPD(
1461: p_position_description_id => p_position_description_id );
1462: end if;
1463: end call_workflow;
1464: end ghr_pdi_api;