DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_API dependencies on HR_API

Line 752: when hr_api.cannot_find_prog_unit then

748: ,p_Already_Submitted => p_Already_Submitted
749: --,p_P45P3_Or_P46_Processed => p_P45P3_Or_P46_Processed
750: );
751: exception
752: when hr_api.cannot_find_prog_unit then
753: hr_api.cannot_find_prog_unit_error
754: (p_module_name => 'create_ie_paye_details'
755: ,p_hook_type => 'BP'
756: );

Line 753: hr_api.cannot_find_prog_unit_error

749: --,p_P45P3_Or_P46_Processed => p_P45P3_Or_P46_Processed
750: );
751: exception
752: when hr_api.cannot_find_prog_unit then
753: hr_api.cannot_find_prog_unit_error
754: (p_module_name => 'create_ie_paye_details'
755: ,p_hook_type => 'BP'
756: );
757: end;

Line 877: when hr_api.cannot_find_prog_unit then

873: ,p_Already_Submitted => p_Already_Submitted
874: --,p_P45P3_Or_P46_Processed => p_P45P3_Or_P46_Processed
875: );
876: exception
877: when hr_api.cannot_find_prog_unit then
878: hr_api.cannot_find_prog_unit_error
879: (p_module_name => 'create_ie_paye_details'
880: ,p_hook_type => 'AP'
881: );

Line 878: hr_api.cannot_find_prog_unit_error

874: --,p_P45P3_Or_P46_Processed => p_P45P3_Or_P46_Processed
875: );
876: exception
877: when hr_api.cannot_find_prog_unit then
878: hr_api.cannot_find_prog_unit_error
879: (p_module_name => 'create_ie_paye_details'
880: ,p_hook_type => 'AP'
881: );
882: end;

Line 887: raise hr_api.validate_enabled;

883: --
884: -- When in validation only mode raise the Validate_Enabled exception
885: --
886: if p_validate then
887: raise hr_api.validate_enabled;
888: end if;
889: --
890: -- Set all output arguments
891: --

Line 899: when hr_api.validate_enabled then

895: p_effective_end_date := l_effective_end_Date;
896: --
897: hr_utility.set_location(' Leaving:'||l_proc, 70);
898: exception
899: when hr_api.validate_enabled then
900: --
901: -- As the Validate_Enabled exception has been raised
902: -- we must rollback to the savepoint
903: --

Line 1109: when hr_api.cannot_find_prog_unit then

1105: --,p_P45P3_Or_P46_Processed => p_P45P3_Or_P46_Processed
1106: );
1107: hr_utility.set_location('after pay_ie_paye_bk2.update_ie_paye_details_b', 2001);
1108: exception
1109: when hr_api.cannot_find_prog_unit then
1110: hr_api.cannot_find_prog_unit_error
1111: (p_module_name => 'update_ie_paye_details'
1112: ,p_hook_type => 'BP'
1113: );

Line 1110: hr_api.cannot_find_prog_unit_error

1106: );
1107: hr_utility.set_location('after pay_ie_paye_bk2.update_ie_paye_details_b', 2001);
1108: exception
1109: when hr_api.cannot_find_prog_unit then
1110: hr_api.cannot_find_prog_unit_error
1111: (p_module_name => 'update_ie_paye_details'
1112: ,p_hook_type => 'BP'
1113: );
1114: end;

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

1183: nvl(p_pay_to_date,0) <> 0 OR
1184: nvl(p_disability_benefit,0) <> 0 OR
1185: nvl(p_lump_sum_payment,0) <> 0) THEN
1186: ---Check if adjustments need to be created
1187: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR
1188: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1189: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1190: nvl(p_lump_sum_payment,0) <> hr_api.g_number) THEN
1191: -- Delete previous adjustments

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

1184: nvl(p_disability_benefit,0) <> 0 OR
1185: nvl(p_lump_sum_payment,0) <> 0) THEN
1186: ---Check if adjustments need to be created
1187: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR
1188: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1189: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1190: nvl(p_lump_sum_payment,0) <> hr_api.g_number) THEN
1191: -- Delete previous adjustments
1192: delete_bal_adj ( p_effective_date => P_EFFECTIVE_DATE

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

1185: nvl(p_lump_sum_payment,0) <> 0) THEN
1186: ---Check if adjustments need to be created
1187: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR
1188: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1189: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1190: nvl(p_lump_sum_payment,0) <> hr_api.g_number) THEN
1191: -- Delete previous adjustments
1192: delete_bal_adj ( p_effective_date => P_EFFECTIVE_DATE
1193: ,p_business_group_id => l_business_group_id

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

1186: ---Check if adjustments need to be created
1187: IF ( nvl(p_tax_deducted_to_date,0) <> hr_api.g_number OR
1188: nvl(p_pay_to_date,0) <> hr_api.g_number OR
1189: nvl(p_disability_benefit,0) <> hr_api.g_number OR
1190: nvl(p_lump_sum_payment,0) <> hr_api.g_number) THEN
1191: -- Delete previous adjustments
1192: delete_bal_adj ( p_effective_date => P_EFFECTIVE_DATE
1193: ,p_business_group_id => l_business_group_id
1194: ,p_assignment_id => l_assignment_id );

Line 1287: when hr_api.cannot_find_prog_unit then

1283: );
1284:
1285: hr_utility.set_location('after pay_ie_paye_bk2.update_ie_paye_details_a', 2004);
1286: exception
1287: when hr_api.cannot_find_prog_unit then
1288: hr_api.cannot_find_prog_unit_error
1289: (p_module_name => 'update_ie_paye_details'
1290: ,p_hook_type => 'AP'
1291: );

