DBA Data[Home] [Help]

APPS.PA_HR_UPDATE_PA_ENTITIES dependencies on PA_FORECASTITEM_PVT

Line 2456: PA_FORECASTITEM_PVT.Create_Forecast_Item(

2452: -- assigned time ONLY for this resource
2453: -- pass null to start date and end date
2454: -- this is called only if create_resource is a success
2455: if (l_return_status = 'S' and l_resource_id is not null) then
2456: PA_FORECASTITEM_PVT.Create_Forecast_Item(
2457: p_person_id => l_person_id
2458: ,p_start_date => null
2459: ,p_end_date => null
2460: ,p_process_mode => 'GENERATE_ASGMT'

Line 2508: PA_FORECASTITEM_PVT.Create_Forecast_Item(

2504: -- assigned time ONLY for this resource
2505: -- pass null to start date and end date
2506: -- this is called only if create_resource is a success
2507: if (l_return_status = 'S' and l_resource_id is not null) then
2508: PA_FORECASTITEM_PVT.Create_Forecast_Item(
2509: p_person_id => l_person_id
2510: ,p_start_date => null
2511: ,p_end_date => null
2512: ,p_process_mode => 'GENERATE_ASGMT'

Line 2637: PA_FORECASTITEM_PVT.Create_Forecast_Item(

2633: -- assigned time ONLY for this resource
2634: -- pass null to start date and end date
2635: -- this is called only if create_resource is a success
2636: if (l_return_status = 'S' and l_resource_id is not null) then
2637: PA_FORECASTITEM_PVT.Create_Forecast_Item(
2638: p_person_id => l_person_id
2639: ,p_start_date => null
2640: ,p_end_date => null
2641: ,p_process_mode => 'GENERATE_ASGMT'