DBA Data[Home] [Help]

APPS.BEN_LRR_BUS dependencies on BEN_UTILITY

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

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

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

483: --
484: -- A referential integrity check was violated therefore
485: -- we must error
486: --
487: ben_utility.child_exists_error(p_table_name => l_table_name);
488: When Others Then
489: --
490: -- An unhandled or unexpected error has occurred which
491: -- we must report