DBA Data[Home] [Help]

APPS.BEN_LPL_BUS dependencies on BEN_UTILITY

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

661: --
662: -- A referential integrity check was violated therefore
663: -- we must error
664: --
665: ben_utility.parent_integrity_error(p_table_name => l_table_name);
666: When Others Then
667: --
668: -- An unhandled or unexpected error has occurred which
669: -- we must report

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

763: --
764: -- A referential integrity check was violated therefore
765: -- we must error
766: --
767: ben_utility.child_exists_error(p_table_name => l_table_name);
768: When Others Then
769: --
770: -- An unhandled or unexpected error has occurred which
771: -- we must report