DBA Data[Home] [Help]

APPS.BEN_BPP_BUS dependencies on BEN_UTILITY

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

2025: --
2026: -- A referential integrity check was violated therefore
2027: -- we must error
2028: --
2029: ben_utility.parent_integrity_error(p_table_name => l_table_name);
2030: --
2031: When Others Then
2032: --
2033: -- An unhandled or unexpected error has occurred which

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

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