DBA Data[Home] [Help]

APPS.BEN_BRC_BUS dependencies on BEN_UTILITY

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

441: --
442: -- A referential integrity check was violated therefore
443: -- we must error
444: --
445: ben_utility.parent_integrity_error(p_table_name => l_table_name);
446: When Others Then
447: --
448: -- An unhandled or unexpected error has occurred which
449: -- we must report

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

543: --
544: -- A referential integrity check was violated therefore
545: -- we must error
546: --
547: ben_utility.child_exists_error(p_table_name => l_table_name);
548: --
549: When Others Then
550: --
551: -- An unhandled or unexpected error has occurred which