DBA Data[Home] [Help]

APPS.BEN_LOR_BUS dependencies on BEN_UTILITY

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

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

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

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