DBA Data[Home] [Help]

APPS.HR_FTP_BUS dependencies on HR_UTILITY

Line 28: hr_utility.set_location('Entering:'|| l_proc, 10);

24: l_proc varchar2(72) := g_package||'set_security_group_id';
25: --
26: begin
27: --
28: hr_utility.set_location('Entering:'|| l_proc, 10);
29: --
30: -- No business group context. Security group is not applicable.
31: --
32: null;

Line 34: hr_utility.set_location(' Leaving:'|| l_proc, 20);

30: -- No business group context. Security group is not applicable.
31: --
32: null;
33: --
34: hr_utility.set_location(' Leaving:'|| l_proc, 20);
35: --
36: end set_security_group_id;
37: --
38: -- ---------------------------------------------------------------------------

Line 52: hr_utility.set_location('Entering:'|| l_proc, 10);

48: l_proc varchar2(72) := g_package||'return_legislation_code';
49: --
50: Begin
51: --
52: hr_utility.set_location('Entering:'|| l_proc, 10);
53: --
54: -- Legislation code not available for form tab pages
55: --
56: l_legislation_code := null;

Line 58: hr_utility.set_location(' Leaving:'|| l_proc, 40);

54: -- Legislation code not available for form tab pages
55: --
56: l_legislation_code := null;
57: --
58: hr_utility.set_location(' Leaving:'|| l_proc, 40);
59: return l_legislation_code;
60: end return_legislation_code;
61: --
62: -- ----------------------------------------------------------------------------

Line 149: hr_utility.set_location('Entering:'||l_proc, 10);

145: l_api_updating boolean;
146: l_canvas_type varchar2(30);
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 10);
150: --
151: l_api_updating := hr_ftp_shd.api_updating
152: (p_form_tab_page_id => p_form_tab_page_id
153: ,p_object_version_number => p_object_version_number

Line 155: hr_utility.set_location(l_proc,20);

151: l_api_updating := hr_ftp_shd.api_updating
152: (p_form_tab_page_id => p_form_tab_page_id
153: ,p_object_version_number => p_object_version_number
154: );
155: hr_utility.set_location(l_proc,20);
156: --
157: -- Only proceed with SQL validation if absolutely necessary
158: --
159: if ( ( l_api_updating

Line 164: hr_utility.set_location(l_proc,30);

160: and nvl(hr_ftp_shd.g_old_rec.form_canvas_id,hr_api.g_number) <>
161: nvl(p_form_canvas_id,hr_api.g_number))
162: or (NOT l_api_updating)) then
163: --
164: hr_utility.set_location(l_proc,30);
165: --
166: -- Check value has been passed
167: --
168: hr_api.mandatory_arg_error

Line 174: hr_utility.set_location(l_proc,40);

170: ,p_argument => 'form_canvas_id'
171: ,p_argument_value => p_form_canvas_id
172: );
173: --
174: hr_utility.set_location(l_proc,40);
175: --
176: -- Check canvas is of type TAB
177: --
178: open csr_form_canvas;

Line 189: hr_utility.set_location(l_proc,50);

185: fnd_message.raise_error;
186: end if;
187: close csr_form_canvas;
188: --
189: hr_utility.set_location(l_proc,50);
190: --
191: if nvl(l_canvas_type,hr_api.g_varchar2) <> 'TAB' then
192: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
193: fnd_message.set_token('PROCEDURE', l_proc);

Line 200: hr_utility.set_location('Leaving:'||l_proc, 100);

196: end if;
197: --
198: end if;
199: --
200: hr_utility.set_location('Leaving:'||l_proc, 100);
201: End chk_form_canvas_id;
202: --
203: -- ----------------------------------------------------------------------------
204: -- |---------------------------< chk_tab_page_name >--------------------------|

Line 217: hr_utility.set_location('Entering:'||l_proc, 10);

213: l_proc varchar2(72) := g_package || 'chk_tab_page_name';
214: l_api_updating boolean;
215: --
216: Begin
217: hr_utility.set_location('Entering:'||l_proc, 10);
218: --
219: -- Check value has been passed
220: --
221: hr_api.mandatory_arg_error

Line 236: hr_utility.set_location('Leaving:'||l_proc, 100);

232: fnd_message.set_token('STEP','10');
233: fnd_message.raise_error;
234: end if;
235: --
236: hr_utility.set_location('Leaving:'||l_proc, 100);
237: End chk_tab_page_name;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |---------------------------< chk_display_order >--------------------------|

Line 253: hr_utility.set_location('Entering:'||l_proc, 10);

249: l_proc varchar2(72) := g_package || 'chk_display_order';
250: l_api_updating boolean;
251: --
252: Begin
253: hr_utility.set_location('Entering:'||l_proc, 10);
254: --
255: -- Check value has been passed
256: --
257: hr_api.mandatory_arg_error

Line 272: hr_utility.set_location('Leaving:'||l_proc, 100);

