DBA Data[Home] [Help]

APPS.BEN_PGC_BUS dependencies on BEN_UTILITY

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

614: --
615: -- A referential integrity check was violated therefore
616: -- we must error
617: --
618: ben_utility.parent_integrity_error(p_table_name => l_table_name);
619: When Others Then
620: --
621: -- An unhandled or unexpected error has occurred which
622: -- we must report

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

716: --
717: -- A referential integrity check was violated therefore
718: -- we must error
719: --
720: ben_utility.child_exists_error(p_table_name => l_table_name);
721: When Others Then
722: --
723: -- An unhandled or unexpected error has occurred which
724: -- we must report