DBA Data[Home] [Help]

APPS.BEN_ADE_BUS dependencies on BEN_UTILITY

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

468: --
469: -- A referential integrity check was violated therefore
470: -- we must error
471: --
472: ben_utility.parent_integrity_error(p_table_name => l_table_name);
473: When Others Then
474: --
475: -- An unhandled or unexpected error has occurred which
476: -- we must report

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

570: --
571: -- A referential integrity check was violated therefore
572: -- we must error
573: --
574: ben_utility.child_exists_error(p_table_name => l_table_name);
575: When Others Then
576: --
577: -- An unhandled or unexpected error has occurred which
578: -- we must report