DBA Data[Home] [Help]

APPS.PER_DISABILITY_API dependencies on HR_UTILITY

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

107: l_registration_date per_disabilities_f.registration_date%TYPE;
108: l_registration_exp_date per_disabilities_f.registration_exp_date%TYPE;
109: --
110: begin
111: hr_utility.set_location('Entering:'|| l_proc, 10);
112: --
113: -- Issue a savepoint
114: --
115: savepoint create_disability;

Line 421: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');

417:
418:
419: EXCEPTION
420: WHEN NO_DATA_FOUND then
421: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');
422: hr_utility.raise_error;
423: END;
424: end if;
425:

Line 422: hr_utility.raise_error;

418:
419: EXCEPTION
420: WHEN NO_DATA_FOUND then
421: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');
422: hr_utility.raise_error;
423: END;
424: end if;
425:
426: --

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

436: p_object_version_number := l_object_version_number;
437: p_effective_start_date := l_effective_start_date;
438: p_effective_end_date := l_effective_end_date;
439: --
440: hr_utility.set_location(' Leaving:'||l_proc, 70);
441: exception
442: when hr_api.validate_enabled then
443: --
444: -- As the Validate_Enabled exception has been raised

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

454: p_object_version_number := null;
455: p_effective_start_date := null;
456: p_effective_end_date := null;
457: --
458: hr_utility.set_location(' Leaving:'||l_proc, 80);
459: when others then
460: --
461: -- A validation or unexpected error has occured
462: --

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

468: p_object_version_number := null;
469: p_effective_start_date := null;
470: p_effective_end_date := null;
471: --
472: hr_utility.set_location(' Leaving:'||l_proc, 90);
473: raise;
474: end create_disability;
475: --
476: --

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

586: --
587: l_mea_id per_medical_assessments.medical_assessment_id%TYPE;
588: l_new_flag boolean := TRUE;
589: begin
590: hr_utility.set_location('Entering:'|| l_proc, 10);
591: --
592: -- Issue a savepoint
593: --
594: savepoint update_disability;

Line 649: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');

645: end if;
646: --
647: EXCEPTION
648: WHEN NO_DATA_FOUND then
649: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');
650: hr_utility.raise_error;
651: END;
652: end if;
653: else

Line 650: hr_utility.raise_error;

646: --
647: EXCEPTION
648: WHEN NO_DATA_FOUND then
649: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');
650: hr_utility.raise_error;
651: END;
652: end if;
653: else
654: close c_control_med_assmt;

Line 678: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');

674: ,p_disability_id => p_disability_id);
675:
676: EXCEPTION
677: WHEN NO_DATA_FOUND then
678: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');
679: hr_utility.raise_error;
680: END;
681: end if;
682:

Line 679: hr_utility.raise_error;

675:
676: EXCEPTION
677: WHEN NO_DATA_FOUND then
678: hr_utility.set_message(800, 'HR_289018_DIS_INV_ASSMT');
679: hr_utility.raise_error;
680: END;
681: end if;
682:
683: end if;

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

967: p_object_version_number := l_object_version_number;
968: p_effective_start_date := l_effective_start_date;
969: p_effective_end_date := l_effective_end_date;
970: --
971: hr_utility.set_location(' Leaving:'||l_proc, 70);
972: exception
973: when hr_api.validate_enabled then
974: --
975: -- As the Validate_Enabled exception has been raised

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

985: -- p_object_version_number := null;
986: -- p_effective_start_date := null;
987: -- p_effective_end_date := null;
988: --
989: hr_utility.set_location(' Leaving:'||l_proc, 80);
990: when others then
991: --
992: -- A validation or unexpected error has occured
993: --

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

998: p_object_version_number := l_ovn;
999: p_effective_start_date := null;
1000: p_effective_end_date := null;
1001: --
1002: hr_utility.set_location(' Leaving:'||l_proc, 90);
1003: raise;
1004: end update_disability;
1005: --
1006: --

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

1035: l_assessment_id per_medical_assessments.medical_assessment_id%TYPE;
1036: --
1037: begin
1038: --
1039: hr_utility.set_location('Entering:'|| l_proc, 10);
1040: --
1041: -- Issue a savepoint if operating in validation only mode
1042: --
1043: savepoint delete_disability;

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

1041: -- Issue a savepoint if operating in validation only mode
1042: --
1043: savepoint delete_disability;
1044: --
1045: hr_utility.set_location(l_proc, 20);
1046: --
1047: -- Process Logic
1048: --
1049: hr_utility.set_location(l_proc, 30);

Line 1049: hr_utility.set_location(l_proc, 30);

1045: hr_utility.set_location(l_proc, 20);
1046: --
1047: -- Process Logic
1048: --
1049: hr_utility.set_location(l_proc, 30);
1050: --
1051: l_object_version_number := p_object_version_number;
1052: --
1053: begin

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

1128: -- End of API User Hook for the after hook of delete_contract
1129: --
1130: end;
1131: --
1132: hr_utility.set_location(l_proc, 60);
1133: --
1134: -- When in validation only mode raise the Validate_Enabled exception
1135: --
1136: p_object_version_number := l_object_version_number;

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

1142: -- Set all output arguments (returned by some dt modes only)
1143: --
1144: p_object_version_number := l_object_version_number;
1145: --
1146: hr_utility.set_location(' Leaving:'||l_proc, 70);
1147: --
1148: exception
1149: --
1150: when hr_api.validate_enabled then