DBA Data[Home] [Help]

APPS.PAY_IE_PAYE_API dependencies on HR_UTILITY

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

699: AND p_effective_date BETWEEN effective_start_date AND effective_end_date;
700: --
701: --
702: begin
703: hr_utility.set_location('Entering:'|| l_proc, 10);
704: --
705: -- Issue a savepoint
706: --
707: savepoint create_ie_paye_details;

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

893: p_object_version_number := l_object_version_number;
894: p_effective_start_date := l_effective_start_date;
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

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

910: p_paye_details_id := null;
911: p_object_version_number := null;
912: p_effective_start_date := null;
913: p_effective_end_Date := null;
914: hr_utility.set_location(' Leaving:'||l_proc, 80);
915: when others then
916: --
917: -- A validation or unexpected error has occured
918: --

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

920: p_paye_details_id := null;
921: p_object_version_number := null;
922: p_effective_start_date := null;
923: p_effective_end_Date := null;
924: hr_utility.set_location(' Leaving:'||l_proc, 90);
925: raise;
926: end create_ie_paye_details;
927: --
928: --

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

1046: rec_future_entry_exist future_entry_csr%rowtype;
1047:
1048: --6015209
1049: begin
1050: hr_utility.set_location('Entering:'|| l_proc, 10);
1051: l_tax_yr_start_date := to_date('01/01/' || to_char(p_effective_date,'YYYY'),'DD/MM/YYYY'); --6015209
1052: --
1053: -- Issue a savepoint
1054: --

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

