DBA Data[Home] [Help]

APPS.BEN_EHC_BUS dependencies on BEN_UTILITY

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

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

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

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