DBA Data[Home] [Help]

APPS.BEN_EAP_BUS dependencies on BEN_UTILITY

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

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

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

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