DBA Data[Home] [Help]

APPS.PQP_VEHICLE_ALLOCATIONS_API dependencies on PQP_VEHICLE_ALLOCATIONS_API

Line 1: Package Body PQP_VEHICLE_ALLOCATIONS_API as

1: Package Body PQP_VEHICLE_ALLOCATIONS_API as
2: /* $Header: pqvalapi.pkb 120.1 2006/11/01 12:34:26 sgajula noship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' PQP_VEHICLE_ALLOCATIONS_API.';

2: /* $Header: pqvalapi.pkb 120.1 2006/11/01 12:34:26 sgajula noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' PQP_VEHICLE_ALLOCATIONS_API.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |-----------------------< CREATE_VEHICLE_ALLOCATION >----------------------|
10: -- ----------------------------------------------------------------------------

Line 176: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'

172:
173: exception
174: when hr_api.cannot_find_prog_unit then
175: hr_api.cannot_find_prog_unit_error
176: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
177: ,p_hook_type => 'BP'
178: );
179: end;
180: --

Line 396: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'

392:
393: exception
394: when hr_api.cannot_find_prog_unit then
395: hr_api.cannot_find_prog_unit_error
396: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
397: ,p_hook_type => 'AP'
398: );
399: end;
400: --

Line 623: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'

619:
620: exception
621: when hr_api.cannot_find_prog_unit then
622: hr_api.cannot_find_prog_unit_error
623: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
624: ,p_hook_type => 'BP'
625: );
626: end;
627:

Line 843: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'

839:
840: exception
841: when hr_api.cannot_find_prog_unit then
842: hr_api.cannot_find_prog_unit_error
843: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
844: ,p_hook_type => 'AP'
845: );
846: end;
847:

Line 931: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'

927:
928: exception
929: when hr_api.cannot_find_prog_unit then
930: hr_api.cannot_find_prog_unit_error
931: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
932: ,p_hook_type => 'BP'
933: );
934: end;
935:

Line 974: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'

970:
971: exception
972: when hr_api.cannot_find_prog_unit then
973: hr_api.cannot_find_prog_unit_error
974: (p_module_name => 'PQP_VEHICLE_ALLOCATIONS_API'
975: ,p_hook_type => 'AP'
976: );
977: end;
978: hr_utility.set_location(l_proc, 60);

Line 1024: end PQP_VEHICLE_ALLOCATIONS_API;

1020: raise;
1021:
1022: END delete_vehicle_allocation;
1023:
1024: end PQP_VEHICLE_ALLOCATIONS_API;