DBA Data[Home] [Help]

APPS.BEN_ABR_BUS dependencies on BEN_UTILITY

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

4639: --
4640: -- A referential integrity check was violated therefore
4641: -- we must error
4642: --
4643: ben_utility.parent_integrity_error(p_table_name => l_table_name);
4644: --
4645: When Others Then
4646: --
4647: -- An unhandled or unexpected error has occurred which

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

4854: --
4855: -- A referential integrity check was violated therefore
4856: -- we must error
4857: --
4858: ben_utility.child_exists_error(p_table_name => l_table_name);
4859: --
4860: When Others Then
4861: --
4862: -- An unhandled or unexpected error has occurred which