DBA Data[Home] [Help]

APPS.PAY_IN_EOY_ARCHIVE dependencies on PAY_IN_TAX_UTILS

Line 889: pay_in_tax_utils.get_defined_balance('Adjusted Advance for Allowances','_ASG_COMP_YTD');

885: IF (p_action_inf_category ='IN_EOY_ALLOW') THEN
886: pay_in_utils.set_location(g_debug,l_procedure, 21);
887:
888: g_balance_value_tab(1).defined_balance_id :=
889: pay_in_tax_utils.get_defined_balance('Adjusted Advance for Allowances','_ASG_COMP_YTD');
890:
891: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
892: ,p_defined_balance_lst => g_balance_value_tab
893: ,p_context_lst => g_context_table

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

917: pay_in_utils.set_location(g_debug,l_procedure, 25);
918: /* Allowance Advance functionality End*/
919:
920: g_balance_value_tab(1).defined_balance_id :=
921: pay_in_tax_utils.get_defined_balance(p_balance_name,p_balance_dimension);
922:
923: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
924: ,p_defined_balance_lst => g_balance_value_tab
925: ,p_context_lst => g_context_table

Line 950: pay_in_tax_utils.get_defined_balance(p_balance_name1,p_balance_dimension1);

946: IF (p_balance_name1 IS NOT NULL)
947: THEN
948: pay_in_utils.set_location(g_debug,l_procedure, 50);
949: g_balance_value_tab(1).defined_balance_id :=
950: pay_in_tax_utils.get_defined_balance(p_balance_name1,p_balance_dimension1);
951:
952: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
953: ,p_defined_balance_lst => g_balance_value_tab
954: ,p_context_lst => g_context_table

Line 977: pay_in_tax_utils.get_defined_balance(p_balance_name2,p_balance_dimension2);

973: IF (p_balance_name2 IS NOT NULL)
974: THEN
975: pay_in_utils.set_location(g_debug,l_procedure, 90);
976: g_balance_value_tab(1).defined_balance_id :=
977: pay_in_tax_utils.get_defined_balance(p_balance_name2,p_balance_dimension2);
978:
979: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
980: ,p_defined_balance_lst => g_balance_value_tab
981: ,p_context_lst => g_context_table

Line 1003: pay_in_tax_utils.get_defined_balance(p_balance_name3,p_balance_dimension3);

999: IF (p_balance_name3 IS NOT NULL)
1000: THEN
1001: pay_in_utils.set_location(g_debug,l_procedure, 120);
1002: g_balance_value_tab(1).defined_balance_id :=
1003: pay_in_tax_utils.get_defined_balance(p_balance_name3,p_balance_dimension3);
1004:
1005: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1006: ,p_defined_balance_lst => g_balance_value_tab
1007: ,p_context_lst => g_context_table

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

1299: g_context_table(i).tax_unit_id := p_gre_id;
1300: END LOOP;
1301:
1302: g_balance_value_tab1(1).defined_balance_id :=
1303: pay_in_tax_utils.get_defined_balance('Gross Chapter VIA Deductions','_ASG_LE_COMP_PTD');
1304:
1305: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1306: ,p_defined_balance_lst => g_balance_value_tab1
1307: ,p_context_lst => g_context_table

Line 1412: pay_in_tax_utils.get_defined_balance('Deductions under Section 80CCE','_ASG_LE_COMP_PTD');

1408: END LOOP;
1409:
1410:
1411: g_balance_value_tab(1).defined_balance_id :=
1412: pay_in_tax_utils.get_defined_balance('Deductions under Section 80CCE','_ASG_LE_COMP_PTD');
1413:
1414: -- Qualifying Amounts for Life Insurance and Deferred Annuity obtained
1415: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1416: ,p_defined_balance_lst => g_balance_value_tab

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

1429: pay_in_utils.set_location(g_debug,l_procedure, 100);
1430: g_context_table(1).source_text2 := 'Life Insurance Premium';
1431: g_context_table(1).tax_unit_id := p_gre_id;
1432: g_balance_value_tab1(1).defined_balance_id :=
1433: pay_in_tax_utils.get_defined_balance('Gross Chapter VIA Deductions','_ASG_LE_COMP_PTD');
1434:
1435: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1436: ,p_defined_balance_lst => g_balance_value_tab1
1437: ,p_context_lst => g_context_table

Line 1452: pay_in_tax_utils.get_defined_balance('Deferred Annuity','_ASG_LE_PTD');

1448: g_context_table.DELETE;
1449: g_context_table(1).tax_unit_id := p_gre_id;
1450:
1451: g_balance_value_tab1(1).defined_balance_id :=
1452: pay_in_tax_utils.get_defined_balance('Deferred Annuity','_ASG_LE_PTD');
1453:
1454: --Gross Amount for Pension Fund 80CCC
1455:
1456: g_balance_value_tab1(2).defined_balance_id :=

Line 1457: pay_in_tax_utils.get_defined_balance('Pension Fund','_ASG_LE_PTD');

