DBA Data[Home] [Help]

APPS.BEN_ESR_BUS dependencies on BEN_UTILITY

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

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

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

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