DBA Data[Home] [Help]

APPS.BEN_PCD_BUS dependencies on BEN_UTILITY

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

731: --
732: -- A referential integrity check was violated therefore
733: -- we must error
734: --
735: ben_utility.parent_integrity_error(p_table_name => l_table_name);
736:
737: When Others Then
738: --
739: -- An unhandled or unexpected error has occurred which

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

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