DBA Data[Home] [Help]

APPS.BEN_PCU_BUS dependencies on BEN_UTILITY

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

172: --
173: -- A referential integrity check was violated therefore
174: -- we must error
175: --
176: ben_utility.parent_integrity_error(p_table_name => l_table_name);
177:
178: When Others Then
179: --
180: -- An unhandled or unexpected error has occurred which

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

275: --
276: -- A referential integrity check was violated therefore
277: -- we must error
278: --
279: ben_utility.child_exists_error(p_table_name => l_table_name);
280:
281: When Others Then
282: --
283: -- An unhandled or unexpected error has occurred which