DBA Data[Home] [Help]

APPS.BEN_SER_BUS dependencies on BEN_UTILITY

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

340: --
341: -- A referential integrity check was violated therefore
342: -- we must error
343: --
344: ben_utility.parent_integrity_error(p_table_name => l_table_name);
345: When Others Then
346: --
347: -- An unhandled or unexpected error has occurred which
348: -- we must report

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

442: --
443: -- A referential integrity check was violated therefore
444: -- we must error
445: --
446: ben_utility.child_exists_error(p_table_name => l_table_name);
447: When Others Then
448: --
449: -- An unhandled or unexpected error has occurred which
450: -- we must report