DBA Data[Home] [Help]

APPS.HR_TIM_INS dependencies on HR_TIM_INS

Line 1: Package Body hr_tim_ins as

1: Package Body hr_tim_ins as
2: /* $Header: hrtimrhi.pkb 115.10 2003/10/29 02:53:14 jpthomas noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 254: hr_tim_ins.pre_insert(p_rec);

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

Line 258: hr_tim_ins.insert_dml(p_rec);

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

Line 262: hr_tim_ins.post_insert

258: hr_tim_ins.insert_dml(p_rec);
259: --
260: -- Call the supporting post-insert operation
261: --
262: hr_tim_ins.post_insert
263: (p_rec
264: );
265: --
266: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 299: hr_tim_ins.ins

295: --
296: -- Having converted the arguments into the hr_tim_rec
297: -- plsql record structure we call the corresponding record business process.
298: --
299: hr_tim_ins.ins
300: (l_rec
301: );
302: --
303: -- As the primary key argument(s)

Line 312: end hr_tim_ins;

308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: End ins;
311: --
312: end hr_tim_ins;