DBA Data[Home] [Help]

APPS.BEN_EPS_BUS dependencies on BEN_UTILITY

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

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

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

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