DBA Data[Home] [Help]

APPS.PER_VGR_BUS dependencies on FND_MESSAGE

Line 1043: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');

1039: --
1040: -- The primary key is invalid therefore we must error
1041: --
1042: close csr_leg_code;
1043: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
1044: fnd_message.raise_error;
1045: end if;
1046: --
1047: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 1044: fnd_message.raise_error;

1040: -- The primary key is invalid therefore we must error
1041: --
1042: close csr_leg_code;
1043: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
1044: fnd_message.raise_error;
1045: end if;
1046: --
1047: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1048: --