DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on PA_FORECASTITEM_PVT

Line 2615: PA_FORECASTITEM_PVT.Create_Forecast_Item(

2611: -- assigned time ONLY for this resource
2612: -- pass null to start date and end date
2613: -- this is called only if create_resource is a success
2614: if (l_return_status = 'S' and l_resource_id is not null) then
2615: PA_FORECASTITEM_PVT.Create_Forecast_Item(
2616: p_person_id => l_person_id
2617: ,p_start_date => null
2618: ,p_end_date => null
2619: ,p_process_mode => 'GENERATE_ASGMT'

Line 2672: PA_FORECASTITEM_PVT.Create_Forecast_Item(

2668: -- assigned time ONLY for this resource
2669: -- pass null to start date and end date
2670: -- this is called only if create_resource is a success
2671: if (l_return_status = 'S' and l_resource_id is not null) then
2672: PA_FORECASTITEM_PVT.Create_Forecast_Item(
2673: p_person_id => l_person_id
2674: ,p_start_date => null
2675: ,p_end_date => null
2676: ,p_process_mode => 'GENERATE_ASGMT'

Line 2807: PA_FORECASTITEM_PVT.Create_Forecast_Item(

2803: -- assigned time ONLY for this resource
2804: -- pass null to start date and end date
2805: -- this is called only if create_resource is a success
2806: if (l_return_status = 'S' and l_resource_id is not null) then
2807: PA_FORECASTITEM_PVT.Create_Forecast_Item(
2808: p_person_id => l_person_id
2809: ,p_start_date => null
2810: ,p_end_date => null
2811: ,p_process_mode => 'GENERATE_ASGMT'