DBA Data[Home] [Help]

APPS.PQP_VEHICLE_REPOSITORY_API dependencies on PQP_VEHICLE_REPOSITORY_API

Line 1: Package Body PQP_VEHICLE_REPOSITORY_API as

1: Package Body PQP_VEHICLE_REPOSITORY_API as
2: /* $Header: pqvreapi.pkb 120.0 2005/05/29 02:18:02 appldev noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: pqvreapi.pkb 120.0 2005/05/29 02:18:02 appldev noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' PQP_VEHICLE_REPOSITORY_API.';
7: l_currency_code pqp_vehicle_repository_f.currency_code%TYPE;
8:
9: --
10: -- ----------------------------------------------------------------------------

Line 212: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'

208:
209: exception
210: when hr_api.cannot_find_prog_unit then
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
213: ,p_hook_type => 'BP'
214: );
215: end;
216: --

Line 405: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'

401:
402: exception
403: when hr_api.cannot_find_prog_unit then
404: hr_api.cannot_find_prog_unit_error
405: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
406: ,p_hook_type => 'AP'
407: );
408: end;
409: --

Line 660: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'

656:
657: exception
658: when hr_api.cannot_find_prog_unit then
659: hr_api.cannot_find_prog_unit_error
660: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
661: ,p_hook_type => 'BP'
662: );
663: end;
664:

Line 846: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'

842:
843: exception
844: when hr_api.cannot_find_prog_unit then
845: hr_api.cannot_find_prog_unit_error
846: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
847: ,p_hook_type => 'AP'
848: );
849: end;
850:

Line 940: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'

936:
937: exception
938: when hr_api.cannot_find_prog_unit then
939: hr_api.cannot_find_prog_unit_error
940: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
941: ,p_hook_type => 'BP'
942: );
943: end;
944:

Line 971: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'

967:
968: exception
969: when hr_api.cannot_find_prog_unit then
970: hr_api.cannot_find_prog_unit_error
971: (p_module_name => 'PQP_VEHICLE_REPOSITORY_API'
972: ,p_hook_type => 'AP'
973: );
974: end;
975:

Line 1020: end PQP_VEHICLE_REPOSITORY_API;

1016: raise;
1017: END delete_vehicle;
1018:
1019:
1020: end PQP_VEHICLE_REPOSITORY_API;