DBA Data[Home] [Help]

APPS.PQP_NL_PGGM_FUNCTIONS dependencies on FND_MESSAGE

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

1319:
1320: --if an error occured while fetching the valid start date
1321: IF(l_error_status = trim(to_char(1,'9'))) THEN
1322: hr_utility.set_location('Error occured while fetching valid start date',50);
1323: fnd_message.set_name('PQP',l_error_message);
1324: p_err_message :='Error : '|| fnd_message.get();
1325: p_salary_balance_value :=0;
1326: RETURN 1;
1327: ELSE

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

1320: --if an error occured while fetching the valid start date
1321: IF(l_error_status = trim(to_char(1,'9'))) THEN
1322: hr_utility.set_location('Error occured while fetching valid start date',50);
1323: fnd_message.set_name('PQP',l_error_message);
1324: p_err_message :='Error : '|| fnd_message.get();
1325: p_salary_balance_value :=0;
1326: RETURN 1;
1327: ELSE
1328: hr_utility.set_location('Valid start date fetched : '||l_effective_date,50);