DBA Data[Home] [Help]

APPS.PQH_BGT_BUS dependencies on PQH_WKS_BUDGET

Line 431: l_bgt_unit1_type := pqh_wks_budget.get_unit_type(p_budget_unit1_id);

427: --
428: hr_utility.set_location('Entering:'||l_proc,5);
429: --
430: if p_budget_unit1_id is not null then
431: l_bgt_unit1_type := pqh_wks_budget.get_unit_type(p_budget_unit1_id);
432: end if;
433: if p_budget_unit2_id is not null then
434: l_bgt_unit2_type := pqh_wks_budget.get_unit_type(p_budget_unit2_id);
435: end if;

Line 434: l_bgt_unit2_type := pqh_wks_budget.get_unit_type(p_budget_unit2_id);

430: if p_budget_unit1_id is not null then
431: l_bgt_unit1_type := pqh_wks_budget.get_unit_type(p_budget_unit1_id);
432: end if;
433: if p_budget_unit2_id is not null then
434: l_bgt_unit2_type := pqh_wks_budget.get_unit_type(p_budget_unit2_id);
435: end if;
436: if p_budget_unit3_id is not null then
437: l_bgt_unit3_type := pqh_wks_budget.get_unit_type(p_budget_unit3_id);
438: end if;

Line 437: l_bgt_unit3_type := pqh_wks_budget.get_unit_type(p_budget_unit3_id);

433: if p_budget_unit2_id is not null then
434: l_bgt_unit2_type := pqh_wks_budget.get_unit_type(p_budget_unit2_id);
435: end if;
436: if p_budget_unit3_id is not null then
437: l_bgt_unit3_type := pqh_wks_budget.get_unit_type(p_budget_unit3_id);
438: end if;
439: if p_budgeted_entity_cd ='OPEN' then
440: hr_utility.set_message(8302,'PQH_BGT_OPEN_CTRL');
441: hr_utility.raise_error;

Line 446: l_unit1_type := pqh_wks_budget.get_unit_type(i.budget_unit1_id);

442: end if;
443: for i in c1 loop
444: l_units := '' ;
445: if i.budget_unit1_id is not null then
446: l_unit1_type := pqh_wks_budget.get_unit_type(i.budget_unit1_id);
447: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit1_id);
448: l_units := l_unit_desc;
449: end if;
450: if i.budget_unit2_id is not null then

Line 447: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit1_id);

443: for i in c1 loop
444: l_units := '' ;
445: if i.budget_unit1_id is not null then
446: l_unit1_type := pqh_wks_budget.get_unit_type(i.budget_unit1_id);
447: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit1_id);
448: l_units := l_unit_desc;
449: end if;
450: if i.budget_unit2_id is not null then
451: l_unit2_type := pqh_wks_budget.get_unit_type(i.budget_unit2_id);

Line 451: l_unit2_type := pqh_wks_budget.get_unit_type(i.budget_unit2_id);

447: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit1_id);
448: l_units := l_unit_desc;
449: end if;
450: if i.budget_unit2_id is not null then
451: l_unit2_type := pqh_wks_budget.get_unit_type(i.budget_unit2_id);
452: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit2_id);
453: l_units := l_units||','||l_unit_desc;
454: end if;
455: if i.budget_unit3_id is not null then

Line 452: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit2_id);

448: l_units := l_unit_desc;
449: end if;
450: if i.budget_unit2_id is not null then
451: l_unit2_type := pqh_wks_budget.get_unit_type(i.budget_unit2_id);
452: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit2_id);
453: l_units := l_units||','||l_unit_desc;
454: end if;
455: if i.budget_unit3_id is not null then
456: l_unit3_type := pqh_wks_budget.get_unit_type(i.budget_unit3_id);

Line 456: l_unit3_type := pqh_wks_budget.get_unit_type(i.budget_unit3_id);

452: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit2_id);
453: l_units := l_units||','||l_unit_desc;
454: end if;
455: if i.budget_unit3_id is not null then
456: l_unit3_type := pqh_wks_budget.get_unit_type(i.budget_unit3_id);
457: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit3_id);
458: l_units := l_units||','||l_unit_desc;
459: end if;
460: if (l_unit1_type = nvl(l_bgt_unit1_type,'-1')) or

Line 457: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit3_id);

453: l_units := l_units||','||l_unit_desc;
454: end if;
455: if i.budget_unit3_id is not null then
456: l_unit3_type := pqh_wks_budget.get_unit_type(i.budget_unit3_id);
457: l_unit_desc := pqh_wks_budget.get_unit_desc(i.budget_unit3_id);
458: l_units := l_units||','||l_unit_desc;
459: end if;
460: if (l_unit1_type = nvl(l_bgt_unit1_type,'-1')) or
461: (l_unit1_type = nvl(l_bgt_unit2_type,'-1')) or