DBA Data[Home] [Help]

APPS.BEN_EPL_BUS dependencies on BEN_UTILITY

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

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

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

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