DBA Data[Home] [Help]

APPS.HR_ORT_INS dependencies on HR_ORT_INS

Line 1: Package Body hr_ort_ins as

1: Package Body hr_ort_ins as
2: /* $Header: hrortrhi.pkb 115.4 2004/06/29 00:31:44 kjagadee noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' hr_ort_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_ort_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 26: hr_ort_ins.g_organization_id_i := p_organization_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: hr_ort_ins.g_organization_id_i := p_organization_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --

Line 264: hr_ort_ins.pre_insert

260: );
261: --
262: -- Call the supporting pre-insert operation
263: --
264: hr_ort_ins.pre_insert
265: (p_rec => p_rec
266: ,p_organization_id => p_organization_id
267: );
268: --

Line 271: hr_ort_ins.insert_dml(p_rec);

267: );
268: --
269: -- Insert the row
270: --
271: hr_ort_ins.insert_dml(p_rec);
272: --
273: -- Call the supporting post-insert operation
274: --
275: hr_ort_ins.post_insert

Line 275: hr_ort_ins.post_insert

271: hr_ort_ins.insert_dml(p_rec);
272: --
273: -- Call the supporting post-insert operation
274: --
275: hr_ort_ins.post_insert
276: (p_rec
277: );
278: --
279: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 312: hr_ort_ins.ins

308: --
309: -- Having converted the arguments into the hr_ort_rec
310: -- plsql record structure we call the corresponding record business process.
311: --
312: hr_ort_ins.ins
313: (p_rec => l_rec
314: ,p_organization_id => p_organization_id
315: );
316: --

Line 353: hr_ort_ins.ins

349: --
350: -- Insert a row for the base language and every installed language.
351: --
352: for l_lang in csr_ins_langs loop
353: hr_ort_ins.ins
354: (p_organization_id => p_organization_id
355: ,p_language => l_lang.language_code
356: ,p_source_lang => p_language_code
357: ,p_name => p_name

Line 364: end hr_ort_ins;

360: --
361: hr_utility.set_location('Leaving:'||l_proc,20);
362: End ins_tl;
363: --
364: end hr_ort_ins;