DBA Data[Home] [Help]

APPS.BEN_ERL_BUS dependencies on BEN_UTILITY

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

382: --
383: -- A referential integrity check was violated therefore
384: -- we must error
385: --
386: ben_utility.parent_integrity_error(p_table_name => l_table_name);
387: --
388: When Others Then
389: --
390: -- An unhandled or unexpected error has occurred which

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

493: --
494: -- A referential integrity check was violated therefore
495: -- we must error
496: --
497: ben_utility.child_exists_error(p_table_name => l_table_name);
498: --
499: When Others Then
500: --
501: -- An unhandled or unexpected error has occurred which