DBA Data[Home] [Help]

APPS.BEN_CGP_BUS dependencies on BEN_UTILITY

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

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

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

774: --
775: -- A referential integrity check was violated therefore
776: -- we must error
777: --
778: ben_utility.child_exists_error(p_table_name => l_table_name);
779: --
780: When Others Then
781: --
782: -- An unhandled or unexpected error has occurred which