DBA Data[Home] [Help]

APPS.BEN_EBN_BUS dependencies on BEN_UTILITY

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

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

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

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