DBA Data[Home] [Help]

APPS.BEN_APV_BUS dependencies on BEN_UTILITY

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

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

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

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