DBA Data[Home] [Help]

APPS.BEN_EGN_BUS dependencies on BEN_UTILITY

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

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

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: When Others Then
541: --
542: -- An unhandled or unexpected error has occurred which
543: -- we must report