DBA Data[Home] [Help]

APPS.BEN_PPR_BUS dependencies on BEN_UTILITY

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

832: --
833: -- A referential integrity check was violated therefore
834: -- we must error
835:
836: ben_utility.parent_integrity_error(p_table_name => l_table_name);
837:
838: When Others Then
839: --
840: -- An unhandled or unexpected error has occurred which

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

935: --
936: -- A referential integrity check was violated therefore
937: -- we must error
938: --
939: ben_utility.child_exists_error(p_table_name => l_table_name);
940:
941: When Others Then
942: --
943: -- An unhandled or unexpected error has occurred which