DBA Data[Home] [Help]

APPS.PER_VGR_BUS dependencies on FND_MESSAGE

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

1056: --
1057: -- The primary key is invalid therefore we must error
1058: --
1059: close csr_leg_code;
1060: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
1061: fnd_message.raise_error;
1062: end if;
1063: --
1064: hr_utility.set_location(' Leaving:'|| l_proc, 30);

Line 1061: fnd_message.raise_error;

1057: -- The primary key is invalid therefore we must error
1058: --
1059: close csr_leg_code;
1060: fnd_message.set_name('PAY', 'HR_7220_INVALID_PRIMARY_KEY');
1061: fnd_message.raise_error;
1062: end if;
1063: --
1064: hr_utility.set_location(' Leaving:'|| l_proc, 30);
1065: --