DBA Data[Home] [Help]

APPS.BEN_EFP_BUS dependencies on BEN_UTILITY

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

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

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

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