DBA Data[Home] [Help]

APPS.PER_ZA_EQT_BUS dependencies on HR_API

Line 27: nvl(p_qualification_type_id,hr_api.g_number)

23: (p_qualification_type_id => p_qualification_type_id,
24: p_object_version_number => p_object_version_number);
25: --
26: if (l_api_updating and
27: nvl(p_qualification_type_id,hr_api.g_number)
28: <> per_za_eqt_shd.g_old_rec.qualification_type_id or
29: not l_api_updating) then
30: --
31: if p_qualification_type_id is not null and

Line 42: if nvl(p_qualification_type_id,hr_api.g_number)

38: end if;
39: --
40: -- check if qualification_type_id has been updated
41: --
42: if nvl(p_qualification_type_id,hr_api.g_number)
43: <> per_za_eqt_shd.g_old_rec.qualification_type_id
44: and l_api_updating then
45: --
46: -- raise error as update is not allowed

Line 82: nvl(p_name,hr_api.g_varchar2) <> per_za_eqt_shd.g_old_rec.name or

78: (p_qualification_type_id => p_qualification_type_id,
79: p_object_version_number => p_object_version_number);
80: --
81: if (l_api_updating and
82: nvl(p_name,hr_api.g_varchar2) <> per_za_eqt_shd.g_old_rec.name or
83: not l_api_updating) then
84: --
85: if p_name is null then
86: --

Line 166: and nvl(p_category,hr_api.g_varchar2)

162: (p_qualification_type_id => p_qualification_type_id,
163: p_object_version_number => p_object_version_number);
164: --
165: if (l_api_updating
166: and nvl(p_category,hr_api.g_varchar2)
167: <> per_za_eqt_shd.g_old_rec.category
168: or not l_api_updating) then
169: --
170: -- check if value of category exists in lookup 'PER_CATEGORIES'

Line 172: if hr_api.not_exists_in_hr_lookups(p_lookup_type => 'PER_CATEGORIES',

168: or not l_api_updating) then
169: --
170: -- check if value of category exists in lookup 'PER_CATEGORIES'
171: --
172: if hr_api.not_exists_in_hr_lookups(p_lookup_type => 'PER_CATEGORIES',
173: p_lookup_code => p_category,
174: p_effective_date => p_effective_date) then
175: --
176: -- raise error as does not exist as lookup