DBA Data[Home] [Help]

APPS.PA_PROJECT_CHECK_PVT dependencies on PA_PROJECT_PARTIES_UTILS

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

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