DBA Data[Home] [Help]

APPS.PER_CPN_BUS dependencies on HR_COMPETENCES_API

Line 2070: and hr_competences_api.g_ignore_df <> 'Y' then -- BUG3621261

2066: nvl(per_cpn_shd.g_old_rec.attribute20, hr_api.g_varchar2) <>
2067: nvl(p_rec.attribute20, hr_api.g_varchar2)))
2068: or
2069: p_rec.competence_id is null)
2070: and hr_competences_api.g_ignore_df <> 'Y' then -- BUG3621261
2071: --
2072: -- Only execute the validation if absolutely necessary:
2073: -- a) During update, the structure column value or any
2074: -- of the attribute values have actually changed.

Line 2207: and hr_competences_api.g_ignore_df <> 'Y' then -- BUG3621261

2203: nvl(p_rec.information19, hr_api.g_varchar2) or
2204: nvl(per_cpn_shd.g_old_rec.information20, hr_api.g_varchar2) <>
2205: nvl(p_rec.information20, hr_api.g_varchar2) ))
2206: or (p_rec.competence_id is null))
2207: and hr_competences_api.g_ignore_df <> 'Y' then -- BUG3621261
2208: --
2209: -- Only execute the validation if absolutely necessary:
2210: -- a) During update, the structure column value or any
2211: -- of the attribute values have actually changed.