DBA Data[Home] [Help]

APPS.PER_ASG_UPD dependencies on HR_MULTI_MESSAGE

Line 2006: hr_multi_message.end_validation_set;

2002: p_org_now_no_manager_warning => p_org_now_no_manager_warning,
2003: p_inv_pos_grade_warning => l_inv_pos_grade_warning);
2004: --
2005: -- Call to raise any errors on multi-message list
2006: hr_multi_message.end_validation_set;
2007: --
2008: -- Call the supporting pre-update operation
2009:
2010: --

Line 2065: hr_multi_message.end_validation_set;

2061: p_no_managers_warning => l_no_managers_warning,
2062: p_org_now_no_manager_warning => l_org_now_no_manager_warning);
2063: --
2064: -- Call to raise any errors on multi-message list
2065: hr_multi_message.end_validation_set;
2066: --
2067: -- Set validation start and end dates
2068: --
2069: p_validation_start_date := l_validation_start_date;