DBA Data[Home] [Help]

APPS.PAY_MULTIASG dependencies on HR_CA_FF_UDFS

Line 432: hourly_rate := hr_ca_ff_udfs.Convert_Period_Type(p_bus_grp_id,

428: INTO v_work_schedule;
429:
430: hr_utility.trace('Going to call Convertr_Period_Type');
431:
432: hourly_rate := hr_ca_ff_udfs.Convert_Period_Type(p_bus_grp_id,
433: p_payroll_id,
434: NULL,
435: p_asst_id,
436: p_ele_entry_id,

Line 454: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings(p_bus_grp_id,

450:
451: -- IF ASG_SALARY_BASIS_CODE WAS DEFAULTED THEN
452: -- mesg = ''Pay Basis MUST be entered for Regular Salary calculation.''
453:
454: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings(p_bus_grp_id,
455: p_asst_id,
456: null,
457: p_payroll_id,
458: p_ele_entry_id,

Line 499: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings(p_bus_grp_id,

495: INTO v_work_schedule;
496:
497: hr_utility.trace('Going to call Calculate_Period_Earnings');
498:
499: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings(p_bus_grp_id,
500: p_asst_id,
501: null,
502: p_payroll_id,
503: p_ele_entry_id,

Line 539: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings(p_bus_grp_id,

535: 'Wage Rate',
536: v_rate_code));
537: actual_hours_worked := 0;
538:
539: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings(p_bus_grp_id,
540: p_asst_id,
541: null,
542: p_payroll_id,
543: p_ele_entry_id,

Line 605: chk_hourly_rate := hr_ca_ff_udfs.Convert_Period_Type(p_bus_grp_id,

601:
602: FETCH work_schedule
603: INTO v_work_schedule;
604:
605: chk_hourly_rate := hr_ca_ff_udfs.Convert_Period_Type(p_bus_grp_id,
606: p_payroll_id,
607: NULL,
608: p_asst_id,
609: p_ele_entry_id,

Line 633: l_dummy_value := hr_ca_ff_udfs.get_earnings_and_type

629: -- 1] Get the type of earnings element.
630:
631: FETCH salary_basis_code INTO v_salary_basis_code;
632:
633: l_dummy_value := hr_ca_ff_udfs.get_earnings_and_type
634: ( p_bus_grp_id => p_bus_grp_id,
635: p_asst_id => v_assignment_id,
636: p_assignment_action_id => 0,
637: p_payroll_id => p_payroll_id,

Line 667: hourly_rate := hr_ca_ff_udfs.Convert_Period_Type(p_bus_grp_id,

663: /*Commenting out this section as custom elements in Canada
664: currently do not perform any prorating, therefore the previous
665: earnings should also not be prorated */
666: /*
667: hourly_rate := hr_ca_ff_udfs.Convert_Period_Type(p_bus_grp_id,
668: p_payroll_id,
669: NULL,
670: p_asst_id,
671: p_ele_entry_id,

Line 686: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings

682: hr_utility.trace('Returned from call to Convert_Period_Type');
683:
684: actual_hours_worked := 0;
685:
686: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings
687: (p_bus_grp_id,
688: p_asst_id,
689: null,
690: p_payroll_id,

Line 727: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings

723: FETCH work_schedule INTO v_work_schedule;
724:
725: hr_utility.trace('Going to call Calculate_Period_Earnings');
726:
727: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings
728: (p_bus_grp_id,
729: p_asst_id,
730: null,
731: p_payroll_id,

Line 763: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings

759: 'Wage Rate',
760: v_rate_code));
761: actual_hours_worked := 0;
762:
763: regular_earnings := hr_ca_ff_udfs.Calculate_Period_Earnings
764: (p_bus_grp_id,
765: p_asst_id,
766: null,
767: p_payroll_id,