DBA Data[Home] [Help]

APPS.PQH_BPR_BUS dependencies on HR_API

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

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

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

119: (p_budget_period_id => p_budget_period_id,
120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and nvl(p_end_time_period_id,hr_api.g_number)
124: <> nvl(pqh_bpr_shd.g_old_rec.end_time_period_id,hr_api.g_number)
125: or not l_api_updating) then
126: --
127: -- check if end_time_period_id value exists in per_time_periods table

Line 124: <> nvl(pqh_bpr_shd.g_old_rec.end_time_period_id,hr_api.g_number)

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

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

194: (p_budget_period_id => p_budget_period_id,
195: p_object_version_number => p_object_version_number);
196: --
197: if (l_api_updating
198: and nvl(p_start_time_period_id,hr_api.g_number)
199: <> nvl(pqh_bpr_shd.g_old_rec.start_time_period_id,hr_api.g_number)
200: or not l_api_updating) then
201: --
202: -- check if start_time_period_id value exists in per_time_periods table

Line 199: <> nvl(pqh_bpr_shd.g_old_rec.start_time_period_id,hr_api.g_number)

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

Line 273: and nvl(p_budget_detail_id,hr_api.g_number)

269: (p_budget_period_id => p_budget_period_id,
270: p_object_version_number => p_object_version_number);
271: --
272: if (l_api_updating
273: and nvl(p_budget_detail_id,hr_api.g_number)
274: <> nvl(pqh_bpr_shd.g_old_rec.budget_detail_id,hr_api.g_number)
275: or not l_api_updating) then
276: --
277: -- check if budget_detail_id value exists in pqh_budget_details table

Line 274: <> nvl(pqh_bpr_shd.g_old_rec.budget_detail_id,hr_api.g_number)

270: p_object_version_number => p_object_version_number);
271: --
272: if (l_api_updating
273: and nvl(p_budget_detail_id,hr_api.g_number)
274: <> nvl(pqh_bpr_shd.g_old_rec.budget_detail_id,hr_api.g_number)
275: or not l_api_updating) then
276: --
277: -- check if budget_detail_id value exists in pqh_budget_details table
278: --

Line 346: <> nvl(pqh_bpr_shd.g_old_rec.budget_unit3_value_type_cd,hr_api.g_varchar2)

342: p_object_version_number => p_object_version_number);
343: --
344: if (l_api_updating
345: and p_budget_unit3_value_type_cd
346: <> nvl(pqh_bpr_shd.g_old_rec.budget_unit3_value_type_cd,hr_api.g_varchar2)
347: or not l_api_updating)
348: and p_budget_unit3_value_type_cd is not null then
349: --
350: -- check if value of lookup falls within lookup type.

Line 352: if hr_api.not_exists_in_hr_lookups

348: and p_budget_unit3_value_type_cd is not null then
349: --
350: -- check if value of lookup falls within lookup type.
351: --
352: if hr_api.not_exists_in_hr_lookups
353: (p_lookup_type => 'PQH_BUDGET_UNIT_VALUE_TYPE',
354: p_lookup_code => p_budget_unit3_value_type_cd,
355: p_effective_date => p_effective_date) then
356: --

Line 414: <> nvl(pqh_bpr_shd.g_old_rec.budget_unit2_value_type_cd,hr_api.g_varchar2)

410: p_object_version_number => p_object_version_number);
411: --
412: if (l_api_updating
413: and p_budget_unit2_value_type_cd
414: <> nvl(pqh_bpr_shd.g_old_rec.budget_unit2_value_type_cd,hr_api.g_varchar2)
415: or not l_api_updating)
416: and p_budget_unit2_value_type_cd is not null then
417: --
418: -- check if value of lookup falls within lookup type.

Line 420: if hr_api.not_exists_in_hr_lookups

416: and p_budget_unit2_value_type_cd is not null then
417: --
418: -- check if value of lookup falls within lookup type.
419: --
420: if hr_api.not_exists_in_hr_lookups
421: (p_lookup_type => 'PQH_BUDGET_UNIT_VALUE_TYPE',
422: p_lookup_code => p_budget_unit2_value_type_cd,
423: p_effective_date => p_effective_date) then
424: --

Line 482: <> nvl(pqh_bpr_shd.g_old_rec.budget_unit1_value_type_cd,hr_api.g_varchar2)

478: p_object_version_number => p_object_version_number);
479: --
480: if (l_api_updating
481: and p_budget_unit1_value_type_cd
482: <> nvl(pqh_bpr_shd.g_old_rec.budget_unit1_value_type_cd,hr_api.g_varchar2)
483: or not l_api_updating)
484: and p_budget_unit1_value_type_cd is not null then
485: --
486: -- check if value of lookup falls within lookup type.

Line 488: if hr_api.not_exists_in_hr_lookups

484: and p_budget_unit1_value_type_cd is not null then
485: --
486: -- check if value of lookup falls within lookup type.
487: --
488: if hr_api.not_exists_in_hr_lookups
489: (p_lookup_type => 'PQH_BUDGET_UNIT_VALUE_TYPE',
490: p_lookup_code => p_budget_unit1_value_type_cd,
491: p_effective_date => p_effective_date) then
492: --