DBA Data[Home] [Help]

APPS.PQH_RHA_INS dependencies on PQH_RHA_INS

Line 1: Package Body pqh_rha_ins as

1: Package Body pqh_rha_ins as
2: /* $Header: pqrharhi.pkb 120.1 2005/08/03 13:43:25 nsanghal noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 292: pqh_rha_ins.pre_insert(p_rec);

288: );
289: --
290: -- Call the supporting pre-insert operation
291: --
292: pqh_rha_ins.pre_insert(p_rec);
293: --
294: -- Insert the row
295: --
296: pqh_rha_ins.insert_dml(p_rec);

Line 296: pqh_rha_ins.insert_dml(p_rec);

292: pqh_rha_ins.pre_insert(p_rec);
293: --
294: -- Insert the row
295: --
296: pqh_rha_ins.insert_dml(p_rec);
297: --
298: -- Call the supporting post-insert operation
299: --
300: pqh_rha_ins.post_insert

Line 300: pqh_rha_ins.post_insert

296: pqh_rha_ins.insert_dml(p_rec);
297: --
298: -- Call the supporting post-insert operation
299: --
300: pqh_rha_ins.post_insert
301: (p_effective_date
302: ,p_rec
303: );
304: --

Line 359: pqh_rha_ins.ins

355: --
356: -- Having converted the arguments into the pqh_rha_rec
357: -- plsql record structure we call the corresponding record business process.
358: --
359: pqh_rha_ins.ins
360: (p_effective_date
361: ,l_rec
362: );
363: --

Line 373: end pqh_rha_ins;

369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End ins;
372: --
373: end pqh_rha_ins;