DBA Data[Home] [Help]

APPS.PA_PROJECT_CHECK_PVT dependencies on PA_PROJECT_PARTIES_UTILS

Line 3694: PA_PROJECT_PARTIES_UTILS.validate_manager_date_range( p_mode => 'AMG'

3690:
3691: BEGIN
3692: p_return_status := FND_API.G_RET_STS_SUCCESS;
3693: --dbms_output.put_line('is this called');
3694: PA_PROJECT_PARTIES_UTILS.validate_manager_date_range( p_mode => 'AMG'
3695: ,p_project_id => p_project_id
3696: ,x_start_no_mgr_date => l_start_no_mgr_date
3697: ,x_end_no_mgr_date => l_end_no_mgr_date
3698: ,x_error_occured => l_error_occured);