DBA Data[Home] [Help]

APPS.BEN_EMC_BUS dependencies on BEN_UTILITY

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

758: -- A referential integrity check was violated therefore
759: -- we must error
760: --
761:
762: ben_utility.parent_integrity_error(p_table_name => l_table_name);
763: When Others Then
764: --
765: -- An unhandled or unexpected error has occurred which
766: -- we must report

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

860: --
861: -- A referential integrity check was violated therefore
862: -- we must error
863: --
864: ben_utility.child_exists_error(p_table_name => l_table_name);
865:
866: When Others Then
867: --
868: -- An unhandled or unexpected error has occurred which