DBA Data[Home] [Help]

APPS.PQP_EXR_INS dependencies on PQP_EXR_INS

Line 1: Package Body pqp_exr_ins as

1: Package Body pqp_exr_ins as
2: /* $Header: pqexrrhi.pkb 120.4 2006/10/20 18:38:32 sshetty noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 393: pqp_exr_ins.pre_insert(p_rec);

389: hr_multi_message.end_validation_set;
390: --
391: -- Call the supporting pre-insert operation
392: --
393: pqp_exr_ins.pre_insert(p_rec);
394: --
395: -- Insert the row
396: --
397: pqp_exr_ins.insert_dml(p_rec);

Line 397: pqp_exr_ins.insert_dml(p_rec);

393: pqp_exr_ins.pre_insert(p_rec);
394: --
395: -- Insert the row
396: --
397: pqp_exr_ins.insert_dml(p_rec);
398: --
399: -- Call the supporting post-insert operation
400: --
401: pqp_exr_ins.post_insert

Line 401: pqp_exr_ins.post_insert

397: pqp_exr_ins.insert_dml(p_rec);
398: --
399: -- Call the supporting post-insert operation
400: --
401: pqp_exr_ins.post_insert
402: (p_rec
403: );
404: --
405: hr_multi_message.end_validation_set;

Line 461: pqp_exr_ins.ins

457: --
458: -- Having converted the arguments into the pqp_exr_rec
459: -- plsql record structure we call the corresponding record business process.
460: --
461: pqp_exr_ins.ins
462: (l_rec
463: );
464: --
465: -- As the primary key argument(s)

Line 474: end pqp_exr_ins;

470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 10);
472: End ins;
473: --
474: end pqp_exr_ins;