DBA Data[Home] [Help]

APPS.BEN_EES_BUS dependencies on BEN_UTILITY

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

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

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

560: --
561: -- A referential integrity check was violated therefore
562: -- we must error
563: --
564: ben_utility.child_exists_error(p_table_name => l_table_name);
565: --
566: When Others Then
567: --
568: -- An unhandled or unexpected error has occurred which