DBA Data[Home] [Help]

APPS.BEN_CPP_BUS dependencies on BEN_UTILITY

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

4298: --
4299: -- A referential integrity check was violated therefore
4300: -- we must error
4301: --
4302: ben_utility.parent_integrity_error(p_table_name => l_table_name);
4303: When Others Then
4304: --
4305: -- An unhandled or unexpected error has occurred which
4306: -- we must report

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

4417: --
4418: -- A referential integrity check was violated therefore
4419: -- we must error
4420: --
4421: ben_utility.child_exists_error(p_table_name => l_table_name);
4422: When Others Then
4423: --
4424: -- An unhandled or unexpected error has occurred which
4425: -- we must report