DBA Data[Home] [Help]

APPS.BEN_PET_BUS dependencies on BEN_UTILITY

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

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

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

454: --
455: -- A referential integrity check was violated therefore
456: -- we must error
457: --
458: ben_utility.child_exists_error(p_table_name => l_table_name);
459: When Others Then
460: --
461: -- An unhandled or unexpected error has occurred which
462: -- we must report