DBA Data[Home] [Help]

APPS.BEN_BUR_BUS dependencies on BEN_UTILITY

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

388: --
389: -- A referential integrity check was violated therefore
390: -- we must error
391: --
392: ben_utility.parent_integrity_error(p_table_name => l_table_name);
393: --
394: When Others Then
395: --
396: -- An unhandled or unexpected error has occurred which

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

551: --
552: -- A referential integrity check was violated therefore
553: -- we must error
554: --
555: ben_utility.child_exists_error(p_table_name => l_table_name);
556: --
557: When Others Then
558: --
559: -- An unhandled or unexpected error has occurred which