DBA Data[Home] [Help]

APPS.BEN_VPF_BUS dependencies on BEN_UTILITY

Line 4679: ben_utility.child_exists_error(p_table_name => 'BEN_VRBL_RT_PRFL_CRITERIA',

4675: --
4676: -- A referential integrity check was violated therefore
4677: -- we must error
4678: --
4679: ben_utility.child_exists_error(p_table_name => 'BEN_VRBL_RT_PRFL_CRITERIA',
4680: p_parent_table_name => 'BEN_VRBL_RT_PRFL_F',
4681: p_parent_entity_name => p_name);
4682: --
4683: When l_rows_exist Then

Line 4688: ben_utility.child_exists_error(p_table_name => l_table_name,

4684: --
4685: -- A referential integrity check was violated therefore
4686: -- we must error
4687: --
4688: ben_utility.child_exists_error(p_table_name => l_table_name,
4689: p_parent_table_name => 'BEN_VRBL_RT_PRFL_F',
4690: p_parent_entity_name => p_name);
4691: --
4692: When Others Then