DBA Data[Home] [Help]

APPS.BEN_PSL_BUS dependencies on BEN_UTILITY

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

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

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

598: --
599: -- A referential integrity check was violated therefore
600: -- we must error
601: --
602: ben_utility.child_exists_error(p_table_name => l_table_name);
603: When Others Then
604: --
605: -- An unhandled or unexpected error has occurred which
606: -- we must report