DBA Data[Home] [Help]

APPS.HR_TTL_INS dependencies on HR_TTL_INS

Line 1: Package Body hr_ttl_ins as

1: Package Body hr_ttl_ins as
2: /* $Header: hrttlrhi.pkb 115.1 2004/04/05 07:21 menderby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 247: hr_ttl_ins.pre_insert

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

Line 254: hr_ttl_ins.insert_dml(p_rec);

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

Line 258: hr_ttl_ins.post_insert

254: hr_ttl_ins.insert_dml(p_rec);
255: --
256: -- Call the supporting post-insert operation
257: --
258: hr_ttl_ins.post_insert
259: (p_rec
260: );
261: --
262: -- Call to raise any errors on multi-message list

Line 298: hr_ttl_ins.ins

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

Line 340: hr_ttl_ins.ins

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

Line 351: end hr_ttl_ins;

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