DBA Data[Home] [Help]

APPS.PAY_IN_24Q_ARCHIVE dependencies on PAY_IN_TAX_UTILS

Line 1185: pay_in_tax_utils.get_defined_balance('Gross Chapter VIA Deductions','_ASG_LE_COMP_PTD');

1181: g_context_table(1).source_text2 := 'Donations'; -- 80G
1182: g_context_table(1).tax_unit_id := p_gre_id;
1183:
1184: g_balance_value_tab1(1).defined_balance_id :=
1185: pay_in_tax_utils.get_defined_balance('Gross Chapter VIA Deductions','_ASG_LE_COMP_PTD');
1186:
1187: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1188: ,p_defined_balance_lst => g_balance_value_tab1
1189: ,p_context_lst => g_context_table

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

1196: g_balance_value_tab1.DELETE;
1197: g_context_table.DELETE;
1198: g_result_table1.DELETE;
1199:
1200: g_balance_value_tab1(1).defined_balance_id := pay_in_tax_utils.get_defined_balance
1201: ('Deductions under Section 80CCE','_ASG_LE_COMP_PTD');
1202: g_context_table(1).source_text2 := 'Deferred Annuity';
1203: g_context_table(1).tax_unit_id := p_gre_id;
1204: g_context_table(2).source_text2 := 'Pension Fund 80CCC';

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

1727: end if;
1728:
1729: IF p_balance_name IS NOT NULL THEN
1730: g_balance_value_tab(1).defined_balance_id :=
1731: pay_in_tax_utils.get_defined_balance(p_balance_name,p_balance_dimension);
1732: END IF;
1733:
1734: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1735: ,p_defined_balance_lst => g_balance_value_tab

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

1865: pay_in_utils.trace('pre_gre_asg_act_id : ',pre_gre_asg_act_id);
1866: pay_in_utils.trace('******************************','********************');
1867: end if;
1868:
1869: l_defined_balance_id :=pay_in_tax_utils.get_defined_balance('Cost and Rent of Furniture','_ASG_YTD');
1870:
1871: l_total_value := pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id,
1872: p_defined_balance_id => l_defined_balance_id);
1873:

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

1921: ,g_context_table => g_context_table
1922: ,g_balance_value_tab => g_balance_value_tab1
1923: ,g_result_table => g_result_table1
1924: );
1925: l_defined_balance_id :=pay_in_tax_utils.get_defined_balance('Projected Employee Contribution for Company Accommodation','_ASG_PTD');
1926: l_balance_value := pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id,
1927: p_defined_balance_id => l_defined_balance_id);
1928:
1929:

Line 2656: 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));

2652: OPEN csr_payroll_id(l_assignment_id,l_run_date_earned);
2653: FETCH csr_payroll_id INTO l_payroll_id;
2654: CLOSE csr_payroll_id;
2655:
2656: 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));
2657: l_current_pay_period := pay_in_tax_utils.get_period_number(l_payroll_id,l_run_date_earned);
2658: p_rem_pay_period := GREATEST((l_total_pay_period - l_current_pay_period),0);
2659:
2660: -- Get Previous GRE's max assignment action id

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

2653: FETCH csr_payroll_id INTO l_payroll_id;
2654: CLOSE csr_payroll_id;
2655:
2656: 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));
2657: l_current_pay_period := pay_in_tax_utils.get_period_number(l_payroll_id,l_run_date_earned);
2658: p_rem_pay_period := GREATEST((l_total_pay_period - l_current_pay_period),0);
2659:
2660: -- Get Previous GRE's max assignment action id
2661: l_previous_gre_asg_action_id := NULL;