DBA Data[Home] [Help]

APPS.BEN_EPN_BUS dependencies on BEN_UTILITY

Line 307: ben_utility.parent_integrity_error(p_table_name => l_table_name);

303: --
304: -- A referential integrity check was violated therefore
305: -- we must error
306: --
307: ben_utility.parent_integrity_error(p_table_name => l_table_name);
308: When Others Then
309: --
310: -- An unhandled or unexpected error has occurred which
311: -- we must report

Line 409: ben_utility.child_exists_error(p_table_name => l_table_name);

405: --
406: -- A referential integrity check was violated therefore
407: -- we must error
408: --
409: ben_utility.child_exists_error(p_table_name => l_table_name);
410: When Others Then
411: --
412: -- An unhandled or unexpected error has occurred which
413: -- we must report