DBA Data[Home] [Help]

APPS.BEN_PPE_BUS dependencies on BEN_UTILITY

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

260: --
261: -- A referential integrity check was violated therefore
262: -- we must error
263: --
264: ben_utility.parent_integrity_error(p_table_name => l_table_name);
265: When Others Then
266: --
267: -- An unhandled or unexpected error has occurred which
268: -- we must report

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

362: --
363: -- A referential integrity check was violated therefore
364: -- we must error
365: --
366: ben_utility.child_exists_error(p_table_name => l_table_name);
367: When Others Then
368: --
369: -- An unhandled or unexpected error has occurred which
370: -- we must report