DBA Data[Home] [Help]

APPS.BEN_CMR_BUS dependencies on BEN_UTILITY

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

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

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

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