DBA Data[Home] [Help]

APPS.PAY_US_EARNINGS_TEMPLATE dependencies on PAY_FORMULA_RESULTS

Line 576: l_rr_id := pay_formula_results.ins_form_res_rule (

572: LOOP
573: l_stat_proc_rule_id := c_rec.status_processing_rule_id;
574: END LOOP;
575: hr_utility.set_location(l_proc, 190);
576: l_rr_id := pay_formula_results.ins_form_res_rule (
577: p_business_group_id => p_bg_id,
578: p_legislation_code => NULL,
579: p_effective_start_date => p_ele_eff_start_date,
580: p_effective_end_date => NULL,

Line 593: l_rr_id := pay_formula_results.ins_form_res_rule (

589: LOOP
590: l_hr_iv_id := c_rec.input_value_id;
591: END LOOP;
592: hr_utility.set_location(l_proc, 210);
593: l_rr_id := pay_formula_results.ins_form_res_rule (
594: p_business_group_id => p_bg_id,
595: p_legislation_code => NULL,
596: p_effective_start_date => p_ele_eff_start_date,
597: p_effective_end_date => NULL,

Line 612: l_rr_id := pay_formula_results.ins_form_res_rule (

608: l_hr_iv_id := c_rec.input_value_id;
609: END LOOP;
610: hr_utility.set_location(l_proc, 230);
611:
612: l_rr_id := pay_formula_results.ins_form_res_rule (
613: p_business_group_id => p_bg_id,
614: p_legislation_code => NULL,
615: p_effective_start_date => p_ele_eff_start_date,
616: p_effective_end_date => NULL,

Line 630: l_rr_id := pay_formula_results.ins_form_res_rule (

626: LOOP
627: l_hr_iv_id := c_rec.input_value_id;
628: END LOOP;
629: hr_utility.set_location(l_proc, 250);
630: l_rr_id := pay_formula_results.ins_form_res_rule (
631: p_business_group_id => p_bg_id,
632: p_legislation_code => NULL,
633: p_effective_start_date => p_ele_eff_start_date,
634: p_effective_end_date => NULL,