268: fnd_message.set_token('STEP','10');
269: fnd_message.raise_error;
270: end if;
271: --
272: hr_utility.set_location('Leaving:'||l_proc, 100);
273: End chk_display_order;
274: --
275: -- ----------------------------------------------------------------------------
276: -- |-------------------------< chk_visible_override >-------------------------|

Line 289: hr_utility.set_location('Entering:'||l_proc, 10);

285: l_proc varchar2(72) := g_package || 'chk_visible_override';
286: l_api_updating boolean;
287: --
288: Begin
289: hr_utility.set_location('Entering:'||l_proc, 10);
290: --
291: -- Check mandatory arguments have been set
292: --
293: hr_api.mandatory_arg_error

Line 303: hr_utility.set_location(l_proc,20);

299: l_api_updating := hr_ftp_shd.api_updating
300: (p_form_tab_page_id => p_form_tab_page_id
301: ,p_object_version_number => p_object_version_number
302: );
303: hr_utility.set_location(l_proc,20);
304: --
305: -- Only proceed with SQL validation if absolutely necessary
306: --
307: if ( ( l_api_updating

Line 312: hr_utility.set_location(l_proc,30);

308: and nvl(hr_ftp_shd.g_old_rec.visible_override,hr_api.g_number) <>
309: nvl(p_visible_override,hr_api.g_number))
310: or (NOT l_api_updating)) then
311: --
312: hr_utility.set_location(l_proc,30);
313: --
314: if (p_visible_override is not null) then
315: --
316: hr_utility.set_location(l_proc,40);

Line 316: hr_utility.set_location(l_proc,40);

312: hr_utility.set_location(l_proc,30);
313: --
314: if (p_visible_override is not null) then
315: --
316: hr_utility.set_location(l_proc,40);
317: --
318: -- Must exist in hr_standard_lookups where lookup_type is
319: -- PROPERTY_TRUE_OR_FALSE
320: --

Line 336: hr_utility.set_location('Leaving:'||l_proc, 100);

332: end if;
333: --
334: end if;
335: --
336: hr_utility.set_location('Leaving:'||l_proc, 100);
337: End chk_visible_override;
338: --
339: -- ----------------------------------------------------------------------------
340: -- |------------------------------< chk_delete >------------------------------|

Line 349: hr_utility.set_location('Entering:'||l_proc, 5);

345: --
346: l_proc varchar2(72) := g_package||'chk_delete';
347: --
348: Begin
349: hr_utility.set_location('Entering:'||l_proc, 5);
350: --
351: -- No additional validation required
352: --
353: null;

Line 355: hr_utility.set_location(' Leaving:'||l_proc, 10);

351: -- No additional validation required
352: --
353: null;
354: --
355: hr_utility.set_location(' Leaving:'||l_proc, 10);
356: End chk_delete;
357: --
358: -- ----------------------------------------------------------------------------
359: -- |---------------------------< insert_validate >----------------------------|

Line 369: hr_utility.set_location('Entering:'||l_proc, 5);

365: --
366: l_proc varchar2(72) := g_package||'insert_validate';
367: --
368: Begin
369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: -- Call all supporting business operations
372: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
373: --

Line 402: hr_utility.set_location(' Leaving:'||l_proc, 10);

398: ,p_object_version_number => p_rec.object_version_number
399: ,p_visible_override => p_rec.visible_override
400: );
401: --
402: hr_utility.set_location(' Leaving:'||l_proc, 10);
403: End insert_validate;
404: --
405: -- ----------------------------------------------------------------------------
406: -- |---------------------------< update_validate >----------------------------|

Line 416: hr_utility.set_location('Entering:'||l_proc, 5);

412: --
413: l_proc varchar2(72) := g_package||'update_validate';
414: --
415: Begin
416: hr_utility.set_location('Entering:'||l_proc, 5);
417: --
418: -- Call all supporting business operations
419: -- No business group context. HR_STANDARD_LOOKUPS used for validation.
420: --

Line 454: hr_utility.set_location(' Leaving:'||l_proc, 10);

450: ,p_object_version_number => p_rec.object_version_number
451: ,p_visible_override => p_rec.visible_override
452: );
453: --
454: hr_utility.set_location(' Leaving:'||l_proc, 10);
455: End update_validate;
456: --
457: -- ----------------------------------------------------------------------------
458: -- |---------------------------< delete_validate >----------------------------|

Line 467: hr_utility.set_location('Entering:'||l_proc, 5);

463: --
464: l_proc varchar2(72) := g_package||'delete_validate';
465: --
466: Begin
467: hr_utility.set_location('Entering:'||l_proc, 5);
468: --
469: -- Call all supporting business operations
470: --
471: chk_delete

Line 475: hr_utility.set_location(' Leaving:'||l_proc, 10);

471: chk_delete
472: (p_rec => p_rec
473: );
474: --
475: hr_utility.set_location(' Leaving:'||l_proc, 10);
476: End delete_validate;
477: --
478: end hr_ftp_bus;