DBA Data[Home] [Help]

APPS.BEN_PEN_BUS dependencies on BEN_UTILITY

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

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

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

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