DBA Data[Home] [Help]

APPS.PYNEGNET01 dependencies on PAY_FORMULA_RESULTS

Line 1807: ln_stat_id := pay_formula_results.ins_stat_proc_rule(

1803: hr_utility.set_location('pynegnet01.create_post_el',3);
1804: --
1805: /* insert status processing rule */
1806: ln_formula_id := ff_id_list (el_cnt);
1807: ln_stat_id := pay_formula_results.ins_stat_proc_rule(
1808: p_business_group_id => v_business_group_id,
1809: p_legislation_code => v_legislation_code,
1810: p_effective_start_date => v_effective_start_date,
1811: p_effective_end_date => v_effective_end_date,

Line 1837: ln_rule_id := pay_formula_results.ins_form_res_rule(

1833: lc_result_rule_type := 'I';
1834: ln_element_type_id := arr_element_id_list (el_cnt);
1835: ln_find := (el_cnt-1)*2+rule_cnt;
1836: ln_input_value_id := arr_inp_id_list (ln_find);
1837: ln_rule_id := pay_formula_results.ins_form_res_rule(
1838: p_business_group_id => v_business_group_id,
1839: p_legislation_code => v_legislation_code,
1840: p_effective_start_date => v_effective_start_date,
1841: p_effective_end_date => v_effective_end_date,

Line 1856: ln_rule_id := pay_formula_results.ins_form_res_rule(

1852: /* part 2 */
1853: lc_result_name := 'ARR_RET_MSG';
1854: lc_result_rule_type := 'M';
1855: -- ln_element_type_id := arr_element_id_list (el_cnt);
1856: ln_rule_id := pay_formula_results.ins_form_res_rule(
1857: p_business_group_id => v_business_group_id,
1858: p_legislation_code => v_legislation_code,
1859: p_effective_start_date => v_effective_start_date,
1860: p_effective_end_date => v_effective_end_date,

Line 1880: ln_rule_id := pay_formula_results.ins_form_res_rule(

1876: lc_result_rule_type := 'I';
1877: ln_element_type_id := post_element_id_list (el_cnt+1);
1878: ln_find := (el_cnt*5)+rule_cnt;
1879: ln_input_value_id := post_inp_id_list (ln_find);
1880: ln_rule_id := pay_formula_results.ins_form_res_rule(
1881: p_business_group_id => v_business_group_id,
1882: p_legislation_code => v_legislation_code,
1883: p_effective_start_date => v_effective_start_date,
1884: p_effective_end_date => v_effective_end_date,

Line 1987: ln_rule_id := pay_formula_results.ins_form_res_rule(

1983: lc_result_name := vertex_res_out_name_list (rule_cnt);
1984: lc_result_rule_type := 'I';
1985: ln_element_type_id := post_element_id_list (1);
1986: ln_input_value_id := post_inp_id_list (rule_cnt);
1987: ln_rule_id := pay_formula_results.ins_form_res_rule(
1988: p_business_group_id => v_business_group_id,
1989: p_legislation_code => v_legislation_code,
1990: p_effective_start_date => v_effective_start_date,
1991: p_effective_end_date => v_effective_end_date,