DBA Data[Home] [Help]

APPS.PQH_TTM_BUS dependencies on HR_API

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

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

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

119: (p_transaction_template_id => p_transaction_template_id,
120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and nvl(p_template_id,hr_api.g_number)
124: <> nvl(pqh_ttm_shd.g_old_rec.template_id,hr_api.g_number)
125: or not l_api_updating) then
126: --
127: -- check if template_id value exists in pqh_templates table

Line 124: <> nvl(pqh_ttm_shd.g_old_rec.template_id,hr_api.g_number)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and nvl(p_template_id,hr_api.g_number)
124: <> nvl(pqh_ttm_shd.g_old_rec.template_id,hr_api.g_number)
125: or not l_api_updating) then
126: --
127: -- check if template_id value exists in pqh_templates table
128: --

Line 198: and nvl(p_transaction_category_id,hr_api.g_number)

194: (p_transaction_template_id => p_transaction_template_id,
195: p_object_version_number => p_object_version_number);
196: --
197: if (l_api_updating
198: and nvl(p_transaction_category_id,hr_api.g_number)
199: <> nvl(pqh_ttm_shd.g_old_rec.transaction_category_id,hr_api.g_number)
200: or not l_api_updating) then
201: --
202: -- check if transaction_category_id value exists in pqh_transaction_categories table

Line 199: <> nvl(pqh_ttm_shd.g_old_rec.transaction_category_id,hr_api.g_number)

195: p_object_version_number => p_object_version_number);
196: --
197: if (l_api_updating
198: and nvl(p_transaction_category_id,hr_api.g_number)
199: <> nvl(pqh_ttm_shd.g_old_rec.transaction_category_id,hr_api.g_number)
200: or not l_api_updating) then
201: --
202: -- check if transaction_category_id value exists in pqh_transaction_categories table
203: --

Line 270: <> nvl(pqh_ttm_shd.g_old_rec.enable_flag,hr_api.g_varchar2)

266: p_object_version_number => p_object_version_number);
267: --
268: if (l_api_updating
269: and p_enable_flag
270: <> nvl(pqh_ttm_shd.g_old_rec.enable_flag,hr_api.g_varchar2)
271: or not l_api_updating)
272: and p_enable_flag is not null then
273: --
274: -- check if value of lookup falls within lookup type.

Line 276: if hr_api.not_exists_in_hr_lookups

272: and p_enable_flag is not null then
273: --
274: -- check if value of lookup falls within lookup type.
275: --
276: if hr_api.not_exists_in_hr_lookups
277: (p_lookup_type => 'YES_NO',
278: p_lookup_code => p_enable_flag,
279: p_effective_date => p_effective_date) then
280: --