DBA Data[Home] [Help]

APPS.PQP_VEHICLE_ALLOCATIONS_BK3 dependencies on PQP_VEHICLE_ALLOCATIONS_BK3

Line 1: package body PQP_VEHICLE_ALLOCATIONS_BK3 as

1: package body PQP_VEHICLE_ALLOCATIONS_BK3 as
2: /* $Header: pqvalapi.pkb 120.0 2005/05/29 02:16:50 generated noship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2007/10/22 07:23:47 (YYYY/MM/DD HH24:MI:SS)
5: procedure DELETE_VEHICLE_ALLOCATION_A

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;

Line 61: end PQP_VEHICLE_ALLOCATIONS_BK3;

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;