DBA Data[Home] [Help]

APPS.BEN_ABR_SHD dependencies on BEN_UTILITY

Line 47: ben_utility.child_exists_error(p_table_name =>

43: fnd_message.set_token('PROCEDURE', l_proc);
44: fnd_message.set_token('STEP','10');
45: fnd_message.raise_error;
46: ElsIf (p_constraint_name = 'BEN_ENRT_RT_DT1') Then
47: ben_utility.child_exists_error(p_table_name =>
48: 'BEN_ENRT_RT');
49: ElsIf (p_constraint_name = 'BEN_PRTT_RT_VAL_DT5') Then
50: ben_utility.child_exists_error(p_table_name =>
51: 'BEN_PRTT_RT_VAL');

Line 50: ben_utility.child_exists_error(p_table_name =>

46: ElsIf (p_constraint_name = 'BEN_ENRT_RT_DT1') Then
47: ben_utility.child_exists_error(p_table_name =>
48: 'BEN_ENRT_RT');
49: ElsIf (p_constraint_name = 'BEN_PRTT_RT_VAL_DT5') Then
50: ben_utility.child_exists_error(p_table_name =>
51: 'BEN_PRTT_RT_VAL');
52:
53: ElsIf (p_constraint_name = 'BEN_OIPL_PK') Then
54: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');