DBA Data[Home] [Help]

APPS.BEN_EBU_BUS dependencies on BEN_UTILITY

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

388: --
389: -- A referential integrity check was violated therefore
390: -- we must error
391: --
392: ben_utility.parent_integrity_error(p_table_name => l_table_name);
393: --
394: When Others Then
395: --
396: -- An unhandled or unexpected error has occurred which

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

491: --
492: -- A referential integrity check was violated therefore
493: -- we must error
494: --
495: ben_utility.child_exists_error(p_table_name => l_table_name);
496: --
497: When Others Then
498: --
499: -- An unhandled or unexpected error has occurred which