DBA Data[Home] [Help]

APPS.BEN_SAZ_BUS dependencies on BEN_UTILITY

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

172: --
173: -- A referential integrity check was violated therefore
174: -- we must error
175: --
176: ben_utility.parent_integrity_error(p_table_name => l_table_name);
177: When Others Then
178: --
179: -- An unhandled or unexpected error has occurred which
180: -- we must report

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

274: --
275: -- A referential integrity check was violated therefore
276: -- we must error
277: --
278: ben_utility.child_exists_error(p_table_name => l_table_name);
279: When Others Then
280: --
281: -- An unhandled or unexpected error has occurred which
282: -- we must report