DBA Data[Home] [Help]

APPS.BEN_PCR_BUS dependencies on BEN_UTILITY

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

162: --
163: -- A referential integrity check was violated therefore
164: -- we must error
165: --
166: ben_utility.parent_integrity_error(p_table_name => l_table_name);
167:
168: When Others Then
169: --
170: -- An unhandled or unexpected error has occurred which

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

265: --
266: -- A referential integrity check was violated therefore
267: -- we must error
268: --
269: ben_utility.child_exists_error(p_table_name => l_table_name);
270:
271: When Others Then
272: --
273: -- An unhandled or unexpected error has occurred which