DBA Data[Home] [Help]

APPS.BEN_EAN_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: --
408: When Others Then
409: --
410: -- An unhandled or unexpected error has occurred which

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

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