DBA Data[Home] [Help]

APPS.PSP_PERIOD_FREQUENCY_API dependencies on FND_MESSAGE

Line 162: fnd_message.set_name('PSP','PSP_DUP_PERIOD_FREQUENCY');

158: p_object_version_number := l_object_version_number;
159: p_api_warning := l_api_warning;
160: exception
161: when dup_data then
162: fnd_message.set_name('PSP','PSP_DUP_PERIOD_FREQUENCY');
163: fnd_message.set_token('PERIODFREQUENCY',p_period_frequency);
164: fnd_message.raise_error;
165: when hr_api.validate_enabled then
166: --

Line 163: fnd_message.set_token('PERIODFREQUENCY',p_period_frequency);

159: p_api_warning := l_api_warning;
160: exception
161: when dup_data then
162: fnd_message.set_name('PSP','PSP_DUP_PERIOD_FREQUENCY');
163: fnd_message.set_token('PERIODFREQUENCY',p_period_frequency);
164: fnd_message.raise_error;
165: when hr_api.validate_enabled then
166: --
167: -- As the Validate_Enabled exception has been raised

Line 164: fnd_message.raise_error;

160: exception
161: when dup_data then
162: fnd_message.set_name('PSP','PSP_DUP_PERIOD_FREQUENCY');
163: fnd_message.set_token('PERIODFREQUENCY',p_period_frequency);
164: fnd_message.raise_error;
165: when hr_api.validate_enabled then
166: --
167: -- As the Validate_Enabled exception has been raised
168: -- we must rollback to the savepoint

Line 405: fnd_message.set_name('PSP','PSP_DUP_PERIOD_FREQUENCY');

401: p_object_version_number := l_object_version_number;
402: hr_utility.set_location(' Leaving:'||l_proc, 70);
403: Exception
404: when dup_data then
405: fnd_message.set_name('PSP','PSP_DUP_PERIOD_FREQUENCY');
406: fnd_message.raise_error;
407: When hr_api.validate_enabled Then
408: --
409: -- As the Validate_Enabled exception has been raised

Line 406: fnd_message.raise_error;

402: hr_utility.set_location(' Leaving:'||l_proc, 70);
403: Exception
404: when dup_data then
405: fnd_message.set_name('PSP','PSP_DUP_PERIOD_FREQUENCY');
406: fnd_message.raise_error;
407: When hr_api.validate_enabled Then
408: --
409: -- As the Validate_Enabled exception has been raised
410: -- we must rollback to the savepoint