DBA Data[Home] [Help]

APPS.PQH_RLS_INS dependencies on PQH_RLS_INS

Line 1: Package Body pqh_rls_ins as

1: Package Body pqh_rls_ins as
2: /* $Header: pqrlsrhi.pkb 120.0.12020000.2 2013/04/12 18:48:44 pathota ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 375: pqh_rls_ins.pre_insert(p_rec);

371: );
372: --
373: -- Call the supporting pre-insert operation
374: --
375: pqh_rls_ins.pre_insert(p_rec);
376: --
377: -- Insert the row
378: --
379: pqh_rls_ins.insert_dml(p_rec);

Line 379: pqh_rls_ins.insert_dml(p_rec);

375: pqh_rls_ins.pre_insert(p_rec);
376: --
377: -- Insert the row
378: --
379: pqh_rls_ins.insert_dml(p_rec);
380: --
381: -- Call the supporting post-insert operation
382: --
383: pqh_rls_ins.post_insert

Line 383: pqh_rls_ins.post_insert

379: pqh_rls_ins.insert_dml(p_rec);
380: --
381: -- Call the supporting post-insert operation
382: --
383: pqh_rls_ins.post_insert
384: (p_effective_date
385: ,p_rec
386: );
387: --

Line 490: pqh_rls_ins.ins

486: --
487: -- Having converted the arguments into the pqh_rls_rec
488: -- plsql record structure we call the corresponding record business process.
489: --
490: pqh_rls_ins.ins
491: (p_effective_date
492: ,l_rec
493: );
494: --

Line 504: end pqh_rls_ins;

500: --
501: hr_utility.set_location(' Leaving:'||l_proc,10);
502: End ins;
503: --
504: end pqh_rls_ins;