DBA Data[Home] [Help]

APPS.BEN_CPN_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 780: ben_utility.child_exists_error(p_table_name => l_table_name);

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