DBA Data[Home] [Help]

APPS.BEN_CLR_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: --
439: When Others Then
440: --
441: -- An unhandled or unexpected error has occurred which

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

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