DBA Data[Home] [Help]

APPS.PER_QH_POPULATE dependencies on FND_NUMBER

Line 351: p_normal_hours:=fnd_number.canonical_to_number(l_normal_hours);

347: ,l_normal_hours
348: ,p_frequency;
349: if get_work_day_information%found then
350: close get_work_day_information;
351: p_normal_hours:=fnd_number.canonical_to_number(l_normal_hours);
352: else
353: close get_work_day_information;
354: end if;
355: --

Line 752: if p_normal_hours is null or (p_normal_hours <> fnd_number.canonical_to_number(l_normal_hours)) then

748: p_time_normal_finish:=l_time_normal_finish;
749: end if;
750: --modified if condition as part of bug 4898869
751: -- if p_normal_hours is null or (p_normal_hours <> l_normal_hours) then
752: if p_normal_hours is null or (p_normal_hours <> fnd_number.canonical_to_number(l_normal_hours)) then
753: p_normal_hours:=fnd_number.canonical_to_number(l_normal_hours);
754: end if;
755: if p_frequency is null or (p_frequency <> l_frequency ) then
756: p_frequency:=l_frequency;

Line 753: p_normal_hours:=fnd_number.canonical_to_number(l_normal_hours);

749: end if;
750: --modified if condition as part of bug 4898869
751: -- if p_normal_hours is null or (p_normal_hours <> l_normal_hours) then
752: if p_normal_hours is null or (p_normal_hours <> fnd_number.canonical_to_number(l_normal_hours)) then
753: p_normal_hours:=fnd_number.canonical_to_number(l_normal_hours);
754: end if;
755: if p_frequency is null or (p_frequency <> l_frequency ) then
756: p_frequency:=l_frequency;
757: end if;

Line 795: p_probation_period:=fnd_number.canonical_to_number(l_probation_period);

791: if p_pay_basis_id is null then
792: p_pay_basis_id:=l_pay_basis_id;
793: end if;
794: if p_probation_period is null then
795: p_probation_period:=fnd_number.canonical_to_number(l_probation_period);
796: end if;
797: if p_probation_unit is null then
798: p_probation_unit:=l_probation_unit;
799: end if;