DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_FUNCTIONS dependencies on FND_MESSAGE

Line 1477: fnd_message.set_name('PQP',l_error_message);

1473:
1474: --if an error occured while fetching the valid start date
1475: IF(l_error_status = trim(to_char(1,'9'))) THEN
1476: hr_utility.set_location('Error occured while fetching valid start date',50);
1477: fnd_message.set_name('PQP',l_error_message);
1478: p_err_message :='Error : '|| fnd_message.get();
1479: p_salary_balance_value :=0;
1480: RETURN 1;
1481: ELSE

Line 1478: p_err_message :='Error : '|| fnd_message.get();

1474: --if an error occured while fetching the valid start date
1475: IF(l_error_status = trim(to_char(1,'9'))) THEN
1476: hr_utility.set_location('Error occured while fetching valid start date',50);
1477: fnd_message.set_name('PQP',l_error_message);
1478: p_err_message :='Error : '|| fnd_message.get();
1479: p_salary_balance_value :=0;
1480: RETURN 1;
1481: ELSE
1482: hr_utility.set_location('Valid start date fetched : '||l_effective_date,50);