DBA Data[Home] [Help]

APPS.BEN_BVR_BUS dependencies on BEN_UTILITY

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

312: --
313: -- A referential integrity check was violated therefore
314: -- we must error
315: --
316: ben_utility.parent_integrity_error(p_table_name => l_table_name);
317: --
318: When Others Then
319: --
320: -- An unhandled or unexpected error has occurred which

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

415: --
416: -- A referential integrity check was violated therefore
417: -- we must error
418: --
419: ben_utility.child_exists_error(p_table_name => l_table_name);
420: --
421: When Others Then
422: --
423: -- An unhandled or unexpected error has occurred which