DBA Data[Home] [Help]

APPS.BEN_ELIG_PERSON_OPTION_API dependencies on HR_UTILITY

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

114: l_object_version_number ben_elig_per_opt_f.object_version_number%TYPE;
115: --
116: begin
117: --
118: hr_utility.set_location('Entering:'|| l_proc, 10);
119: --
120: -- Issue a savepoint if operating in validation only mode
121: --
122: savepoint create_Elig_Person_Option;

Line 124: hr_utility.set_location(l_proc, 20);

120: -- Issue a savepoint if operating in validation only mode
121: --
122: savepoint create_Elig_Person_Option;
123: --
124: hr_utility.set_location(l_proc, 20);
125: --
126: -- Process Logic
127: --
128: begin

Line 433: hr_utility.set_location(l_proc, 60);

429: -- End of API User Hook for the after hook of create_Elig_Person_Option
430: --
431: end;
432: --
433: hr_utility.set_location(l_proc, 60);
434: --
435: -- When in validation only mode raise the Validate_Enabled exception
436: --
437: if p_validate then

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

444: p_effective_start_date := l_effective_start_date;
445: p_effective_end_date := l_effective_end_date;
446: p_object_version_number := l_object_version_number;
447: --
448: hr_utility.set_location(' Leaving:'||l_proc, 70);
449: --
450: exception
451: --
452: when hr_api.validate_enabled then

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

463: p_elig_per_opt_id := null;
464: p_effective_start_date := null;
465: p_effective_end_date := null;
466: p_object_version_number := null;
467: hr_utility.set_location(' Leaving:'||l_proc, 80);
468: --
469: when others then
470: --
471: -- A validation or unexpected error has occured

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

475: p_elig_per_opt_id := null;
476: p_effective_start_date := null;
477: p_effective_end_date := null;
478: p_object_version_number := null;
479: hr_utility.set_location(' Leaving:'||l_proc, 80);
480: --
481: raise;
482: --
483: end create_Elig_Person_Option;

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

601: l_minmax_rec ben_batch_dt_api.gtyp_dtsum_row;
602: --
603: begin
604: --
605: hr_utility.set_location('Entering:'|| l_proc, 10);
606: --
607: -- Issue a savepoint if operating in validation only mode
608: --
609: savepoint create_perf_Elig_Person_Option;

Line 653: hr_utility.set_location('Insert: '||l_proc, 5);

