DBA Data[Home] [Help]

APPS.PQH_BDGT_REALLOC_UTILITY dependencies on FND_MESSAGE

Line 839: fnd_message.set_name(8302,'PQH_CBR_FAILED_ERROR');

835: hr_utility.set_location('folder approved '||l_proc,26);
836: ELSIF l_status = 'E' THEN
837: hr_utility.set_location('error encountered '||l_proc,28);
838: l_return := 'FAILURE';
839: fnd_message.set_name(8302,'PQH_CBR_FAILED_ERROR');
840: fnd_message.raise_error;
841: END IF;
842: -- Addd by KGOWRIPE for fixing bug# 2896852
843: IF NVL(l_status,'S') = 'W' THEN

Line 840: fnd_message.raise_error;

836: ELSIF l_status = 'E' THEN
837: hr_utility.set_location('error encountered '||l_proc,28);
838: l_return := 'FAILURE';
839: fnd_message.set_name(8302,'PQH_CBR_FAILED_ERROR');
840: fnd_message.raise_error;
841: END IF;
842: -- Addd by KGOWRIPE for fixing bug# 2896852
843: IF NVL(l_status,'S') = 'W' THEN
844: l_return := 'WARNING';

Line 1226: fnd_message.set_name(8302,'PQH_BPR_PROCESS_LOG_ERROR');

1222: P_APPLY_ERROR_MESG => l_apply_error_mesg,
1223: P_APPLY_ERROR_NUM => l_apply_error_num);
1224: If (l_apply_error_num <> 0) then
1225: hr_utility.set_location('error encountered '||l_proc,40);
1226: fnd_message.set_name(8302,'PQH_BPR_PROCESS_LOG_ERROR');
1227: fnd_message.raise_error;
1228: End if;
1229:
1230: End loop;

Line 1227: fnd_message.raise_error;

1223: P_APPLY_ERROR_NUM => l_apply_error_num);
1224: If (l_apply_error_num <> 0) then
1225: hr_utility.set_location('error encountered '||l_proc,40);
1226: fnd_message.set_name(8302,'PQH_BPR_PROCESS_LOG_ERROR');
1227: fnd_message.raise_error;
1228: End if;
1229:
1230: End loop;
1231: Close csr_bgt_manager_rls;