DBA Data[Home] [Help]

APPS.PQH_CER_INS dependencies on HR_UTILITY

Line 52: hr_utility.set_location('Entering:'||l_proc, 5);

48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pqh_copy_entity_results
56: --

Line 468: hr_utility.set_location(' Leaving:'||l_proc, 10);

464: p_rec.long_attribute1,
465: p_rec.object_version_number
466: );
467: --
468: hr_utility.set_location(' Leaving:'||l_proc, 10);
469: Exception
470: When hr_api.check_integrity_violated Then
471: -- A check constraint has been violated
472: pqh_cer_shd.constraint_error

Line 530: hr_utility.set_location('Entering:'||l_proc, 5);

526: --
527: Cursor C_Sel1 is select pqh_copy_entity_results_s.nextval from sys.dual;
528: --
529: Begin
530: hr_utility.set_location('Entering:'||l_proc, 5);
531: --
532: --
533: -- Select the next sequence number
534: --

Line 539: hr_utility.set_location(' Leaving:'||l_proc, 10);

535: Open C_Sel1;
536: Fetch C_Sel1 Into p_rec.copy_entity_result_id;
537: Close C_Sel1;
538: --
539: hr_utility.set_location(' Leaving:'||l_proc, 10);
540: End pre_insert;
541: --
542: -- ----------------------------------------------------------------------------
543: -- |-----------------------------< post_insert >------------------------------|

Line 580: hr_utility.set_location('Entering:'||l_proc, 5);

576: --
577: l_proc varchar2(72) := g_package||'post_insert';
578: --
579: Begin
580: hr_utility.set_location('Entering:'||l_proc, 5);
581: --
582: --
583: -- Start of API User Hook for post_insert.
584: --

Line 808: hr_utility.set_location(' Leaving:'||l_proc, 10);

804: --
805: -- End of API User Hook for post_insert.
806: --
807: --
808: hr_utility.set_location(' Leaving:'||l_proc, 10);
809: End post_insert;
810: --
811: -- ----------------------------------------------------------------------------
812: -- |---------------------------------< ins >----------------------------------|

Line 823: hr_utility.set_location('Entering:'||l_proc, 5);

819: --
820: l_proc varchar2(72) := g_package||'ins';
821: --
822: Begin
823: hr_utility.set_location('Entering:'||l_proc, 5);
824: --
825: -- Call the supporting insert validate operations
826: --
827: pqh_cer_bus.insert_validate(p_rec

Line 1059: hr_utility.set_location('Entering:'||l_proc, 5);

1055: l_rec pqh_cer_shd.g_rec_type;
1056: l_proc varchar2(72) := g_package||'ins';
1057: --
1058: Begin
1059: hr_utility.set_location('Entering:'||l_proc, 5);
1060: --
1061: -- Call conversion function to turn arguments into the
1062: -- p_rec structure.
1063: --

Line 1284: hr_utility.set_location(' Leaving:'||l_proc, 10);

1280: --
1281: p_copy_entity_result_id := l_rec.copy_entity_result_id;
1282: p_object_version_number := l_rec.object_version_number;
1283: --
1284: hr_utility.set_location(' Leaving:'||l_proc, 10);
1285: End ins;
1286: --
1287: end pqh_cer_ins;