DBA Data[Home] [Help]

APPS.PQP_VEHICLE_ALLOCATIONS_BK3 dependencies on HR_UTILITY

Line 17: hr_utility.set_location('Entering: PQP_VEHICLE_ALLOCATIONS_BK3.DELETE_VEHICLE_ALLOCATION_A', 10);

13: )is
14: l_commit_unit_number number;
15: l_legislation_code varchar2(30);
16: begin
17: hr_utility.set_location('Entering: PQP_VEHICLE_ALLOCATIONS_BK3.DELETE_VEHICLE_ALLOCATION_A', 10);
18: l_commit_unit_number := hr_api.return_commit_unit;
19: if hr_api.call_leg_hooks then
20: l_legislation_code := PQP_VAL_BUS.RETURN_LEGISLATION_CODE(P_VEHICLE_ALLOCATION_ID => P_VEHICLE_ALLOCATION_ID
21: );

Line 31: hr_utility.set_location(' Leaving: PQP_VEHICLE_ALLOCATIONS_BK3.DELETE_VEHICLE_ALLOCATION_A', 20);

27: end if;
28: end if;
29: hr_multi_message.end_validation_set;
30: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_VEHICLE_ALLOCATION', 'AP');
31: hr_utility.set_location(' Leaving: PQP_VEHICLE_ALLOCATIONS_BK3.DELETE_VEHICLE_ALLOCATION_A', 20);
32: end DELETE_VEHICLE_ALLOCATION_A;
33: procedure DELETE_VEHICLE_ALLOCATION_B
34: (P_VALIDATE in BOOLEAN
35: ,P_EFFECTIVE_DATE in DATE

Line 43: hr_utility.set_location('Entering: PQP_VEHICLE_ALLOCATIONS_BK3.DELETE_VEHICLE_ALLOCATION_B', 10);

39: )is
40: l_commit_unit_number number;
41: l_legislation_code varchar2(30);
42: begin
43: hr_utility.set_location('Entering: PQP_VEHICLE_ALLOCATIONS_BK3.DELETE_VEHICLE_ALLOCATION_B', 10);
44: l_commit_unit_number := hr_api.return_commit_unit;
45: if hr_api.call_leg_hooks then
46: l_legislation_code := PQP_VAL_BUS.RETURN_LEGISLATION_CODE(P_VEHICLE_ALLOCATION_ID => P_VEHICLE_ALLOCATION_ID
47: );

Line 59: hr_utility.set_location(' Leaving: PQP_VEHICLE_ALLOCATIONS_BK3.DELETE_VEHICLE_ALLOCATION_B', 20);

55: );
56: end if;
57: end if;
58: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_VEHICLE_ALLOCATION', 'BP');
59: hr_utility.set_location(' Leaving: PQP_VEHICLE_ALLOCATIONS_BK3.DELETE_VEHICLE_ALLOCATION_B', 20);
60: end DELETE_VEHICLE_ALLOCATION_B;
61: end PQP_VEHICLE_ALLOCATIONS_BK3;