DBA Data[Home] [Help]

APPS.BEN_BFT_SHD dependencies on BEN_UTILITY

Line 42: ben_utility.child_exists_error(p_table_name => 'BEN_BENEFIT_ACTIONS');

38: hr_utility.set_message_token('PROCEDURE', l_proc);
39: hr_utility.set_message_token('STEP','5');
40: hr_utility.raise_error;
41: ElsIf (p_constraint_name = 'BEN_BENEFIT_ACTIONS_DT9') then
42: ben_utility.child_exists_error(p_table_name => 'BEN_BENEFIT_ACTIONS');
43: Else
44: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
45: hr_utility.set_message_token('PROCEDURE', l_proc);
46: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);