DBA Data[Home] [Help]

APPS.HR_SNP_DEL dependencies on HR_SNP_DEL

Line 1: Package Body hr_snp_del as

1: Package Body hr_snp_del as
2: /* $Header: hrsnprhi.pkb 120.0 2005/05/31 02:52:28 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 217: hr_snp_del.pre_delete(p_rec);

213: hr_multi_message.end_validation_set;
214: --
215: -- Call the supporting pre-delete operation
216: --
217: hr_snp_del.pre_delete(p_rec);
218: --
219: -- Delete the row.
220: --
221: hr_snp_del.delete_dml(p_rec);

Line 221: hr_snp_del.delete_dml(p_rec);

217: hr_snp_del.pre_delete(p_rec);
218: --
219: -- Delete the row.
220: --
221: hr_snp_del.delete_dml(p_rec);
222: --
223: -- Call the supporting post-delete operation
224: --
225: hr_snp_del.post_delete(p_rec);

Line 225: hr_snp_del.post_delete(p_rec);

221: hr_snp_del.delete_dml(p_rec);
222: --
223: -- Call the supporting post-delete operation
224: --
225: hr_snp_del.post_delete(p_rec);
226: --
227: -- Call to raise any errors on multi-message list
228: hr_multi_message.end_validation_set;
229: --

Line 258: hr_snp_del.del(l_rec);

254: -- Having converted the arguments into the hr_snp_rec
255: -- plsql record structure we must call the corresponding entity
256: -- business process
257: --
258: hr_snp_del.del(l_rec);
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: End del;
262: --

Line 263: end hr_snp_del;

259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: End del;
262: --
263: end hr_snp_del;