DBA Data[Home] [Help]

APPS.BEN_APR_BUS dependencies on BEN_UTILITY

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

2019: --
2020: -- A referential integrity check was violated therefore
2021: -- we must error
2022: --
2023: ben_utility.parent_integrity_error(p_table_name => l_table_name);
2024: When Others Then
2025: --
2026: -- An unhandled or unexpected error has occurred which
2027: -- we must report

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

2157: --
2158: -- A referential integrity check was violated therefore
2159: -- we must error
2160: --
2161: ben_utility.child_exists_error(p_table_name => l_table_name);
2162:
2163: When Others Then
2164: --
2165: -- An unhandled or unexpected error has occurred which