DBA Data[Home] [Help]

APPS.BEN_BTR_BUS dependencies on BEN_UTILITY

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

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

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

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