DBA Data[Home] [Help]

APPS.BEN_BNB_BUS dependencies on BEN_UTILITY

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

420: --
421: -- A referential integrity check was violated therefore
422: -- we must error
423: --
424: ben_utility.parent_integrity_error(p_table_name => l_table_name);
425: When Others Then
426: --
427: -- An unhandled or unexpected error has occurred which
428: -- we must report

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

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