DBA Data[Home] [Help]

APPS.PQH_DE_VLDJOBFTR_API dependencies on HR_API

Line 53: when hr_api.cannot_find_prog_unit then

49: ,P_Wrkplc_Vldtn_Opr_job_Type => P_Wrkplc_Vldtn_Opr_Job_Type);
50:
51:
52: exception
53: when hr_api.cannot_find_prog_unit then
54: hr_api.cannot_find_prog_unit_error
55: (p_module_name => 'Insert_Vldtn_JobFtr'
56: ,p_hook_type => 'BP'
57: );

Line 54: hr_api.cannot_find_prog_unit_error

50:
51:
52: exception
53: when hr_api.cannot_find_prog_unit then
54: hr_api.cannot_find_prog_unit_error
55: (p_module_name => 'Insert_Vldtn_JobFtr'
56: ,p_hook_type => 'BP'
57: );
58: end;

Line 87: when hr_api.cannot_find_prog_unit then

83: ,P_WRKPLC_VLDTN_JOBFTR_ID => l_WRKPLC_VLDTN_JOBFTR_ID
84: ,p_object_version_number => l_object_version_number);
85:
86: exception
87: when hr_api.cannot_find_prog_unit then
88: hr_api.cannot_find_prog_unit_error
89: (p_module_name => 'Insert_Vldtn_Jobftr'
90: ,p_hook_type => 'AP'
91: );

Line 88: hr_api.cannot_find_prog_unit_error

84: ,p_object_version_number => l_object_version_number);
85:
86: exception
87: when hr_api.cannot_find_prog_unit then
88: hr_api.cannot_find_prog_unit_error
89: (p_module_name => 'Insert_Vldtn_Jobftr'
90: ,p_hook_type => 'AP'
91: );
92: end;

Line 97: raise hr_api.validate_enabled;

93: --
94: -- When in validation only mode raise the Validate_Enabled exception
95: --
96: if p_validate then
97: raise hr_api.validate_enabled;
98: end if;
99: --
100: -- Set all output arguments
101: --

Line 108: when hr_api.validate_enabled then

104:
105: --
106: hr_utility.set_location(' Leaving:'||l_proc, 70);
107: exception
108: when hr_api.validate_enabled then
109: --
110: -- As the Validate_Enabled exception has been raised
111: -- we must rollback to the savepoint
112: --

Line 142: ,p_business_group_id in number Default hr_api.g_Number

138:
139: procedure Update_Vldtn_Jobftr
140: (p_validate in boolean default false
141: ,p_effective_date in date
142: ,p_business_group_id in number Default hr_api.g_Number
143: ,P_WRKPLC_VLDTN_OPR_JOB_ID In Number Default hr_api.g_Number
144: ,p_JOB_FEATURE_CODE In Varchar2 Default hr_api.g_Varchar2
145: ,P_Wrkplc_Vldtn_Opr_job_Type In Varchar2 Default hr_api.g_Varchar2
146: ,P_WRKPLC_VLDTN_JOBFTR_ID In Number

Line 143: ,P_WRKPLC_VLDTN_OPR_JOB_ID In Number Default hr_api.g_Number

139: procedure Update_Vldtn_Jobftr
140: (p_validate in boolean default false
141: ,p_effective_date in date
142: ,p_business_group_id in number Default hr_api.g_Number
143: ,P_WRKPLC_VLDTN_OPR_JOB_ID In Number Default hr_api.g_Number
144: ,p_JOB_FEATURE_CODE In Varchar2 Default hr_api.g_Varchar2
145: ,P_Wrkplc_Vldtn_Opr_job_Type In Varchar2 Default hr_api.g_Varchar2
146: ,P_WRKPLC_VLDTN_JOBFTR_ID In Number
147: ,p_object_version_number In out nocopy number) Is

Line 144: ,p_JOB_FEATURE_CODE In Varchar2 Default hr_api.g_Varchar2

140: (p_validate in boolean default false
141: ,p_effective_date in date
142: ,p_business_group_id in number Default hr_api.g_Number
143: ,P_WRKPLC_VLDTN_OPR_JOB_ID In Number Default hr_api.g_Number
144: ,p_JOB_FEATURE_CODE In Varchar2 Default hr_api.g_Varchar2
145: ,P_Wrkplc_Vldtn_Opr_job_Type In Varchar2 Default hr_api.g_Varchar2
146: ,P_WRKPLC_VLDTN_JOBFTR_ID In Number
147: ,p_object_version_number In out nocopy number) Is
148:

Line 145: ,P_Wrkplc_Vldtn_Opr_job_Type In Varchar2 Default hr_api.g_Varchar2

141: ,p_effective_date in date
142: ,p_business_group_id in number Default hr_api.g_Number
143: ,P_WRKPLC_VLDTN_OPR_JOB_ID In Number Default hr_api.g_Number
144: ,p_JOB_FEATURE_CODE In Varchar2 Default hr_api.g_Varchar2
145: ,P_Wrkplc_Vldtn_Opr_job_Type In Varchar2 Default hr_api.g_Varchar2
146: ,P_WRKPLC_VLDTN_JOBFTR_ID In Number
147: ,p_object_version_number In out nocopy number) Is
148:
149: l_proc varchar2(72) := g_package||'Update_Vldtn_Jobftr';

