DBA Data[Home] [Help]

APPS.BEN_ABP_BUS dependencies on BEN_UTILITY

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

222: --
223: -- A referential integrity check was violated therefore
224: -- we must error
225: --
226: ben_utility.parent_integrity_error(p_table_name => l_table_name);
227: --
228: When Others Then
229: --
230: -- An unhandled or unexpected error has occurred which

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

325: --
326: -- A referential integrity check was violated therefore
327: -- we must error
328: --
329: ben_utility.child_exists_error(p_table_name => l_table_name);
330: --
331: When Others Then
332: --
333: -- An unhandled or unexpected error has occurred which