DBA Data[Home] [Help]

APPS.BEN_PEN_BUS dependencies on BEN_UTILITY

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

3775: --
3776: -- A referential integrity check was violated therefore
3777: -- we must error
3778: --
3779: ben_utility.parent_integrity_error(p_table_name => l_table_name);
3780: --
3781: When Others Then
3782: --
3783: -- An unhandled or unexpected error has occurred which

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

3927: --
3928: -- A referential integrity check was violated therefore
3929: -- we must error
3930: --
3931: ben_utility.child_exists_error(p_table_name => l_table_name);
3932: --
3933: When Others Then
3934: --
3935: -- An unhandled or unexpected error has occurred which