DBA Data[Home] [Help]

APPS.BEN_PGM_BUS dependencies on BEN_UTILITY

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

5923: --
5924: -- A referential integrity check was violated therefore
5925: -- we must error
5926: --
5927: ben_utility.parent_integrity_error(p_table_name => l_table_name);
5928: When Others Then
5929: --
5930: -- An unhandled or unexpected error has occurred which
5931: -- we must report

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

6198: --
6199: -- A referential integrity check was violated therefore
6200: -- we must error
6201: --
6202: ben_utility.child_exists_error(p_table_name => l_table_name);
6203: When Others Then
6204: --
6205: -- An unhandled or unexpected error has occurred which
6206: -- we must report