Line 178: when hr_api.cannot_find_prog_unit then

174: ,P_WRKPLC_VLDTN_JOBFTR_ID => P_WRKPLC_VLDTN_JOBFTR_ID
175: ,p_object_version_number => l_object_version_number);
176:
177: exception
178: when hr_api.cannot_find_prog_unit then
179: hr_api.cannot_find_prog_unit_error
180: (p_module_name => 'Update_Vldtn_Jobftr'
181: ,p_hook_type => 'BP'
182: );

Line 179: hr_api.cannot_find_prog_unit_error

175: ,p_object_version_number => l_object_version_number);
176:
177: exception
178: when hr_api.cannot_find_prog_unit then
179: hr_api.cannot_find_prog_unit_error
180: (p_module_name => 'Update_Vldtn_Jobftr'
181: ,p_hook_type => 'BP'
182: );
183: end;

Line 210: when hr_api.cannot_find_prog_unit then

206: ,P_WRKPLC_VLDTN_JOBFTR_ID => P_WRKPLC_VLDTN_JOBFTR_ID
207: ,p_object_version_number => l_object_version_number);
208:
209: exception
210: when hr_api.cannot_find_prog_unit then
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'Update_Vldtn_Jobftr'
213: ,p_hook_type => 'AP'
214: );

Line 211: hr_api.cannot_find_prog_unit_error

207: ,p_object_version_number => l_object_version_number);
208:
209: exception
210: when hr_api.cannot_find_prog_unit then
211: hr_api.cannot_find_prog_unit_error
212: (p_module_name => 'Update_Vldtn_Jobftr'
213: ,p_hook_type => 'AP'
214: );
215: end;

Line 220: raise hr_api.validate_enabled;

216: --
217: -- When in validation only mode raise the Validate_Enabled exception
218: --
219: if p_validate then
220: raise hr_api.validate_enabled;
221: end if;
222: --
223: -- Set all output arguments
224: --

Line 231: when hr_api.validate_enabled then

227:
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 70);
230: exception
231: when hr_api.validate_enabled then
232: --
233: -- As the Validate_Enabled exception has been raised
234: -- we must rollback to the savepoint
235: --

Line 281: when hr_api.cannot_find_prog_unit then

277: PQH_DE_VLDJOBFTR_BK3.Delete_Vldtn_JobFTR_b
278: (p_WRKPLC_VLDTN_JOBFTR_ID => p_WRKPLC_VLDTN_JOBFTR_ID
279: ,p_object_version_number => p_object_version_number);
280: exception
281: when hr_api.cannot_find_prog_unit then
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'delete_Vldtn_Jobftr'
284: ,p_hook_type => 'BP');
285: end;

Line 282: hr_api.cannot_find_prog_unit_error

278: (p_WRKPLC_VLDTN_JOBFTR_ID => p_WRKPLC_VLDTN_JOBFTR_ID
279: ,p_object_version_number => p_object_version_number);
280: exception
281: when hr_api.cannot_find_prog_unit then
282: hr_api.cannot_find_prog_unit_error
283: (p_module_name => 'delete_Vldtn_Jobftr'
284: ,p_hook_type => 'BP');
285: end;
286: --

Line 302: when hr_api.cannot_find_prog_unit then

298: (p_WRKPLC_VLDTN_JOBFTR_ID => p_WRKPLC_VLDTN_JOBFTR_ID
299: ,p_object_version_number => p_object_version_number);
300:
301: exception
302: when hr_api.cannot_find_prog_unit then
303: hr_api.cannot_find_prog_unit_error
304: (p_module_name => 'delete_Vldtn_Jobftr'
305: ,p_hook_type => 'AP');
306: end;

Line 303: hr_api.cannot_find_prog_unit_error

299: ,p_object_version_number => p_object_version_number);
300:
301: exception
302: when hr_api.cannot_find_prog_unit then
303: hr_api.cannot_find_prog_unit_error
304: (p_module_name => 'delete_Vldtn_Jobftr'
305: ,p_hook_type => 'AP');
306: end;
307: --

Line 311: raise hr_api.validate_enabled;

307: --
308: -- When in validation only mode raise the Validate_Enabled exception
309: --
310: if p_validate then
311: raise hr_api.validate_enabled;
312: end if;
313: --
314: -- Set all output arguments
315: --

Line 318: when hr_api.validate_enabled then

314: -- Set all output arguments
315: --
316: hr_utility.set_location(' Leaving:'||l_proc, 70);
317: exception
318: when hr_api.validate_enabled then
319: --
320: -- As the Validate_Enabled exception has been raised
321: -- we must rollback to the savepoint
322: --