DBA Data[Home] [Help]

APPS.BEN_PYD_BUS dependencies on BEN_UTILITY

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

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

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

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