DBA Data[Home] [Help]

APPS.BEN_EOP_BUS dependencies on BEN_UTILITY

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

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

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

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