DBA Data[Home] [Help]

APPS.OTA_THG_INS dependencies on OTA_THG_INS

Line 1: Package Body ota_thg_ins as

1: Package Body ota_thg_ins as
2: /* $Header: otthgrhi.pkb 120.0 2005/05/29 07:44:06 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 278: ota_thg_ins.pre_insert(p_rec);

274: );
275: --
276: -- Call the supporting pre-insert operation
277: --
278: ota_thg_ins.pre_insert(p_rec);
279: --
280: -- Insert the row
281: --
282: ota_thg_ins.insert_dml(p_rec);

Line 282: ota_thg_ins.insert_dml(p_rec);

278: ota_thg_ins.pre_insert(p_rec);
279: --
280: -- Insert the row
281: --
282: ota_thg_ins.insert_dml(p_rec);
283: --
284: -- Call the supporting post-insert operation
285: --
286: ota_thg_ins.post_insert

Line 286: ota_thg_ins.post_insert

282: ota_thg_ins.insert_dml(p_rec);
283: --
284: -- Call the supporting post-insert operation
285: --
286: ota_thg_ins.post_insert
287: (p_effective_date
288: ,p_rec
289: );
290: --

Line 347: ota_thg_ins.ins

343: --
344: -- Having converted the arguments into the ota_thg_rec
345: -- plsql record structure we call the corresponding record business process.
346: --
347: ota_thg_ins.ins
348: (p_effective_date
349: ,l_rec
350: ,p_validate
351: );

Line 362: end ota_thg_ins;

358: --
359: hr_utility.set_location(' Leaving:'||l_proc, 10);
360: End ins;
361: --
362: end ota_thg_ins;