DBA Data[Home] [Help]

APPS.BEN_ECY_BUS dependencies on BEN_UTILITY

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

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

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

576: --
577: -- A referential integrity check was violated therefore
578: -- we must error
579: --
580: ben_utility.child_exists_error(p_table_name => l_table_name);
581: When Others Then
582: --
583: -- An unhandled or unexpected error has occurred which
584: -- we must report