DBA Data[Home] [Help]

APPS.BEN_PBM_BUS dependencies on BEN_UTILITY

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

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

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

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