DBA Data[Home] [Help]

APPS.BEN_PDL_BUS dependencies on BEN_UTILITY

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

549: --
550: -- A referential integrity check was violated therefore
551: -- we must error
552: --
553: ben_utility.parent_integrity_error(p_table_name => l_table_name);
554: --
555: When Others Then
556: --
557: -- An unhandled or unexpected error has occurred which

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

660: --
661: -- A referential integrity check was violated therefore
662: -- we must error
663: --
664: ben_utility.child_exists_error(p_table_name => l_table_name);
665: --
666: When Others Then
667: --
668: -- An unhandled or unexpected error has occurred which