DBA Data[Home] [Help]

APPS.BEN_BPL_BUS dependencies on BEN_UTILITY

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

344: --
345: -- A referential integrity check was violated therefore
346: -- we must error
347: --
348: ben_utility.parent_integrity_error(p_table_name => l_table_name);
349: --
350: When Others Then
351: --
352: -- An unhandled or unexpected error has occurred which

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

447: --
448: -- A referential integrity check was violated therefore
449: -- we must error
450: --
451: ben_utility.child_exists_error(p_table_name => l_table_name);
452: --
453: When Others Then
454: --
455: -- An unhandled or unexpected error has occurred which