DBA Data[Home] [Help]

APPS.BEN_CTT_BUS dependencies on BEN_UTILITY

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

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

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

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