DBA Data[Home] [Help]

APPS.BEN_ECP_BUS dependencies on BEN_UTILITY

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

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

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

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