DBA Data[Home] [Help]

APPS.PQP_PL_VEHICLE_ALLOCATIONS_API dependencies on PQP_PL_VEHICLE_ALLOCATIONS_API

Line 1: Package Body pqp_pl_vehicle_allocations_api as

1: Package Body pqp_pl_vehicle_allocations_api as
2: /* $Header: pqvalpli.pkb 120.0 2005/10/16 22:54:39 ssekhar noship $ */
3: --
4: -- Package Variables
5: --

Line 76: g_package :='pqp_pl_vehicle_allocations_api.';

72: from per_business_groups pbg
73: where pbg.business_group_id = p_business_group_id;
74: --
75: begin
76: g_package :='pqp_pl_vehicle_allocations_api.';
77: l_proc := g_package||'create_pl_vehicle_allocation';
78:
79: hr_utility.set_location('Entering:'|| l_proc, 5);
80: --

Line 249: g_package :='pqp_pl_vehicle_allocations_api.';

245: from per_business_groups pbg
246: where pbg.business_group_id = p_business_group_id;
247: --
248: begin
249: g_package :='pqp_pl_vehicle_allocations_api.';
250: l_proc := g_package||'update_pl_vehicle_allocation';
251:
252: hr_utility.set_location('Entering:'|| l_proc, 5);
253: --

Line 350: end pqp_pl_vehicle_allocations_api;

346: ,p_effective_end_date => p_effective_end_date
347: );
348:
349: End Update_pl_vehicle_allocation;
350: end pqp_pl_vehicle_allocations_api;