DBA Data[Home] [Help]

APPS.GHR_CST_DEL dependencies on GHR_CST_DEL

Line 1: Package Body ghr_cst_del as

1: Package Body ghr_cst_del as
2: /* $Header: ghcstrhi.pkb 120.0 2005/05/29 03:05:29 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 214: ghr_cst_del.pre_delete(p_rec);

210: ghr_cst_bus.delete_validate(p_rec);
211: --
212: -- Call the supporting pre-delete operation
213: --
214: ghr_cst_del.pre_delete(p_rec);
215: --
216: -- Delete the row.
217: --
218: ghr_cst_del.delete_dml(p_rec);

Line 218: ghr_cst_del.delete_dml(p_rec);

214: ghr_cst_del.pre_delete(p_rec);
215: --
216: -- Delete the row.
217: --
218: ghr_cst_del.delete_dml(p_rec);
219: --
220: -- Call the supporting post-delete operation
221: --
222: ghr_cst_del.post_delete(p_rec);

Line 222: ghr_cst_del.post_delete(p_rec);

218: ghr_cst_del.delete_dml(p_rec);
219: --
220: -- Call the supporting post-delete operation
221: --
222: ghr_cst_del.post_delete(p_rec);
223: --
224: End del;
225: --
226: -- ----------------------------------------------------------------------------

Line 252: ghr_cst_del.del(l_rec);

248: -- Having converted the arguments into the ghr_cst_rec
249: -- plsql record structure we must call the corresponding entity
250: -- business process
251: --
252: ghr_cst_del.del(l_rec);
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: End del;
256: --

Line 257: end ghr_cst_del;

253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: End del;
256: --
257: end ghr_cst_del;