DBA Data[Home] [Help]

APPS.HR_WPM_MASS_APR_PUSH dependencies on HR_APPRAISALS_API

Line 1145: hr_appraisals_api.create_appraisal(

1141: RETURN;
1142: END IF;
1143:
1144: IF g_dbg THEN op(' Eff Date : ' || p_effective_date, g_DEBUG_LOG); END IF;
1145: hr_appraisals_api.create_appraisal(
1146: p_validate => false,
1147: p_open => null, -- Its mandatory to pass null, as the defult is 'Y'.
1148: p_effective_date => p_effective_date,
1149: p_business_group_id => l_assignment_info.business_group_id,