1453:
1454: --Gross Amount for Pension Fund 80CCC
1455:
1456: g_balance_value_tab1(2).defined_balance_id :=
1457: pay_in_tax_utils.get_defined_balance('Pension Fund','_ASG_LE_PTD');
1458:
1459: --Gross Amount for Senior Citizens
1460:
1461: g_balance_value_tab1(3).defined_balance_id :=

Line 1462: pay_in_tax_utils.get_defined_balance('Senior Citizens Savings Scheme','_ASG_LE_PTD');

1458:
1459: --Gross Amount for Senior Citizens
1460:
1461: g_balance_value_tab1(3).defined_balance_id :=
1462: pay_in_tax_utils.get_defined_balance('Senior Citizens Savings Scheme','_ASG_LE_PTD');
1463:
1464:
1465: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1466: ,p_defined_balance_lst => g_balance_value_tab1

Line 1489: pay_in_tax_utils.get_defined_balance('F16 ER Pension Contribution','_ASG_LE_PTD');

1485:
1486: --Gross Amount and Qualifying Amount for 80CCD
1487: g_context_table(1).tax_unit_id := p_gre_id;
1488: g_balance_value_tab1(1).defined_balance_id :=
1489: pay_in_tax_utils.get_defined_balance('F16 ER Pension Contribution','_ASG_LE_PTD');
1490: g_balance_value_tab1(2).defined_balance_id :=
1491: pay_in_tax_utils.get_defined_balance('F16 Section 80CCD','_ASG_LE_PTD');
1492:
1493: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id

Line 1491: pay_in_tax_utils.get_defined_balance('F16 Section 80CCD','_ASG_LE_PTD');

1487: g_context_table(1).tax_unit_id := p_gre_id;
1488: g_balance_value_tab1(1).defined_balance_id :=
1489: pay_in_tax_utils.get_defined_balance('F16 ER Pension Contribution','_ASG_LE_PTD');
1490: g_balance_value_tab1(2).defined_balance_id :=
1491: pay_in_tax_utils.get_defined_balance('F16 Section 80CCD','_ASG_LE_PTD');
1492:
1493: pay_balance_pkg.get_value(p_assignment_action_id => p_run_asg_action_id
1494: ,p_defined_balance_lst => g_balance_value_tab1
1495: ,p_context_lst => g_context_table

Line 1726: l_defined_balance_id := pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance','_ASG_YTD');

1722: IF (pre_gre_asg_act_id IS NOT NULL)--Not the first record
1723: THEN
1724: IF p_flag -- Neither the first nor the last record. Hence diff of THRA _ASG_YTD at 2 diff act ids.
1725: THEN
1726: l_defined_balance_id := pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance','_ASG_YTD');
1727: l_value := pay_balance_pkg.get_value(p_defined_balance_id => l_defined_balance_id
1728: ,p_assignment_action_id => p_run_asg_action_id
1729: );
1730: l_value := l_value - pay_balance_pkg.get_value(p_defined_balance_id => l_defined_balance_id

Line 1735: pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance for Projection','_ASG_LE_PTD');

1731: ,p_assignment_action_id => pre_gre_asg_act_id
1732: );
1733: ELSE -- Last Record. Hence diff of Projected and YTD value.
1734: l_defined_balance_id :=
1735: pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance for Projection','_ASG_LE_PTD');
1736:
1737: l_value := pay_balance_pkg.get_value(p_defined_balance_id => l_defined_balance_id
1738: ,p_assignment_action_id => p_run_asg_action_id
1739: );

Line 1740: l_defined_balance_id := pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance','_ASG_YTD');

1736:
1737: l_value := pay_balance_pkg.get_value(p_defined_balance_id => l_defined_balance_id
1738: ,p_assignment_action_id => p_run_asg_action_id
1739: );
1740: l_defined_balance_id := pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance','_ASG_YTD');
1741: l_value := l_value - pay_balance_pkg.get_value(p_defined_balance_id => l_defined_balance_id
1742: ,p_assignment_action_id => pre_gre_asg_act_id
1743: );
1744: END IF;

Line 1748: l_defined_balance_id := pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance','_ASG_YTD');

1744: END IF;
1745: ELSIF p_flag -- First Record in a multi tan scenario, hence take the THRA_ASG_YTD
1746: THEN
1747: pay_in_utils.set_location(g_debug,l_procedure, 40);
1748: l_defined_balance_id := pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance','_ASG_YTD');
1749: l_value := pay_balance_pkg.get_value(p_defined_balance_id => l_defined_balance_id
1750: ,p_assignment_action_id => p_run_asg_action_id
1751: );
1752: ELSE -- Only a single record exists, hence take the Projetced value

Line 1754: l_defined_balance_id := pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance for Projection','_ASG_PTD');

1750: ,p_assignment_action_id => p_run_asg_action_id
1751: );
1752: ELSE -- Only a single record exists, hence take the Projetced value
1753: pay_in_utils.set_location(g_debug,l_procedure, 50);
1754: l_defined_balance_id := pay_in_tax_utils.get_defined_balance('Taxable House Rent Allowance for Projection','_ASG_PTD');
1755: l_value := pay_balance_pkg.get_value(p_defined_balance_id => l_defined_balance_id
1756: ,p_assignment_action_id => p_run_asg_action_id
1757: );
1758: END IF;