DBA Data[Home] [Help]

APPS.PAY_PTT_INS dependencies on PAY_PTT_INS

Line 1: Package Body pay_ptt_ins as

1: Package Body pay_ptt_ins as
2: /* $Header: pypttrhi.pkb 120.0 2005/05/29 07:56 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 250: pay_ptt_ins.pre_insert

246: hr_multi_message.end_validation_set;
247: --
248: -- Call the supporting pre-insert operation
249: --
250: pay_ptt_ins.pre_insert
251: (p_rec => p_rec
252: ,p_user_table_id => p_user_table_id
253: );
254: --

Line 257: pay_ptt_ins.insert_dml(p_rec);

253: );
254: --
255: -- Insert the row
256: --
257: pay_ptt_ins.insert_dml(p_rec);
258: --
259: -- Call the supporting post-insert operation
260: --
261: -- pay_ptt_ins.post_insert(p_rec);

Line 261: -- pay_ptt_ins.post_insert(p_rec);

257: pay_ptt_ins.insert_dml(p_rec);
258: --
259: -- Call the supporting post-insert operation
260: --
261: -- pay_ptt_ins.post_insert(p_rec);
262: --
263: -- Call to raise any errors on multi-message list
264: hr_multi_message.end_validation_set;
265: --

Line 301: pay_ptt_ins.ins

297: --
298: -- Having converted the arguments into the pay_ptt_rec
299: -- plsql record structure we call the corresponding record business process.
300: --
301: pay_ptt_ins.ins
302: (p_rec => l_rec
303: ,p_user_table_id => p_user_table_id
304: );
305: --

Line 343: pay_ptt_ins.ins

339: --
340: -- Insert a row for the base language and every installed language.
341: --
342: for l_lang in csr_ins_langs loop
343: pay_ptt_ins.ins
344: (p_user_table_id => p_user_table_id
345: ,p_language => l_lang.language_code
346: ,p_source_lang => p_language_code
347: ,p_user_table_name => p_user_table_name

Line 355: end pay_ptt_ins;

351: --
352: hr_utility.set_location('Leaving:'||l_proc,20);
353: End ins_tl;
354: --
355: end pay_ptt_ins;