Line 1288: hr_api.cannot_find_prog_unit_error

1284:
1285: hr_utility.set_location('after pay_ie_paye_bk2.update_ie_paye_details_a', 2004);
1286: exception
1287: when hr_api.cannot_find_prog_unit then
1288: hr_api.cannot_find_prog_unit_error
1289: (p_module_name => 'update_ie_paye_details'
1290: ,p_hook_type => 'AP'
1291: );
1292: end;

Line 1298: raise hr_api.validate_enabled;

1294: -- When in validation only mode raise the Validate_Enabled exception
1295: --
1296: hr_utility.set_location('before p_validate', 2005);
1297: if p_validate then
1298: raise hr_api.validate_enabled;
1299: end if;
1300: hr_utility.set_location('after p_validate', 2005);
1301: --
1302: -- Set all output arguments

Line 1310: when hr_api.validate_enabled then

1306: p_effective_end_date := l_effective_end_Date;
1307: --
1308: hr_utility.set_location(' Leaving:'||l_proc, 70);
1309: exception
1310: when hr_api.validate_enabled then
1311: --
1312: -- As the Validate_Enabled exception has been raised
1313: -- we must rollback to the savepoint
1314: --

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

1311: --
1312: -- As the Validate_Enabled exception has been raised
1313: -- we must rollback to the savepoint
1314: --
1315: hr_utility.set_location('Inside when hr_api.validate_enabled', 2009);
1316: rollback to update_ie_paye_details;
1317: --
1318: -- Only set output warning arguments
1319: -- (Any key or derived arguments must be set to null

Line 1413: when hr_api.cannot_find_prog_unit then

1409: ,p_object_version_number => l_object_version_number
1410: );
1411: hr_utility.set_location('after pay_ie_paye_bk3.delete_ie_paye_details_b', 1000);
1412: exception
1413: when hr_api.cannot_find_prog_unit then
1414: hr_api.cannot_find_prog_unit_error
1415: (p_module_name => 'delete_ie_paye_details'
1416: ,p_hook_type => 'BP'
1417: );

Line 1414: hr_api.cannot_find_prog_unit_error

1410: );
1411: hr_utility.set_location('after pay_ie_paye_bk3.delete_ie_paye_details_b', 1000);
1412: exception
1413: when hr_api.cannot_find_prog_unit then
1414: hr_api.cannot_find_prog_unit_error
1415: (p_module_name => 'delete_ie_paye_details'
1416: ,p_hook_type => 'BP'
1417: );
1418: end;

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

1451: END IF;
1452: */
1453: --
1454: -- Check if adjustments need to be deleted
1455: IF ( p_datetrack_delete_mode = hr_api.g_zap) THEN
1456: -- Delete previous adjustments
1457: delete_bal_adj ( p_effective_date => p_effective_date -- l_p45_effective_date
1458: ,p_business_group_id => l_business_group_id
1459: ,p_assignment_id => l_assignment_id );

Line 1506: when hr_api.cannot_find_prog_unit then

1502: ,p_effective_end_date => l_effective_end_date
1503: );
1504: hr_utility.set_location('after pay_ie_paye_bk3.delete_ie_paye_details_a', 1003);
1505: exception
1506: when hr_api.cannot_find_prog_unit then
1507: hr_api.cannot_find_prog_unit_error
1508: (p_module_name => 'delete_ie_paye_details'
1509: ,p_hook_type => 'AP'
1510: );

Line 1507: hr_api.cannot_find_prog_unit_error

1503: );
1504: hr_utility.set_location('after pay_ie_paye_bk3.delete_ie_paye_details_a', 1003);
1505: exception
1506: when hr_api.cannot_find_prog_unit then
1507: hr_api.cannot_find_prog_unit_error
1508: (p_module_name => 'delete_ie_paye_details'
1509: ,p_hook_type => 'AP'
1510: );
1511: end;

Line 1517: raise hr_api.validate_enabled;

1513: -- When in validation only mode raise the Validate_Enabled exception
1514: --
1515: hr_utility.set_location('before p_validate', 1004);
1516: if p_validate then
1517: raise hr_api.validate_enabled;
1518: end if;
1519: hr_utility.set_location('after p_validate', 1004);
1520: --
1521: -- Set all output arguments

Line 1530: when hr_api.validate_enabled then

1526: --
1527: hr_utility.set_location(' Leaving:'||l_proc, 70);
1528: --hr_utility.trace_off;
1529: exception
1530: when hr_api.validate_enabled then
1531: --
1532: -- As the Validate_Enabled exception has been raised
1533: -- we must rollback to the savepoint
1534: --