DBA Data[Home] [Help]

APPS.BEN_ADS_BUS dependencies on BEN_UTILITY

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

467: --
468: -- A referential integrity check was violated therefore
469: -- we must error
470: --
471: ben_utility.parent_integrity_error(p_table_name => l_table_name);
472: --
473: When Others Then
474: --
475: -- An unhandled or unexpected error has occurred which

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

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