DBA Data[Home] [Help]

APPS.BEN_ECL_BUS dependencies on BEN_UTILITY

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

542: --
543: -- A referential integrity check was violated therefore
544: -- we must error
545: --
546: ben_utility.parent_integrity_error(p_table_name => l_table_name);
547: --
548: When Others Then
549: --
550: -- An unhandled or unexpected error has occurred which

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

645: --
646: -- A referential integrity check was violated therefore
647: -- we must error
648: --
649: ben_utility.child_exists_error(p_table_name => l_table_name);
650: --
651: When Others Then
652: --
653: -- An unhandled or unexpected error has occurred which