DBA Data[Home] [Help]

APPS.BEN_ASR_BUS dependencies on BEN_UTILITY

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

385: --
386: -- A referential integrity check was violated therefore
387: -- we must error
388: --
389: ben_utility.parent_integrity_error (p_table_name => l_table_name);
390: When Others Then
391: --
392: -- An unhandled or unexpected error has occurred which
393: -- we must report

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

487: --
488: -- A referential integrity check was violated therefore
489: -- we must error
490: --
491: ben_utility.child_exists_error(p_table_name => l_table_name);
492: --
493: When Others Then
494: --
495: -- An unhandled or unexpected error has occurred which