649: Close C_Sel1;
650: --
651: -- Insert the row into: ben_elig_per_f
652: --
653: hr_utility.set_location('Insert: '||l_proc, 5);
654: hr_utility.set_location('Ins EPO:'||l_proc, 5);
655: insert into ben_elig_per_opt_f
656: ( elig_per_opt_id,
657: elig_per_id,

Line 654: hr_utility.set_location('Ins EPO:'||l_proc, 5);

650: --
651: -- Insert the row into: ben_elig_per_f
652: --
653: hr_utility.set_location('Insert: '||l_proc, 5);
654: hr_utility.set_location('Ins EPO:'||l_proc, 5);
655: insert into ben_elig_per_opt_f
656: ( elig_per_opt_id,
657: elig_per_id,
658: effective_start_date,

Line 845: hr_utility.set_location('Dn Insert: '||l_proc, 5);

841: l_last_update_date,
842: l_last_updated_by,
843: l_last_update_login
844: );
845: hr_utility.set_location('Dn Insert: '||l_proc, 5);
846: --
847: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
848: --
849: -- When in validation only mode raise the Validate_Enabled exception

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

858: p_effective_start_date := l_effective_start_date;
859: p_effective_end_date := l_effective_end_date;
860: p_object_version_number := l_object_version_number;
861: --
862: hr_utility.set_location(' Leaving:'||l_proc, 70);
863: --
864: exception
865: --
866: when hr_api.validate_enabled then

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

877: p_elig_per_opt_id := null;
878: p_effective_start_date := null;
879: p_effective_end_date := null;
880: p_object_version_number := null;
881: hr_utility.set_location(' Leaving:'||l_proc, 80);
882: --
883: when others then
884: --
885: -- A validation or unexpected error has occured

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

889: p_elig_per_opt_id := null;
890: p_effective_start_date := null;
891: p_effective_end_date := null;
892: p_object_version_number := null;
893: hr_utility.set_location(' Leaving:'||l_proc, 80);
894: --
895: raise;
896: --
897: end create_perf_Elig_Person_Option;

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

1001: l_effective_end_date ben_elig_per_opt_f.effective_end_date%TYPE;
1002: --
1003: begin
1004: --
1005: hr_utility.set_location('Entering:'|| l_proc, 10);
1006: --
1007: -- Issue a savepoint if operating in validation only mode
1008: --
1009: savepoint update_Elig_Person_Option;

Line 1011: hr_utility.set_location(l_proc, 20);

1007: -- Issue a savepoint if operating in validation only mode
1008: --
1009: savepoint update_Elig_Person_Option;
1010: --
1011: hr_utility.set_location(l_proc, 20);
1012: --
1013: -- Process Logic
1014: --
1015: l_object_version_number := p_object_version_number;

Line 1325: hr_utility.set_location(l_proc, 60);

1321: -- End of API User Hook for the after hook of update_Elig_Person_Option
1322: --
1323: end;
1324: --
1325: hr_utility.set_location(l_proc, 60);
1326: --
1327: -- When in validation only mode raise the Validate_Enabled exception
1328: --
1329: if p_validate then

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

1335: p_object_version_number := l_object_version_number;
1336: p_effective_start_date := l_effective_start_date;
1337: p_effective_end_date := l_effective_end_date;
1338: --
1339: hr_utility.set_location(' Leaving:'||l_proc, 70);
1340: --
1341: exception
1342: --
1343: when hr_api.validate_enabled then

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

1350: -- Only set output warning arguments
1351: -- (Any key or derived arguments must be set to null
1352: -- when validation only mode is being used.)
1353: --
1354: hr_utility.set_location(' Leaving:'||l_proc, 80);
1355: --
1356: when others then
1357: --
1358: -- A validation or unexpected error has occured

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

1362: p_object_version_number := l_object_version_number;
1363: p_effective_start_date := l_effective_start_date;
1364: p_effective_end_date := l_effective_end_date;
1365: --
1366: hr_utility.set_location(' Leaving:'||l_proc, 70);
1367: --
1368: raise;
1369: --
1370: end update_Elig_Person_Option;

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

1390: l_effective_end_date ben_elig_per_opt_f.effective_end_date%TYPE;
1391: --
1392: begin
1393: --
1394: hr_utility.set_location('Entering:'|| l_proc, 10);
1395: --
1396: -- Issue a savepoint if operating in validation only mode
1397: --
1398: savepoint delete_Elig_Person_Option;

Line 1400: hr_utility.set_location(l_proc, 20);

1396: -- Issue a savepoint if operating in validation only mode
1397: --
1398: savepoint delete_Elig_Person_Option;
1399: --
1400: hr_utility.set_location(l_proc, 20);
1401: --
1402: -- Process Logic
1403: --
1404: l_object_version_number := p_object_version_number;

Line 1463: hr_utility.set_location(l_proc, 60);

1459: -- End of API User Hook for the after hook of delete_Elig_Person_Option
1460: --
1461: end;
1462: --
1463: hr_utility.set_location(l_proc, 60);
1464: --
1465: -- When in validation only mode raise the Validate_Enabled exception
1466: --
1467: if p_validate then

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

1467: if p_validate then
1468: raise hr_api.validate_enabled;
1469: end if;
1470: --
1471: hr_utility.set_location(' Leaving:'||l_proc, 70);
1472: --
1473: exception
1474: --
1475: when hr_api.validate_enabled then

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

1495: p_object_version_number := l_object_version_number;
1496: p_effective_start_date := l_effective_start_date;
1497: p_effective_end_date := l_effective_end_date;
1498: --
1499: hr_utility.set_location(' Leaving:'||l_proc, 70);
1500: --
1501: raise;
1502: --
1503: end delete_Elig_Person_Option;

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

1524: l_validation_end_date date;
1525: --
1526: begin
1527: --
1528: hr_utility.set_location('Entering:'|| l_proc, 10);
1529: --
1530: ben_epo_shd.lck
1531: (
1532: p_elig_per_opt_id => p_elig_per_opt_id

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

1536: ,p_effective_date => p_effective_date
1537: ,p_datetrack_mode => p_datetrack_mode
1538: );
1539: --
1540: hr_utility.set_location(' Leaving:'||l_proc, 70);
1541: --
1542: end lck;
1543: --
1544: end ben_Elig_Person_Option_api;