DBA Data[Home] [Help]

APPS.PAY_SGB_INS dependencies on PAY_SGB_INS

Line 1: Package Body pay_sgb_ins as

1: Package Body pay_sgb_ins as
2: /* $Header: pysgbrhi.pkb 115.3 2003/02/05 17:11:07 arashid noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 232: pay_sgb_ins.pre_insert(p_rec);

228: );
229: --
230: -- Call the supporting pre-insert operation
231: --
232: pay_sgb_ins.pre_insert(p_rec);
233: --
234: -- Insert the row
235: --
236: pay_sgb_ins.insert_dml(p_rec);

Line 236: pay_sgb_ins.insert_dml(p_rec);

232: pay_sgb_ins.pre_insert(p_rec);
233: --
234: -- Insert the row
235: --
236: pay_sgb_ins.insert_dml(p_rec);
237: --
238: -- Call the supporting post-insert operation
239: --
240: pay_sgb_ins.post_insert

Line 240: pay_sgb_ins.post_insert

236: pay_sgb_ins.insert_dml(p_rec);
237: --
238: -- Call the supporting post-insert operation
239: --
240: pay_sgb_ins.post_insert
241: (p_rec);
242: --
243: hr_utility.set_location('Leaving:'||l_proc, 20);
244: end ins;

Line 283: pay_sgb_ins.ins

279: --
280: -- Having converted the arguments into the pay_sgb_rec
281: -- plsql record structure we call the corresponding record business process.
282: --
283: pay_sgb_ins.ins
284: (p_effective_date
285: ,l_rec
286: );
287: --

Line 297: end pay_sgb_ins;

293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: End ins;
296: --
297: end pay_sgb_ins;