DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_API dependencies on HR_UTILITY

Line 839: hr_utility.set_location('Entering:'|| l_proc, 10);

835: AND p_effective_date BETWEEN effective_start_date AND effective_end_date;
836: --
837: --
838: begin
839: hr_utility.set_location('Entering:'|| l_proc, 10);
840: --
841: -- Issue a savepoint
842: --
843: savepoint create_ie_paye_details;

Line 1169: hr_utility.set_location(' Leaving:'||l_proc, 70);

1165: p_object_version_number := l_object_version_number;
1166: p_effective_start_date := l_effective_start_date;
1167: p_effective_end_date := l_effective_end_Date;
1168: --
1169: hr_utility.set_location(' Leaving:'||l_proc, 70);
1170: exception
1171: when hr_api.validate_enabled then
1172: --
1173: -- As the Validate_Enabled exception has been raised

Line 1186: hr_utility.set_location(' Leaving:'||l_proc, 80);

1182: p_paye_details_id := null;
1183: p_object_version_number := null;
1184: p_effective_start_date := null;
1185: p_effective_end_Date := null;
1186: hr_utility.set_location(' Leaving:'||l_proc, 80);
1187: when others then
1188: --
1189: -- A validation or unexpected error has occured
1190: --

Line 1196: hr_utility.set_location(' Leaving:'||l_proc, 90);

1192: p_paye_details_id := null;
1193: p_object_version_number := null;
1194: p_effective_start_date := null;
1195: p_effective_end_Date := null;
1196: hr_utility.set_location(' Leaving:'||l_proc, 90);
1197: raise;
1198: end create_ie_paye_details;
1199: --
1200: --

Line 1362: hr_utility.set_location('Entering:'|| l_proc, 10);

1358: rec_future_entry_exist future_entry_csr%rowtype;
1359:
1360: --6015209
1361: begin
1362: hr_utility.set_location('Entering:'|| l_proc, 10);
1363: l_tax_yr_start_date := to_date('01/01/' || to_char(p_effective_date,'YYYY'),'DD/MM/YYYY'); --6015209
1364: --
1365: -- Issue a savepoint
1366: --

Line 1389: hr_utility.set_location('before pay_ie_paye_bk2.update_ie_paye_details_b', 2001);

