DBA Data[Home] [Help]

APPS.BEN_CSR_BUS dependencies on BEN_UTILITY

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

373: --
374: -- A referential integrity check was violated therefore
375: -- we must error
376: --
377: ben_utility.parent_integrity_error(p_table_name => l_table_name);
378: When Others Then
379: --
380: -- An unhandled or unexpected error has occurred which
381: -- we must report

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

475: --
476: -- A referential integrity check was violated therefore
477: -- we must error
478: --
479: ben_utility.child_exists_error(p_table_name => l_table_name);
480: When Others Then
481: --
482: -- An unhandled or unexpected error has occurred which
483: -- we must report