DBA Data[Home] [Help]

APPS.BEN_EAC_BUS dependencies on BEN_UTILITY

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

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

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

869: --
870: -- A referential integrity check was violated therefore
871: -- we must error
872: --
873: ben_utility.child_exists_error(p_table_name => l_table_name);
874:
875: When Others Then
876: --
877: -- An unhandled or unexpected error has occurred which