DBA Data[Home] [Help]

APPS.BEN_PST_BUS dependencies on BEN_UTILITY

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

476: --
477: -- A referential integrity check was violated therefore
478: -- we must error
479: --
480: ben_utility.parent_integrity_error(p_table_name => l_table_name);
481: When Others Then
482: --
483: -- An unhandled or unexpected error has occurred which
484: -- we must report

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

578: --
579: -- A referential integrity check was violated therefore
580: -- we must error
581: --
582: ben_utility.child_exists_error(p_table_name => l_table_name);
583: When Others Then
584: --
585: -- An unhandled or unexpected error has occurred which
586: -- we must report