DBA Data[Home] [Help]

APPS.PAY_US_TAX_BALS_ADJ_API dependencies on FND_NUMBER

Line 1337: fnd_number.number_to_canonical(l_adj_amt);

1333: l_adj_amt := l_old_taxable_bal * -1;
1334:
1335: end if;
1336: p_ev_tbl(l_taxable_iv_pos) :=
1337: fnd_number.number_to_canonical(l_adj_amt);
1338:
1339: end if;
1340:
1341: ELSIF ((l_old_taxable_bal > l_limit) or

Line 1369: p_ev_tbl(l_taxable_iv_pos) := fnd_number.number_to_canonical(l_adj_amt);

1365: /*
1366: ** modify EV amount of TAXABLE IV before BA processing,
1367: ** set EV amount up to limit, remainder goes INTO excess
1368: */
1369: p_ev_tbl(l_taxable_iv_pos) := fnd_number.number_to_canonical(l_adj_amt);
1370:
1371: END IF;
1372:
1373: END process_limits;

Line 1521: 'Pay Value', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1517:
1518: process_input(p_element_type, l_element.element_type_id,
1519: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1520: p_bg_id, p_adjustment_date,
1521: 'Pay Value', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1522:
1523: ELSIF (p_element_type IN ('FIT')) THEN
1524: hr_utility.set_location (c_proc, 60);
1525: process_input(p_element_type, l_element.element_type_id,

Line 1528: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1524: hr_utility.set_location (c_proc, 60);
1525: process_input(p_element_type, l_element.element_type_id,
1526: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1527: p_bg_id, p_adjustment_date,
1528: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1529:
1530: IF (g_classification = 'Supplemental Earnings') THEN
1531: process_input(p_element_type, l_element.element_type_id,
1532: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1534: 'Supp Tax', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1530: IF (g_classification = 'Supplemental Earnings') THEN
1531: process_input(p_element_type, l_element.element_type_id,
1532: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1533: p_bg_id, p_adjustment_date,
1534: 'Supp Tax', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1535: END IF;
1536: -- 4188782
1537: ELSIF (p_element_type IN ('FSP_SUBJECT')) THEN
1538: hr_utility.set_location (c_proc, 62);

Line 1543: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1539: process_input(p_element_type, l_element.element_type_id,
1540: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1541: p_bg_id, p_adjustment_date,
1542: 'Reduced Subj Whable',
1543: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1544: /*Added for Bug#9872952*/
1545: ELSIF (p_element_type IN ('FIT_SUBJECT','EIC_SUBJECT','SS_SUBJECT_EE','SS_SUBJECT_ER',
1546: 'MEDICARE_SUBJECT_EE','MEDICARE_SUBJECT_ER','FUTA_SUBJECT')) THEN
1547: hr_utility.set_location (c_proc, 63);

Line 1552: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1548: process_input(p_element_type, l_element.element_type_id,
1549: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1550: p_bg_id, p_adjustment_date,
1551: 'Gross',
1552: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1553:
1554: process_input(p_element_type, l_element.element_type_id,
1555: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1556: p_bg_id, p_adjustment_date,

Line 1558: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1554: process_input(p_element_type, l_element.element_type_id,
1555: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1556: p_bg_id, p_adjustment_date,
1557: 'Subj Whable',
1558: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1559: /*End Bug#9872952*/
1560: ELSIF (p_element_type IN ('FIT 3rd Party')) THEN
1561: hr_utility.set_location (c_proc, 65);
1562: process_input(p_element_type, l_element.element_type_id,

Line 1565: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1561: hr_utility.set_location (c_proc, 65);
1562: process_input(p_element_type, l_element.element_type_id,
1563: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1564: p_bg_id, p_adjustment_date,
1565: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1566:
1567: ELSIF (p_element_type IN ('SS_EE', 'Medicare_EE')) THEN
1568: hr_utility.set_location(c_proc, 71);
1569: IF (p_adj_amount <> 0) THEN

Line 1573: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1569: IF (p_adj_amount <> 0) THEN
1570: process_input(p_element_type, l_element.element_type_id,
1571: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1572: p_bg_id, p_adjustment_date,
1573: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1574: END IF;
1575:
1576: hr_utility.set_location(c_proc, 72);
1577: process_input(p_element_type, l_element.element_type_id,

Line 1580: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1576: hr_utility.set_location(c_proc, 72);
1577: process_input(p_element_type, l_element.element_type_id,
1578: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1579: p_bg_id, p_adjustment_date,
1580: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1581:
1582: /*
1583: ** cap the EV amount for the TAXABLE IV if necessary
1584: */

Line 1605: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1601: IF (p_adj_amount <> 0) THEN
1602: process_input(p_element_type, l_element.element_type_id,
1603: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1604: p_bg_id, p_adjustment_date,
1605: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1606: END IF;
1607:
1608: process_input(p_element_type, l_element.element_type_id,
1609: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1611: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1607:
1608: process_input(p_element_type, l_element.element_type_id,
1609: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1610: p_bg_id, p_adjustment_date,
1611: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1612:
1613: /*
1614: ** cap the EV amount for the TAXABLE IV if necessary
1615: */

Line 1630: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1626:
1627: process_input(p_element_type, l_element.element_type_id,
1628: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1629: p_bg_id, p_adjustment_date,
1630: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1631: hr_utility.set_location(c_proc, 82);
1632:
1633: process_input(p_element_type, l_element.element_type_id,
1634: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1642: 'Supp Tax', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1638: IF (g_classification = 'Supplemental Earnings') THEN
1639: process_input(p_element_type, l_element.element_type_id,
1640: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1641: p_bg_id, p_adjustment_date,
1642: 'Supp Tax', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1643: END IF;
1644:
1645: ELSIF (p_element_type IN ('SIT_WK_NON_AGGREGATE_RED_SUBJ_WHABLE')) THEN
1646: hr_utility.set_location (c_proc, 84);

Line 1651: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1647: process_input(p_element_type, l_element.element_type_id,
1648: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1649: p_bg_id, p_adjustment_date,
1650: 'SuppGross',
1651: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1652:
1653: process_input(p_element_type, l_element.element_type_id,
1654: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1655: p_bg_id, p_adjustment_date,

Line 1664: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1660: process_input(p_element_type, l_element.element_type_id,
1661: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1662: p_bg_id, p_adjustment_date,
1663: 'SuppGross',
1664: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1665:
1666: /** sbilling **/
1667: /*
1668: ** new tax element to be processed, use SIT_WK as a template

Line 1676: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1672:
1673: process_input(p_element_type, l_element.element_type_id,
1674: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1675: p_bg_id, p_adjustment_date,
1676: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1677: hr_utility.set_location(c_proc, 87);
1678:
1679:
1680: /*

Line 1696: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1692: IF (p_adj_amount <> 0) THEN
1693: process_input(p_element_type, l_element.element_type_id,
1694: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1695: p_bg_id, p_adjustment_date,
1696: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1697: hr_utility.set_location(c_proc, 915);
1698: END IF;
1699:
1700: hr_utility.set_location(c_proc, 92);

Line 1707: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1703: process_input(p_element_type, l_element.element_type_id,
1704: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1705: p_bg_id, p_adjustment_date,
1706: 'Taxable',
1707: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1708: else
1709: process_input(p_element_type, l_element.element_type_id,
1710: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1711: p_bg_id, p_adjustment_date,

Line 1713: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1709: process_input(p_element_type, l_element.element_type_id,
1710: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1711: p_bg_id, p_adjustment_date,
1712: 'TAXABLE',
1713: fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1714: end if;
1715:
1716:
1717: hr_utility.set_location(c_proc, 93);

Line 1749: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1745:
1746: process_input(p_element_type, l_element.element_type_id,
1747: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1748: p_bg_id, p_adjustment_date,
1749: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1750: hr_utility.set_location(c_proc, 102);
1751:
1752: process_input(p_element_type, l_element.element_type_id,
1753: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1773: 'Gross', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1769:
1770: process_input(p_element_type, l_element.element_type_id,
1771: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1772: p_bg_id, p_adjustment_date,
1773: 'Gross', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1774: hr_utility.set_location(c_proc, 113);
1775: END IF;
1776:
1777: process_input(p_element_type, l_element.element_type_id,

Line 1780: 'Subj Whable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1776:
1777: process_input(p_element_type, l_element.element_type_id,
1778: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1779: p_bg_id, p_adjustment_date,
1780: 'Subj Whable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1781: hr_utility.set_location(c_proc, 114);
1782:
1783: IF (g_classification IN ('Imputed Earnings',
1784: 'Supplemental Earnings')

Line 1791: 'Subj NWhable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1787:
1788: process_input (p_element_type, l_element.element_type_id,
1789: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1790: p_bg_id, p_adjustment_date,
1791: 'Subj NWhable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1792: END IF;
1793:
1794: ELSIF (p_element_type IN ('SDI_SUBJECT_EE', 'SDI_SUBJECT_ER',
1795: 'SUI_SUBJECT_EE', 'SUI_SUBJECT_ER')) THEN

Line 1807: 'Gross', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1803:
1804: process_input(p_element_type, l_element.element_type_id,
1805: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1806: p_bg_id, p_adjustment_date,
1807: 'Gross', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1808: hr_utility.set_location(c_proc, 123);
1809:
1810: process_input(p_element_type, l_element.element_type_id,
1811: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1813: 'Subj Whable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1809:
1810: process_input(p_element_type, l_element.element_type_id,
1811: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1812: p_bg_id, p_adjustment_date,
1813: 'Subj Whable', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1814:
1815: ELSIF (p_element_type IN ('SUI_ER', 'SDI_ER')) THEN
1816: hr_utility.set_location (c_proc, 124);
1817:

Line 1828: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);

1824: IF (p_adj_amount <> 0) THEN
1825: process_input(p_element_type, l_element.element_type_id,
1826: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1827: p_bg_id, p_adjustment_date,
1828: 'Pay Value', fnd_number.number_to_canonical(p_adj_amount), l_num_ev);
1829: END IF;
1830:
1831: process_input(p_element_type, l_element.element_type_id,
1832: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,

Line 1839: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);

1835:
1836: process_input(p_element_type, l_element.element_type_id,
1837: l_iv_tbl, l_iv_names_tbl, l_ev_tbl,
1838: p_bg_id, p_adjustment_date,
1839: 'TAXABLE', fnd_number.number_to_canonical(p_earn_amount), l_num_ev);
1840:
1841: /*
1842: ** cap the EV amount for the TAXABLE IV if necessary
1843: */