DBA Data[Home] [Help]

APPS.BEN_EGR_BUS dependencies on BEN_UTILITY

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

386: --
387: -- A referential integrity check was violated therefore
388: -- we must error
389: --
390: ben_utility.parent_integrity_error(p_table_name => l_table_name);
391: --
392: When Others Then
393: --
394: -- An unhandled or unexpected error has occurred which

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

489: --
490: -- A referential integrity check was violated therefore
491: -- we must error
492: --
493: ben_utility.child_exists_error(p_table_name => l_table_name);
494: --
495: When Others Then
496: --
497: -- An unhandled or unexpected error has occurred which