DBA Data[Home] [Help]

APPS.PQH_FR_VALIDATIONS_API dependencies on PQH_FR_VALIDATIONS_API

Line 1: Package Body PQH_FR_VALIDATIONS_API as

1: Package Body PQH_FR_VALIDATIONS_API as
2: /* $Header: pqvldapi.pkb 115.3 2002/12/05 00:30:53 rpasapul noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: pqvldapi.pkb 115.3 2002/12/05 00:30:53 rpasapul noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := 'PQH_FR_VALIDATIONS_API.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |--------------------------< Insert_Validation >------------------------|
10: -- ----------------------------------------------------------------------------

Line 81: (p_module_name => 'PQH_FR_VALIDATIONS_API.Insert_Validation'

77:
78: exception
79: when hr_api.cannot_find_prog_unit then
80: hr_api.cannot_find_prog_unit_error
81: (p_module_name => 'PQH_FR_VALIDATIONS_API.Insert_Validation'
82: ,p_hook_type => 'BP'
83: );
84: end;
85: --

Line 141: (p_module_name => 'PQH_FR_VALIDATIONS_API.Insert_Validation'

137:
138: exception
139: when hr_api.cannot_find_prog_unit then
140: hr_api.cannot_find_prog_unit_error
141: (p_module_name => 'PQH_FR_VALIDATIONS_API.Insert_Validation'
142: ,p_hook_type => 'AP'
143: );
144: end;
145: --

Line 456: end PQH_FR_VALIDATIONS_API;

452: hr_utility.set_location(' Leaving:'||l_proc, 90);
453: raise;
454: end delete_Validation;
455:
456: end PQH_FR_VALIDATIONS_API;