DBA Data[Home] [Help]

APPS.BEN_ASSIGNMENT_API dependencies on FND_MESSAGE

Line 1598: fnd_message.set_name('BEN','BEN_92409_ASG_NOT_FOUND');

1594: and p_effective_date between asg.effective_start_date
1595: and asg.effective_end_date;
1596: exception
1597: when no_data_found then
1598: fnd_message.set_name('BEN','BEN_92409_ASG_NOT_FOUND');
1599: fnd_message.set_token('PROC',l_proc);
1600: fnd_message.raise_error;
1601: end;
1602: --- check for whether the Business group allows

Line 1599: fnd_message.set_token('PROC',l_proc);

1595: and asg.effective_end_date;
1596: exception
1597: when no_data_found then
1598: fnd_message.set_name('BEN','BEN_92409_ASG_NOT_FOUND');
1599: fnd_message.set_token('PROC',l_proc);
1600: fnd_message.raise_error;
1601: end;
1602: --- check for whether the Business group allows
1603: --- creation of benefits assignments

Line 1600: fnd_message.raise_error;

1596: exception
1597: when no_data_found then
1598: fnd_message.set_name('BEN','BEN_92409_ASG_NOT_FOUND');
1599: fnd_message.set_token('PROC',l_proc);
1600: fnd_message.raise_error;
1601: end;
1602: --- check for whether the Business group allows
1603: --- creation of benefits assignments
1604: ---