1073: --
1074: -- Call Before Process User Hook
1075: --
1076: begin
1077: hr_utility.set_location('before pay_ie_paye_bk2.update_ie_paye_details_b', 2001);
1078: pay_ie_paye_bk2.update_ie_paye_details_b
1079: (p_effective_date => p_effective_date
1080: ,p_datetrack_update_mode => p_datetrack_update_mode
1081: ,p_business_group_id => l_business_group_id

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

1103: ,p_P45P3_Or_P46 => p_P45P3_Or_P46
1104: ,p_Already_Submitted => p_Already_Submitted
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'

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

1122: l_program_id := fnd_global.conc_program_id;
1123: --
1124: -- Call row handler procedure to update paye details
1125: --
1126: hr_utility.set_location('before pay_ipd_upd.upd', 2002);
1127: pay_ipd_upd.upd
1128: ( p_effective_date => p_effective_date
1129: ,p_datetrack_mode => p_datetrack_update_mode
1130: ,p_paye_details_id => p_paye_details_id

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

1145: ,p_effective_start_date => l_effective_start_date
1146: ,p_effective_end_date => l_effective_end_date
1147: ,p_certificate_issue_date => p_certificate_issue_Date
1148: );
1149: hr_utility.set_location('after pay_ipd_upd.upd', 2002);
1150: --
1151: -- Get effective date of the P45 balance adjustment
1152: -- If PAYE details record first started before current fiscal year then
1153: -- P45 adjustment effective date is the first day of the fiscal year

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

1212: END IF;
1213: CLOSE future_entry_csr;
1214: --END IF;
1215:
1216: hr_utility.set_location('before update_p46', 2003);
1217:
1218: --6015209
1219: IF ( nvl(p_Tax_This_Employment,0) <> 0 OR
1220: nvl(p_Pay_This_Employment,0) <> 0 OR

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

1242: );
1243: END IF;
1244: --6015209
1245:
1246: hr_utility.set_location('after update_p46', 2003);
1247:
1248: --
1249: -- Call After Process User Hook
1250: --

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

1248: --
1249: -- Call After Process User Hook
1250: --
1251: begin
1252: hr_utility.set_location('before pay_ie_paye_bk2.update_ie_paye_details_a', 2004);
1253: pay_ie_paye_bk2.update_ie_paye_details_a
1254: (p_effective_date => p_effective_date
1255: ,p_business_group_id => l_business_group_id
1256: ,p_datetrack_update_mode => p_datetrack_update_mode

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

1281: ,p_Already_Submitted => p_Already_Submitted
1282: --,p_P45P3_Or_P46_Processed => p_P45P3_Or_P46_Processed
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'

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

1292: end;
1293: --
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);

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

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
1303: --
1304: p_object_version_number := l_object_version_number;

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

1304: p_object_version_number := l_object_version_number;
1305: p_effective_start_date := l_effective_start_date;
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

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 1327: hr_utility.set_location(' Leaving:'||l_proc, 80);

1323: -- therefore no need to reset p_object_version_number
1324: p_object_version_number := l_object_version_number;
1325: p_effective_start_date := null;
1326: p_effective_end_Date := null;
1327: hr_utility.set_location(' Leaving:'||l_proc, 80);
1328: when others then
1329: --
1330: -- A validation or unexpected error has occured
1331: --

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

1328: when others then
1329: --
1330: -- A validation or unexpected error has occured
1331: --
1332: hr_utility.set_location('Inside when others', 2010);
1333: rollback to update_ie_paye_details;
1334: p_object_version_number := l_object_version_number;
1335: p_effective_start_date := null;
1336: p_effective_end_Date := null;

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

1333: rollback to update_ie_paye_details;
1334: p_object_version_number := l_object_version_number;
1335: p_effective_start_date := null;
1336: p_effective_end_Date := null;
1337: hr_utility.set_location(' Leaving:'||l_proc, 90);
1338: raise;
1339: end update_ie_paye_details;
1340:
1341: --

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

1378: --
1379: l_object_version_p45p3 NUMBER;
1380: --
1381: begin
1382: --hr_utility.trace_on(NULL,'RSS');
1383: hr_utility.set_location('Entering:'|| l_proc, 10);
1384: --
1385: -- Issue a savepoint
1386: --

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

1379: l_object_version_p45p3 NUMBER;
1380: --
1381: begin
1382: --hr_utility.trace_on(NULL,'RSS');
1383: hr_utility.set_location('Entering:'|| l_proc, 10);
1384: --
1385: -- Issue a savepoint
1386: --
1387: savepoint delete_ie_paye_details;

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

1399: --
1400: -- Call Before Process User Hook
1401: --
1402: begin
1403: hr_utility.set_location('before pay_ie_paye_bk3.delete_ie_paye_details_b', 1000);
1404: pay_ie_paye_bk3.delete_ie_paye_details_b
1405: (p_effective_date => p_effective_date
1406: ,p_datetrack_delete_mode => p_datetrack_delete_mode
1407: ,p_business_group_id => l_business_group_id

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

1407: ,p_business_group_id => l_business_group_id
1408: ,p_paye_details_id => p_paye_details_id
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'

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

1458: ,p_business_group_id => l_business_group_id
1459: ,p_assignment_id => l_assignment_id );
1460:
1461: --6015209
1462: hr_utility.set_location('before delete_p46', 1001);
1463:
1464: delete_p46 (p_effective_date
1465: , l_assignment_id
1466: , l_business_group_id

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

1466: , l_business_group_id
1467: , p_datetrack_delete_mode
1468: , l_object_version_p45p3
1469: );
1470: hr_utility.set_location('after delete_p46', 1001);
1471: --6015209
1472: END IF;
1473: --BUG NO:2683086 Moved the call to procedure after call to delete_bal_adj procedure.
1474:

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

1475: -- Process Logic
1476: --
1477: -- Call row handler procedure to update paye details
1478: --
1479: hr_utility.set_location('before pay_ipd_del.del', 1002);
1480: pay_ipd_del.del
1481: ( p_effective_date => p_effective_date
1482: ,p_datetrack_mode => p_datetrack_delete_mode
1483: ,p_paye_details_id => p_paye_details_id

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

1484: ,p_object_version_number => l_object_version_number
1485: ,p_effective_start_date => l_effective_start_date
1486: ,p_effective_end_date => l_effective_end_date
1487: );
1488: hr_utility.set_location('after pay_ipd_del.del', 1002);
1489: --
1490: --
1491: -- Call After Process User Hook
1492: --

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

1490: --
1491: -- Call After Process User Hook
1492: --
1493: begin
1494: hr_utility.set_location('before pay_ie_paye_bk3.delete_ie_paye_details_a', 1003);
1495: pay_ie_paye_bk3.delete_ie_paye_details_a
1496: (p_effective_date => p_effective_date
1497: ,p_business_group_id => l_business_group_id
1498: ,p_datetrack_delete_mode => p_datetrack_delete_mode

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

1500: ,p_object_version_number => l_object_version_number
1501: ,p_effective_start_date => l_effective_start_date
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'

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

1511: end;
1512: --
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);

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

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
1522: --
1523: p_object_version_number := l_object_version_number;

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

1523: p_object_version_number := l_object_version_number;
1524: p_effective_start_date := l_effective_start_date;
1525: p_effective_end_date := l_effective_end_Date;
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: --

Line 1528: --hr_utility.trace_off;

1524: p_effective_start_date := l_effective_start_date;
1525: p_effective_end_date := l_effective_end_Date;
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

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

1541: p_object_version_number := l_object_version_number;
1542: p_effective_start_date := null;
1543: p_effective_end_Date := null;
1544: --
1545: hr_utility.set_location(' Leaving:'||l_proc, 80);
1546: when others then
1547: --
1548: -- A validation or unexpected error has occured
1549: --

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

1546: when others then
1547: --
1548: -- A validation or unexpected error has occured
1549: --
1550: hr_utility.set_location('Inside when Others', 1010);
1551: rollback to update_ie_paye_details;
1552: p_object_version_number := l_object_version_number;
1553: p_effective_start_date := null;
1554: p_effective_end_Date := null;

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

1551: rollback to update_ie_paye_details;
1552: p_object_version_number := l_object_version_number;
1553: p_effective_start_date := null;
1554: p_effective_end_Date := null;
1555: hr_utility.set_location(' Leaving:'||l_proc, 90);
1556: raise;
1557: end delete_ie_paye_details;
1558:
1559: end pay_ie_paye_api;