DBA Data[Home] [Help]

APPS.BEN_AVA_BUS dependencies on BEN_UTILITY

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

464: --
465: -- A referential integrity check was violated therefore
466: -- we must error
467: --
468: ben_utility.parent_integrity_error(p_table_name => l_table_name);
469: When Others Then
470: --
471: -- An unhandled or unexpected error has occurred which
472: -- we must report

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

566: --
567: -- A referential integrity check was violated therefore
568: -- we must error
569: --
570: ben_utility.child_exists_error(p_table_name => l_table_name);
571: When Others Then
572: --
573: -- An unhandled or unexpected error has occurred which
574: -- we must report