DBA Data[Home] [Help]

APPS.BEN_PEI_BUS dependencies on BEN_UTILITY

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

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

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

460: --
461: -- A referential integrity check was violated therefore
462: -- we must error
463: --
464: ben_utility.child_exists_error(p_table_name => l_table_name);
465: --
466: When Others Then
467: --
468: -- An unhandled or unexpected error has occurred which