DBA Data[Home] [Help]

APPS.HR_FTT_INS dependencies on HR_FTT_INS

Line 1: Package Body hr_ftt_ins as

1: Package Body hr_ftt_ins as
2: /* $Header: hrfttrhi.pkb 115.3 2002/12/03 13:13:18 hjonnala noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' hr_ftt_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 247: hr_ftt_ins.pre_insert

243: );
244: --
245: -- Call the supporting pre-insert operation
246: --
247: hr_ftt_ins.pre_insert
248: (p_rec => p_rec
249: ,p_form_tab_page_id => p_form_tab_page_id
250: );
251: --

Line 254: hr_ftt_ins.insert_dml(p_rec);

250: );
251: --
252: -- Insert the row
253: --
254: hr_ftt_ins.insert_dml(p_rec);
255: --
256: -- Call the supporting post-insert operation
257: --
258: hr_ftt_ins.post_insert

Line 258: hr_ftt_ins.post_insert

254: hr_ftt_ins.insert_dml(p_rec);
255: --
256: -- Call the supporting post-insert operation
257: --
258: hr_ftt_ins.post_insert
259: (p_rec
260: );
261: --
262: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 297: hr_ftt_ins.ins

293: --
294: -- Having converted the arguments into the hr_ftt_rec
295: -- plsql record structure we call the corresponding record business process.
296: --
297: hr_ftt_ins.ins
298: (p_rec => l_rec
299: ,p_form_tab_page_id => p_form_tab_page_id
300: );
301: --

Line 339: hr_ftt_ins.ins

335: --
336: -- Insert a row for the base language and every installed language.
337: --
338: for l_lang in csr_ins_langs loop
339: hr_ftt_ins.ins
340: (p_form_tab_page_id => p_form_tab_page_id
341: ,p_language => l_lang.language_code
342: ,p_source_lang => p_language_code
343: ,p_user_tab_page_name => p_user_tab_page_name

Line 351: end hr_ftt_ins;

347: --
348: hr_utility.set_location('Leaving:'||l_proc,20);
349: End ins_tl;
350: --
351: end hr_ftt_ins;