DBA Data[Home] [Help]

APPS.PAY_BTH_INS dependencies on PAY_BTH_INS

Line 1: Package Body pay_bth_ins as

1: Package Body pay_bth_ins as
2: /* $Header: pybthrhi.pkb 120.2 2005/06/12 16:19:52 susivasu noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 305: pay_bth_ins.pre_insert(p_rec);

301: );
302: --
303: -- Call the supporting pre-insert operation
304: --
305: pay_bth_ins.pre_insert(p_rec);
306: --
307: -- Insert the row
308: --
309: pay_bth_ins.insert_dml(p_rec);

Line 309: pay_bth_ins.insert_dml(p_rec);

305: pay_bth_ins.pre_insert(p_rec);
306: --
307: -- Insert the row
308: --
309: pay_bth_ins.insert_dml(p_rec);
310: --
311: -- Call the supporting post-insert operation
312: --
313: pay_bth_ins.post_insert

Line 313: pay_bth_ins.post_insert

309: pay_bth_ins.insert_dml(p_rec);
310: --
311: -- Call the supporting post-insert operation
312: --
313: pay_bth_ins.post_insert
314: (p_session_date
315: ,p_rec
316: );
317: --

Line 378: pay_bth_ins.ins

374: --
375: -- Having converted the arguments into the pay_bth_rec
376: -- plsql record structure we call the corresponding record business process.
377: --
378: pay_bth_ins.ins
379: (p_session_date,
380: l_rec
381: );
382: --

Line 392: end pay_bth_ins;

388: --
389: hr_utility.set_location(' Leaving:'||l_proc, 10);
390: End ins;
391: --
392: end pay_bth_ins;