DBA Data[Home] [Help]

APPS.BEN_EMP_BUS dependencies on BEN_UTILITY

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

278: --
279: -- A referential integrity check was violated therefore
280: -- we must error
281: --
282: ben_utility.parent_integrity_error(p_table_name => l_table_name);
283: When Others Then
284: --
285: -- An unhandled or unexpected error has occurred which
286: -- we must report

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

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