DBA Data[Home] [Help]

APPS.BEN_CTU_BUS dependencies on BEN_UTILITY

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

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

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

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