DBA Data[Home] [Help]

APPS.BEN_BNR_SHD dependencies on BEN_UTILITY

Line 47: ben_utility.child_exists_error(p_table_name => 'BEN_PL_REGN_F');

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_PL_REGN_FK2') Then
47: ben_utility.child_exists_error(p_table_name => 'BEN_PL_REGN_F');
48: ElsIf (p_constraint_name = 'BEN_POPL_RPTG_GRP_FK1') Then
49: ben_utility.child_exists_error(p_table_name => 'BEN_POPL_RPTG_GRP_F');
50: ElsIf (p_constraint_name = 'BEN_PL_REGY_BOD_FK1') Then
51: ben_utility.child_exists_error(p_table_name => 'BEN_PL_REGY_BOD_F');

Line 49: ben_utility.child_exists_error(p_table_name => 'BEN_POPL_RPTG_GRP_F');

45: fnd_message.raise_error;
46: ElsIf (p_constraint_name = 'BEN_PL_REGN_FK2') Then
47: ben_utility.child_exists_error(p_table_name => 'BEN_PL_REGN_F');
48: ElsIf (p_constraint_name = 'BEN_POPL_RPTG_GRP_FK1') Then
49: ben_utility.child_exists_error(p_table_name => 'BEN_POPL_RPTG_GRP_F');
50: ElsIf (p_constraint_name = 'BEN_PL_REGY_BOD_FK1') Then
51: ben_utility.child_exists_error(p_table_name => 'BEN_PL_REGY_BOD_F');
52: Else
53: fnd_message.set_name('PAY', 'HR_7877_API_INVALID_CONSTRAINT');

Line 51: ben_utility.child_exists_error(p_table_name => 'BEN_PL_REGY_BOD_F');

47: ben_utility.child_exists_error(p_table_name => 'BEN_PL_REGN_F');
48: ElsIf (p_constraint_name = 'BEN_POPL_RPTG_GRP_FK1') Then
49: ben_utility.child_exists_error(p_table_name => 'BEN_POPL_RPTG_GRP_F');
50: ElsIf (p_constraint_name = 'BEN_PL_REGY_BOD_FK1') Then
51: ben_utility.child_exists_error(p_table_name => 'BEN_PL_REGY_BOD_F');
52: Else
53: fnd_message.set_name('PAY', 'HR_7877_API_INVALID_CONSTRAINT');
54: fnd_message.set_token('PROCEDURE', l_proc);
55: fnd_message.set_token('CONSTRAINT_NAME', p_constraint_name);