DBA Data[Home] [Help]

APPS.BEN_DOT_BUS dependencies on BEN_UTILITY

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

402: --
403: -- A referential integrity check was violated therefore
404: -- we must error
405: --
406: ben_utility.parent_integrity_error(p_table_name => l_table_name);
407: When Others Then
408: --
409: -- An unhandled or unexpected error has occurred which
410: -- we must report

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

504: --
505: -- A referential integrity check was violated therefore
506: -- we must error
507: --
508: ben_utility.child_exists_error(p_table_name => l_table_name);
509: When Others Then
510: --
511: -- An unhandled or unexpected error has occurred which
512: -- we must report