DBA Data[Home] [Help]

APPS.BEN_BCI_BUS dependencies on FND_MESSAGE

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

68: close csr_leg_code;
69: --
70: -- The primary key is invalid therefore we must error
71: --
72: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
73: fnd_message.raise_error;
74: --
75: end if;
76: --

Line 73: fnd_message.raise_error;

69: --
70: -- The primary key is invalid therefore we must error
71: --
72: fnd_message.set_name('PAY','HR_7220_INVALID_PRIMARY_KEY');
73: fnd_message.raise_error;
74: --
75: end if;
76: --
77: close csr_leg_code;