1385: --
1386: -- Call Before Process User Hook
1387: --
1388: begin
1389: hr_utility.set_location('before pay_ie_paye_bk2.update_ie_paye_details_b', 2001);
1390: pay_ie_paye_bk2.update_ie_paye_details_b
1391: (p_effective_date => p_effective_date
1392: ,p_datetrack_update_mode => p_datetrack_update_mode
1393: ,p_business_group_id => l_business_group_id

Line 1459: hr_utility.set_location('after pay_ie_paye_bk2.update_ie_paye_details_b', 2001);

1455: ,p_usc_pay_this_employment => p_usc_pay_this_employment
1456: ,p_usc_tax_this_employment => p_usc_tax_this_employment
1457: --13359423
1458: );
1459: hr_utility.set_location('after pay_ie_paye_bk2.update_ie_paye_details_b', 2001);
1460: exception
1461: when hr_api.cannot_find_prog_unit then
1462: hr_api.cannot_find_prog_unit_error
1463: (p_module_name => 'update_ie_paye_details'

Line 1478: hr_utility.set_location('before pay_ipd_upd.upd', 2002);

1474: l_program_id := fnd_global.conc_program_id;
1475: --
1476: -- Call row handler procedure to update paye details
1477: --
1478: hr_utility.set_location('before pay_ipd_upd.upd', 2002);
1479: pay_ipd_upd.upd
1480: ( p_effective_date => p_effective_date
1481: ,p_datetrack_mode => p_datetrack_update_mode
1482: ,p_paye_details_id => p_paye_details_id

Line 1539: hr_utility.set_location('after pay_ipd_upd.upd', 2002);

1535: ,p_usc_tax_basis => p_usc_tax_basis
1536: ,p_usc_info_source => p_usc_info_source
1537: --13359423
1538: );
1539: hr_utility.set_location('after pay_ipd_upd.upd', 2002);
1540: --
1541: -- Get effective date of the P45 balance adjustment
1542: -- If PAYE details record first started before current fiscal year then
1543: -- P45 adjustment effective date is the first day of the fiscal year

Line 1630: hr_utility.set_location('before update_p46', 2003);

1626: END IF;
1627: CLOSE future_entry_csr;
1628: --END IF;
1629:
1630: hr_utility.set_location('before update_p46', 2003);
1631:
1632: --6015209
1633: IF ( nvl(p_Tax_This_Employment,0) <> 0 OR
1634: nvl(p_Pay_This_Employment,0) <> 0 OR

Line 1669: hr_utility.set_location('after update_p46', 2003);

1665: );
1666: END IF;
1667: --6015209
1668:
1669: hr_utility.set_location('after update_p46', 2003);
1670:
1671: --
1672: -- Call After Process User Hook
1673: --

Line 1675: hr_utility.set_location('before pay_ie_paye_bk2.update_ie_paye_details_a', 2004);

1671: --
1672: -- Call After Process User Hook
1673: --
1674: begin
1675: hr_utility.set_location('before pay_ie_paye_bk2.update_ie_paye_details_a', 2004);
1676: pay_ie_paye_bk2.update_ie_paye_details_a
1677: (p_effective_date => p_effective_date
1678: ,p_business_group_id => l_business_group_id
1679: ,p_datetrack_update_mode => p_datetrack_update_mode

Line 1748: hr_utility.set_location('after pay_ie_paye_bk2.update_ie_paye_details_a', 2004);

1744: ,p_usc_tax_this_employment => p_usc_tax_this_employment
1745: --13359423
1746: );
1747:
1748: hr_utility.set_location('after pay_ie_paye_bk2.update_ie_paye_details_a', 2004);
1749: exception
1750: when hr_api.cannot_find_prog_unit then
1751: hr_api.cannot_find_prog_unit_error
1752: (p_module_name => 'update_ie_paye_details'

Line 1759: hr_utility.set_location('before p_validate', 2005);

1755: end;
1756: --
1757: -- When in validation only mode raise the Validate_Enabled exception
1758: --
1759: hr_utility.set_location('before p_validate', 2005);
1760: if p_validate then
1761: raise hr_api.validate_enabled;
1762: end if;
1763: hr_utility.set_location('after p_validate', 2005);

Line 1763: hr_utility.set_location('after p_validate', 2005);

1759: hr_utility.set_location('before p_validate', 2005);
1760: if p_validate then
1761: raise hr_api.validate_enabled;
1762: end if;
1763: hr_utility.set_location('after p_validate', 2005);
1764: --
1765: -- Set all output arguments
1766: --
1767: p_object_version_number := l_object_version_number;

Line 1771: hr_utility.set_location(' Leaving:'||l_proc, 70);

1767: p_object_version_number := l_object_version_number;
1768: p_effective_start_date := l_effective_start_date;
1769: p_effective_end_date := l_effective_end_Date;
1770: --
1771: hr_utility.set_location(' Leaving:'||l_proc, 70);
1772: exception
1773: when hr_api.validate_enabled then
1774: --
1775: -- As the Validate_Enabled exception has been raised

Line 1778: hr_utility.set_location('Inside when hr_api.validate_enabled', 2009);

1774: --
1775: -- As the Validate_Enabled exception has been raised
1776: -- we must rollback to the savepoint
1777: --
1778: hr_utility.set_location('Inside when hr_api.validate_enabled', 2009);
1779: rollback to update_ie_paye_details;
1780: --
1781: -- Only set output warning arguments
1782: -- (Any key or derived arguments must be set to null

Line 1790: hr_utility.set_location(' Leaving:'||l_proc, 80);

1786: -- therefore no need to reset p_object_version_number
1787: p_object_version_number := l_object_version_number;
1788: p_effective_start_date := null;
1789: p_effective_end_Date := null;
1790: hr_utility.set_location(' Leaving:'||l_proc, 80);
1791: when others then
1792: --
1793: -- A validation or unexpected error has occured
1794: --

Line 1795: hr_utility.set_location('Inside when others', 2010);

1791: when others then
1792: --
1793: -- A validation or unexpected error has occured
1794: --
1795: hr_utility.set_location('Inside when others', 2010);
1796: rollback to update_ie_paye_details;
1797: p_object_version_number := l_object_version_number;
1798: p_effective_start_date := null;
1799: p_effective_end_Date := null;

Line 1800: hr_utility.set_location(' Leaving:'||l_proc, 90);

1796: rollback to update_ie_paye_details;
1797: p_object_version_number := l_object_version_number;
1798: p_effective_start_date := null;
1799: p_effective_end_Date := null;
1800: hr_utility.set_location(' Leaving:'||l_proc, 90);
1801: raise;
1802: end update_ie_paye_details;
1803:
1804: --

Line 1845: --hr_utility.trace_on(NULL,'RSS');

1841: --
1842: l_object_version_p45p3 NUMBER;
1843: --
1844: begin
1845: --hr_utility.trace_on(NULL,'RSS');
1846: hr_utility.set_location('Entering:'|| l_proc, 10);
1847: --
1848: -- Issue a savepoint
1849: --

Line 1846: hr_utility.set_location('Entering:'|| l_proc, 10);

1842: l_object_version_p45p3 NUMBER;
1843: --
1844: begin
1845: --hr_utility.trace_on(NULL,'RSS');
1846: hr_utility.set_location('Entering:'|| l_proc, 10);
1847: --
1848: -- Issue a savepoint
1849: --
1850: savepoint delete_ie_paye_details;

Line 1866: hr_utility.set_location('before pay_ie_paye_bk3.delete_ie_paye_details_b', 1000);

1862: --
1863: -- Call Before Process User Hook
1864: --
1865: begin
1866: hr_utility.set_location('before pay_ie_paye_bk3.delete_ie_paye_details_b', 1000);
1867: pay_ie_paye_bk3.delete_ie_paye_details_b
1868: (p_effective_date => p_effective_date
1869: ,p_datetrack_delete_mode => p_datetrack_delete_mode
1870: ,p_business_group_id => l_business_group_id

Line 1874: hr_utility.set_location('after pay_ie_paye_bk3.delete_ie_paye_details_b', 1000);

1870: ,p_business_group_id => l_business_group_id
1871: ,p_paye_details_id => p_paye_details_id
1872: ,p_object_version_number => l_object_version_number
1873: );
1874: hr_utility.set_location('after pay_ie_paye_bk3.delete_ie_paye_details_b', 1000);
1875: exception
1876: when hr_api.cannot_find_prog_unit then
1877: hr_api.cannot_find_prog_unit_error
1878: (p_module_name => 'delete_ie_paye_details'

Line 1925: hr_utility.set_location('before delete_p46', 1001);

1921: ,p_business_group_id => l_business_group_id
1922: ,p_assignment_id => l_assignment_id );
1923:
1924: --6015209
1925: hr_utility.set_location('before delete_p46', 1001);
1926:
1927: delete_p46 (p_effective_date
1928: , l_assignment_id
1929: , l_business_group_id

Line 1933: hr_utility.set_location('after delete_p46', 1001);

1929: , l_business_group_id
1930: , p_datetrack_delete_mode
1931: , l_object_version_p45p3
1932: );
1933: hr_utility.set_location('after delete_p46', 1001);
1934: --6015209
1935: END IF;
1936: --BUG NO:2683086 Moved the call to procedure after call to delete_bal_adj procedure.
1937:

Line 1942: hr_utility.set_location('before pay_ipd_del.del', 1002);

1938: -- Process Logic
1939: --
1940: -- Call row handler procedure to update paye details
1941: --
1942: hr_utility.set_location('before pay_ipd_del.del', 1002);
1943: pay_ipd_del.del
1944: ( p_effective_date => p_effective_date
1945: ,p_datetrack_mode => p_datetrack_delete_mode
1946: ,p_paye_details_id => p_paye_details_id

Line 1951: hr_utility.set_location('after pay_ipd_del.del', 1002);

1947: ,p_object_version_number => l_object_version_number
1948: ,p_effective_start_date => l_effective_start_date
1949: ,p_effective_end_date => l_effective_end_date
1950: );
1951: hr_utility.set_location('after pay_ipd_del.del', 1002);
1952: --
1953: --
1954: -- Call After Process User Hook
1955: --

Line 1957: hr_utility.set_location('before pay_ie_paye_bk3.delete_ie_paye_details_a', 1003);

1953: --
1954: -- Call After Process User Hook
1955: --
1956: begin
1957: hr_utility.set_location('before pay_ie_paye_bk3.delete_ie_paye_details_a', 1003);
1958: pay_ie_paye_bk3.delete_ie_paye_details_a
1959: (p_effective_date => p_effective_date
1960: ,p_business_group_id => l_business_group_id
1961: ,p_datetrack_delete_mode => p_datetrack_delete_mode

Line 1967: hr_utility.set_location('after pay_ie_paye_bk3.delete_ie_paye_details_a', 1003);

1963: ,p_object_version_number => l_object_version_number
1964: ,p_effective_start_date => l_effective_start_date
1965: ,p_effective_end_date => l_effective_end_date
1966: );
1967: hr_utility.set_location('after pay_ie_paye_bk3.delete_ie_paye_details_a', 1003);
1968: exception
1969: when hr_api.cannot_find_prog_unit then
1970: hr_api.cannot_find_prog_unit_error
1971: (p_module_name => 'delete_ie_paye_details'

Line 1978: hr_utility.set_location('before p_validate', 1004);

1974: end;
1975: --
1976: -- When in validation only mode raise the Validate_Enabled exception
1977: --
1978: hr_utility.set_location('before p_validate', 1004);
1979: if p_validate then
1980: raise hr_api.validate_enabled;
1981: end if;
1982: hr_utility.set_location('after p_validate', 1004);

Line 1982: hr_utility.set_location('after p_validate', 1004);

1978: hr_utility.set_location('before p_validate', 1004);
1979: if p_validate then
1980: raise hr_api.validate_enabled;
1981: end if;
1982: hr_utility.set_location('after p_validate', 1004);
1983: --
1984: -- Set all output arguments
1985: --
1986: p_object_version_number := l_object_version_number;

Line 1990: hr_utility.set_location(' Leaving:'||l_proc, 70);

1986: p_object_version_number := l_object_version_number;
1987: p_effective_start_date := l_effective_start_date;
1988: p_effective_end_date := l_effective_end_Date;
1989: --
1990: hr_utility.set_location(' Leaving:'||l_proc, 70);
1991: --hr_utility.trace_off;
1992: exception
1993: when hr_api.validate_enabled then
1994: --

Line 1991: --hr_utility.trace_off;

1987: p_effective_start_date := l_effective_start_date;
1988: p_effective_end_date := l_effective_end_Date;
1989: --
1990: hr_utility.set_location(' Leaving:'||l_proc, 70);
1991: --hr_utility.trace_off;
1992: exception
1993: when hr_api.validate_enabled then
1994: --
1995: -- As the Validate_Enabled exception has been raised

Line 2008: hr_utility.set_location(' Leaving:'||l_proc, 80);

2004: p_object_version_number := l_object_version_number;
2005: p_effective_start_date := null;
2006: p_effective_end_Date := null;
2007: --
2008: hr_utility.set_location(' Leaving:'||l_proc, 80);
2009: when others then
2010: --
2011: -- A validation or unexpected error has occured
2012: --

Line 2013: hr_utility.set_location('Inside when Others', 1010);

2009: when others then
2010: --
2011: -- A validation or unexpected error has occured
2012: --
2013: hr_utility.set_location('Inside when Others', 1010);
2014: rollback to update_ie_paye_details;
2015: p_object_version_number := l_object_version_number;
2016: p_effective_start_date := null;
2017: p_effective_end_Date := null;

Line 2018: hr_utility.set_location(' Leaving:'||l_proc, 90);

2014: rollback to update_ie_paye_details;
2015: p_object_version_number := l_object_version_number;
2016: p_effective_start_date := null;
2017: p_effective_end_Date := null;
2018: hr_utility.set_location(' Leaving:'||l_proc, 90);
2019: raise;
2020: end delete_ie_paye_details;
2021:
2022: end pay_ie_paye_api;