DBA Data[Home] [Help]

APPS.BEN_ESP_BUS dependencies on BEN_UTILITY

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

295: --
296: -- A referential integrity check was violated therefore
297: -- we must error
298: --
299: ben_utility.parent_integrity_error(p_table_name => l_table_name);
300: When Others Then
301: --
302: -- An unhandled or unexpected error has occurred which
303: -- we must report

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

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