DBA Data[Home] [Help]

APPS.BEN_ART_BUS dependencies on BEN_UTILITY

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

432: --
433: -- A referential integrity check was violated therefore
434: -- we must error
435: --
436: ben_utility.parent_integrity_error(p_table_name => l_table_name);
437: --
438: When Others Then
439: --
440: -- An unhandled or unexpected error has occurred which

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

535: --
536: -- A referential integrity check was violated therefore
537: -- we must error
538: --
539: ben_utility.child_exists_error(p_table_name => l_table_name);
540: --
541: When Others Then
542: --
543: -- An unhandled or unexpected error has occurred which