DBA Data[Home] [Help]

APPS.BEN_PRV_SHD dependencies on BEN_UTILITY

Line 42: ben_utility.child_exists_error(p_table_name =>

38: fnd_message.set_token('PROCEDURE', l_proc);
39: fnd_message.set_token('STEP','5');
40: fnd_message.raise_error;
41: ElsIf (p_constraint_name = 'BEN_PRTT_RT_VAL_FK3') Then
42: ben_utility.child_exists_error(p_table_name =>
43: 'BEN_PER_IN_LER');
44: fnd_message.raise_error;
45: ElsIf (p_constraint_name = 'BEN_PRTT_RT_VAL_FK4') Then
46: ben_utility.child_exists_error(p_table_name =>

Line 46: ben_utility.child_exists_error(p_table_name =>

42: ben_utility.child_exists_error(p_table_name =>
43: 'BEN_PER_IN_LER');
44: fnd_message.raise_error;
45: ElsIf (p_constraint_name = 'BEN_PRTT_RT_VAL_FK4') Then
46: ben_utility.child_exists_error(p_table_name =>
47: 'BEN_PER_IN_LER');
48: fnd_message.raise_error;
49: ElsIf (p_constraint_name = 'BEN_PRTT_RT_VAL_PK') Then
50: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');