DBA Data[Home] [Help]

APPS.PQH_ATT_BUS dependencies on HR_API

Line 51: and nvl(p_attribute_id,hr_api.g_number)

47: (p_attribute_id => p_attribute_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_attribute_id,hr_api.g_number)
52: <> pqh_att_shd.g_old_rec.attribute_id) then
53: --
54: -- raise error as PK has changed
55: --

Line 123: and nvl(p_master_attribute_id,hr_api.g_number)

119: (p_attribute_id => p_attribute_id,
120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and nvl(p_master_attribute_id,hr_api.g_number)
124: <> nvl(pqh_att_shd.g_old_rec.master_attribute_id,hr_api.g_number)
125: or not l_api_updating) and
126: p_master_attribute_id is not null then
127: --

Line 124: <> nvl(pqh_att_shd.g_old_rec.master_attribute_id,hr_api.g_number)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and nvl(p_master_attribute_id,hr_api.g_number)
124: <> nvl(pqh_att_shd.g_old_rec.master_attribute_id,hr_api.g_number)
125: or not l_api_updating) and
126: p_master_attribute_id is not null then
127: --
128: -- check if master_attribute_id value exists in pqh_attributes table

Line 196: <> nvl(pqh_att_shd.g_old_rec.enable_flag,hr_api.g_varchar2)

192: p_object_version_number => p_object_version_number);
193: --
194: if (l_api_updating
195: and p_enable_flag
196: <> nvl(pqh_att_shd.g_old_rec.enable_flag,hr_api.g_varchar2)
197: or not l_api_updating)
198: and p_enable_flag is not null then
199: --
200: -- check if value of lookup falls within lookup type.

Line 202: if hr_api.not_exists_in_hr_lookups

198: and p_enable_flag is not null then
199: --
200: -- check if value of lookup falls within lookup type.
201: --
202: if hr_api.not_exists_in_hr_lookups
203: (p_lookup_type => 'YES_NO',
204: p_lookup_code => p_enable_flag,
205: p_effective_date => p_effective_date) then
206: --