DBA Data[Home] [Help]

APPS.PER_QH_POPULATE dependencies on FND_NUMBER

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

354: ,l_normal_hours
355: ,p_frequency;
356: if get_work_day_information%found then
357: close get_work_day_information;
358: p_normal_hours:=fnd_number.canonical_to_number(l_normal_hours);
359: else
360: close get_work_day_information;
361: end if;
362: --

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

755: p_time_normal_finish:=l_time_normal_finish;
756: end if;
757: --modified if condition as part of bug 4898869
758: -- if p_normal_hours is null or (p_normal_hours <> l_normal_hours) then
759: if p_normal_hours is null or (p_normal_hours <> fnd_number.canonical_to_number(l_normal_hours)) then
760: p_normal_hours:=fnd_number.canonical_to_number(l_normal_hours);
761: end if;
762: if p_frequency is null or (p_frequency <> l_frequency ) then
763: p_frequency:=l_frequency;

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

756: end if;
757: --modified if condition as part of bug 4898869
758: -- if p_normal_hours is null or (p_normal_hours <> l_normal_hours) then
759: if p_normal_hours is null or (p_normal_hours <> fnd_number.canonical_to_number(l_normal_hours)) then
760: p_normal_hours:=fnd_number.canonical_to_number(l_normal_hours);
761: end if;
762: if p_frequency is null or (p_frequency <> l_frequency ) then
763: p_frequency:=l_frequency;
764: end if;

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

798: if p_pay_basis_id is null then
799: p_pay_basis_id:=l_pay_basis_id;
800: end if;
801: if p_probation_period is null then
802: p_probation_period:=fnd_number.canonical_to_number(l_probation_period);
803: end if;
804: if p_probation_unit is null then
805: p_probation_unit:=l_probation_unit;
806: end if;