DBA Data[Home] [Help]

APPS.BEN_PCX_BUS dependencies on BEN_UTILITY

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

529: --
530: -- A referential integrity check was violated therefore
531: -- we must error
532: --
533: ben_utility.parent_integrity_error(p_table_name => l_table_name);
534: --
535: When Others Then
536: --
537: -- An unhandled or unexpected error has occurred which

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

632: --
633: -- A referential integrity check was violated therefore
634: -- we must error
635: --
636: ben_utility.child_exists_error(p_table_name => l_table_name);
637: --
638: When Others Then
639: --
640: -- An unhandled or unexpected error has occurred which