DBA Data[Home] [Help]

APPS.BEN_EMS_BUS dependencies on BEN_UTILITY

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

754: --
755: -- A referential integrity check was violated therefore
756: -- we must error
757: --
758: ben_utility.parent_integrity_error(p_table_name => l_table_name);
759:
760: When Others Then
761: --
762: -- An unhandled or unexpected error has occurred which

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

857: --
858: -- A referential integrity check was violated therefore
859: -- we must error
860: --
861: ben_utility.child_exists_error(p_table_name => l_table_name);
862:
863: When Others Then
864: --
865: -- An unhandled or unexpected error has occurred which