DBA Data[Home] [Help]

APPS.BEN_ETD_BUS dependencies on BEN_UTILITY

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

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

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

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