DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_API dependencies on HR_API

Line 928: when hr_api.cannot_find_prog_unit then

924: ,p_usc_tax_this_employment => p_usc_tax_this_employment
925: --13359423
926: );
927: exception
928: when hr_api.cannot_find_prog_unit then
929: hr_api.cannot_find_prog_unit_error
930: (p_module_name => 'create_ie_paye_details'
931: ,p_hook_type => 'BP'
932: );

Line 929: hr_api.cannot_find_prog_unit_error

925: --13359423
926: );
927: exception
928: when hr_api.cannot_find_prog_unit then
929: hr_api.cannot_find_prog_unit_error
930: (p_module_name => 'create_ie_paye_details'
931: ,p_hook_type => 'BP'
932: );
933: end;

Line 1149: when hr_api.cannot_find_prog_unit then

1145: ,p_usc_tax_this_employment => p_usc_tax_this_employment
1146: --13359423
1147: );
1148: exception
1149: when hr_api.cannot_find_prog_unit then
1150: hr_api.cannot_find_prog_unit_error
1151: (p_module_name => 'create_ie_paye_details'
1152: ,p_hook_type => 'AP'
1153: );

Line 1150: hr_api.cannot_find_prog_unit_error

1146: --13359423
1147: );
1148: exception
1149: when hr_api.cannot_find_prog_unit then
1150: hr_api.cannot_find_prog_unit_error
1151: (p_module_name => 'create_ie_paye_details'
1152: ,p_hook_type => 'AP'
1153: );
1154: end;

Line 1159: raise hr_api.validate_enabled;

1155: --
1156: -- When in validation only mode raise the Validate_Enabled exception
1157: --
1158: if p_validate then
1159: raise hr_api.validate_enabled;
1160: end if;
1161: --
1162: -- Set all output arguments
1163: --

Line 1171: when hr_api.validate_enabled then

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
1174: -- we must rollback to the savepoint
1175: --

Line 1461: when hr_api.cannot_find_prog_unit then

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'
1464: ,p_hook_type => 'BP'
1465: );

Line 1462: hr_api.cannot_find_prog_unit_error

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'
1464: ,p_hook_type => 'BP'
1465: );
1466: end;

Line 1586: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR

1582: OR nvl(p_total_usc_tax_todate,0) <> 0
1583: --13359423
1584: ) THEN
1585: ---Check if adjustments need to be created
1586: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR
1587: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1588: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1589: nvl(p_lump_sum_payment,0) <> hr_api.g_number
1590: --13359423

Line 1587: nvl(p_pay_to_date,0) <> hr_api.g_number OR

1583: --13359423
1584: ) THEN
1585: ---Check if adjustments need to be created
1586: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR
1587: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1588: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1589: nvl(p_lump_sum_payment,0) <> hr_api.g_number
1590: --13359423
1591: OR nvl(p_total_usc_pay_todate,0) <> hr_api.g_number

Line 1588: nvl(p_disability_benefit,0) <> hr_api.g_number OR

1584: ) THEN
1585: ---Check if adjustments need to be created
1586: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR
1587: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1588: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1589: nvl(p_lump_sum_payment,0) <> hr_api.g_number
1590: --13359423
1591: OR nvl(p_total_usc_pay_todate,0) <> hr_api.g_number
1592: OR nvl(p_total_usc_tax_todate,0) <> hr_api.g_number

Line 1589: nvl(p_lump_sum_payment,0) <> hr_api.g_number

1585: ---Check if adjustments need to be created
1586: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR
1587: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1588: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1589: nvl(p_lump_sum_payment,0) <> hr_api.g_number
1590: --13359423
1591: OR nvl(p_total_usc_pay_todate,0) <> hr_api.g_number
1592: OR nvl(p_total_usc_tax_todate,0) <> hr_api.g_number
1593: --13359423

Line 1591: OR nvl(p_total_usc_pay_todate,0) <> hr_api.g_number

1587: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1588: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1589: nvl(p_lump_sum_payment,0) <> hr_api.g_number
1590: --13359423
1591: OR nvl(p_total_usc_pay_todate,0) <> hr_api.g_number
1592: OR nvl(p_total_usc_tax_todate,0) <> hr_api.g_number
1593: --13359423
1594: ) THEN
1595: -- Delete previous adjustments

Line 1592: OR nvl(p_total_usc_tax_todate,0) <> hr_api.g_number

1588: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1589: nvl(p_lump_sum_payment,0) <> hr_api.g_number
1590: --13359423
1591: OR nvl(p_total_usc_pay_todate,0) <> hr_api.g_number
1592: OR nvl(p_total_usc_tax_todate,0) <> hr_api.g_number
1593: --13359423
1594: ) THEN
1595: -- Delete previous adjustments
1596: delete_bal_adj ( p_effective_date => P_EFFECTIVE_DATE

Line 1750: when hr_api.cannot_find_prog_unit then

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'
1753: ,p_hook_type => 'AP'
1754: );

Line 1751: hr_api.cannot_find_prog_unit_error

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'
1753: ,p_hook_type => 'AP'
1754: );
1755: end;

Line 1761: raise hr_api.validate_enabled;

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);
1764: --
1765: -- Set all output arguments

Line 1773: when hr_api.validate_enabled then

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
1776: -- we must rollback to the savepoint
1777: --

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 1876: when hr_api.cannot_find_prog_unit then

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'
1879: ,p_hook_type => 'BP'
1880: );

Line 1877: hr_api.cannot_find_prog_unit_error

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'
1879: ,p_hook_type => 'BP'
1880: );
1881: end;

Line 1918: IF ( p_datetrack_delete_mode = hr_api.g_zap) THEN

1914: END IF;
1915: */
1916: --
1917: -- Check if adjustments need to be deleted
1918: IF ( p_datetrack_delete_mode = hr_api.g_zap) THEN
1919: -- Delete previous adjustments
1920: delete_bal_adj ( p_effective_date => p_effective_date -- l_p45_effective_date
1921: ,p_business_group_id => l_business_group_id
1922: ,p_assignment_id => l_assignment_id );

Line 1969: when hr_api.cannot_find_prog_unit then

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'
1972: ,p_hook_type => 'AP'
1973: );

Line 1970: hr_api.cannot_find_prog_unit_error

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'
1972: ,p_hook_type => 'AP'
1973: );
1974: end;

Line 1980: raise hr_api.validate_enabled;

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);
1983: --
1984: -- Set all output arguments

Line 1993: when hr_api.validate_enabled then

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
1996: -- we must rollback to the savepoint
1997: --