DBA Data[Home] [Help]

APPS.BEN_RCL_BUS dependencies on BEN_UTILITY

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

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

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

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