DBA Data[Home] [Help]

APPS.PAY_IN_24Q_ARCHIVE dependencies on PAY_IN_TAX_UTILS

Line 1271: pay_in_tax_utils.get_defined_balance('Gross Chapter VIA Deductions','_ASG_LE_COMP_DE_PTD');

1267: g_context_table(1).source_text2 := 'Donations'; -- 80G
1268: g_context_table(1).tax_unit_id := p_gre_id;
1269:
1270: g_balance_value_tab1(1).defined_balance_id :=
1271: pay_in_tax_utils.get_defined_balance('Gross Chapter VIA Deductions','_ASG_LE_COMP_DE_PTD');
1272:
1273: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1274: ,p_defined_balance_lst => g_balance_value_tab1
1275: ,p_context_lst => g_context_table

Line 1286: g_balance_value_tab1(1).defined_balance_id := pay_in_tax_utils.get_defined_balance

1282: g_balance_value_tab1.DELETE;
1283: g_context_table.DELETE;
1284: g_result_table1.DELETE;
1285:
1286: g_balance_value_tab1(1).defined_balance_id := pay_in_tax_utils.get_defined_balance
1287: ('Deductions under Section 80CCE','_ASG_LE_COMP_DE_PTD');
1288: g_context_table(1).source_text2 := 'Deferred Annuity';
1289: g_context_table(1).tax_unit_id := p_gre_id;
1290: g_context_table(2).source_text2 := 'Pension Fund 80CCC';

Line 1837: pay_in_tax_utils.get_defined_balance(p_balance_name,p_balance_dimension);

1833: end if;
1834:
1835: IF p_balance_name IS NOT NULL THEN
1836: g_balance_value_tab(1).defined_balance_id :=
1837: pay_in_tax_utils.get_defined_balance(p_balance_name,p_balance_dimension);
1838: END IF;
1839:
1840: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1841: ,p_defined_balance_lst => g_balance_value_tab

Line 1975: l_defined_balance_id :=pay_in_tax_utils.get_defined_balance('Cost and Rent of Furniture','_ASG_YTD');

1971: pay_in_utils.trace('pre_gre_asg_act_id : ',pre_gre_asg_act_id);
1972: pay_in_utils.trace('******************************','********************');
1973: end if;
1974:
1975: l_defined_balance_id :=pay_in_tax_utils.get_defined_balance('Cost and Rent of Furniture','_ASG_YTD');
1976:
1977: l_total_value := pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id,
1978: p_defined_balance_id => l_defined_balance_id);
1979:

Line 2031: l_defined_balance_id :=pay_in_tax_utils.get_defined_balance('Projected Employee Contribution for Company Accommodation','_ASG_DE_PTD');

2027: ,g_context_table => g_context_table
2028: ,g_balance_value_tab => g_balance_value_tab1
2029: ,g_result_table => g_result_table1
2030: );
2031: l_defined_balance_id :=pay_in_tax_utils.get_defined_balance('Projected Employee Contribution for Company Accommodation','_ASG_DE_PTD');
2032: l_balance_value := pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id,
2033: p_defined_balance_id => l_defined_balance_id);
2034:
2035:

Line 2762: l_total_pay_period := pay_in_tax_utils.get_period_number(l_payroll_id,LEAST(l_actual_term_date,g_asg_tab(i).end_date));

2758: OPEN csr_payroll_id(l_assignment_id,l_run_date_earned);
2759: FETCH csr_payroll_id INTO l_payroll_id;
2760: CLOSE csr_payroll_id;
2761:
2762: l_total_pay_period := pay_in_tax_utils.get_period_number(l_payroll_id,LEAST(l_actual_term_date,g_asg_tab(i).end_date));
2763: l_current_pay_period := pay_in_tax_utils.get_period_number(l_payroll_id,l_run_date_earned);
2764: p_rem_pay_period := GREATEST((l_total_pay_period - l_current_pay_period),0);
2765:
2766: -- Get Previous GRE's max assignment action id

Line 2763: l_current_pay_period := pay_in_tax_utils.get_period_number(l_payroll_id,l_run_date_earned);

2759: FETCH csr_payroll_id INTO l_payroll_id;
2760: CLOSE csr_payroll_id;
2761:
2762: l_total_pay_period := pay_in_tax_utils.get_period_number(l_payroll_id,LEAST(l_actual_term_date,g_asg_tab(i).end_date));
2763: l_current_pay_period := pay_in_tax_utils.get_period_number(l_payroll_id,l_run_date_earned);
2764: p_rem_pay_period := GREATEST((l_total_pay_period - l_current_pay_period),0);
2765:
2766: -- Get Previous GRE's max assignment action id
2767: l_previous_gre_asg_action_id := NULL;