DBA Data[Home] [Help]

APPS.BEN_DDR_BUS dependencies on BEN_UTILITY

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

855: --
856: -- A referential integrity check was violated therefore
857: -- we must error
858: --
859: ben_utility.parent_integrity_error(p_table_name => l_table_name);
860: When Others Then
861: --
862: -- An unhandled or unexpected error has occurred which
863: -- we must report

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

957: --
958: -- A referential integrity check was violated therefore
959: -- we must error
960: --
961: ben_utility.child_exists_error(p_table_name => l_table_name);
962: --
963: When Others Then
964: --
965: -- An unhandled or unexpected error has occurred which