DBA Data[Home] [Help]

PACKAGE: APPS.PQP_VEHICLE_ALLOCATIONS_BK3

Source


1 Package PQP_VEHICLE_ALLOCATIONS_BK3 as
2 /* $Header: pqvalapi.pkh 120.1 2005/10/02 02:28:38 aroussel $ */
3 --
4 
5   -- ----------------------------------------------------------------------------
6 -- |-------------------------< DELETE_VEHICLE_ALLOCATION_b >-------------------------|
7 -- ----------------------------------------------------------------------------
8 --
9 procedure delete_vehicle_allocation_b
10   (p_validate                       in     boolean
11   ,p_effective_date                 in   date
12   ,p_datetrack_mode                 in   varchar2
13   ,p_vehicle_allocation_id          in   number
14   ,p_object_version_number          in   number
15   );
16   -- ----------------------------------------------------------------------------
17 -- |-------------------------< DELETE_VEHICLE_ALLOCATION_a >-------------------------|
18 -- ----------------------------------------------------------------------------
19 --
20 procedure delete_vehicle_allocation_a
21   (p_validate                       in     boolean
22   ,p_effective_date                 in     date
23   ,p_datetrack_mode                 in     varchar2
24   ,p_vehicle_allocation_id          in     number
25   ,p_object_version_number          in     number
26   ,p_effective_start_date           in     date
27   ,p_effective_end_date             in     date
28   );
29 
30 end PQP_VEHICLE_ALLOCATIONS_BK3;