DBA Data[Home] [Help]

APPS.BEN_PBB_BUS dependencies on BEN_UTILITY

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

231: --
232: -- A referential integrity check was violated therefore
233: -- we must error
234: --
235: ben_utility.parent_integrity_error(p_table_name => l_table_name);
236: When Others Then
237: --
238: -- An unhandled or unexpected error has occurred which
239: -- we must report

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

333: --
334: -- A referential integrity check was violated therefore
335: -- we must error
336: --
337: ben_utility.child_exists_error(p_table_name => l_table_name);
338: --
339: When Others Then
340: --
341: -- An unhandled or unexpected error has occurred which