DBA Data[Home] [Help]

APPS.BEN_PCM_BUS dependencies on BEN_UTILITY

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

273: --
274: -- A referential integrity check was violated therefore
275: -- we must error
276: --
277: ben_utility.parent_integrity_error(p_table_name => l_table_name);
278:
279: When Others Then
280: --
281: -- An unhandled or unexpected error has occurred which

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

402: --
403: -- A referential integrity check was violated therefore
404: -- we must error
405: --
406: ben_utility.child_exists_error(p_table_name => l_table_name);
407:
408: When Others Then
409: --
410: -- An unhandled or unexpected error has occurred which