DBA Data[Home] [Help]

APPS.BEN_ASG_BUDGET_VALUES dependencies on FND_MESSAGE

Line 138: fnd_message.set_name('PER','HR_6645_ASS_COST_DUPL');

134: ,p_end_date => l_parent_effective_end_date);
135: -- if the session date is greater than the parent assignment end date then raise an error
136: -- as a record can not be inserted after the end of the parent assignment.
137: if p_effective_date > l_parent_effective_end_date then
138: fnd_message.set_name('PER','HR_6645_ASS_COST_DUPL');
139: fnd_message.raise_error;
140: end if;
141:
142: -- check if the records exist with an effective start date later than effective date

Line 139: fnd_message.raise_error;

135: -- if the session date is greater than the parent assignment end date then raise an error
136: -- as a record can not be inserted after the end of the parent assignment.
137: if p_effective_date > l_parent_effective_end_date then
138: fnd_message.set_name('PER','HR_6645_ASS_COST_DUPL');
139: fnd_message.raise_error;
140: end if;
141:
142: -- check if the records exist with an effective start date later than effective date
143: