DBA Data[Home] [Help]

APPS.BEN_CTP_BUS dependencies on BEN_UTILITY

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

4819: --
4820: -- A referential integrity check was violated therefore
4821: -- we must error
4822: --
4823: ben_utility.parent_integrity_error(p_table_name => l_table_name);
4824: When Others Then
4825: --
4826: -- An unhandled or unexpected error has occurred which
4827: -- we must report

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

4974: --
4975: -- A referential integrity check was violated therefore
4976: -- we must error
4977: --
4978: ben_utility.child_exists_error(p_table_name => l_table_name);
4979: When Others Then
4980: --
4981: -- An unhandled or unexpected error has occurred which
4982: -- we must report