DBA Data[Home] [Help]

APPS.PQH_CER_UPD dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'update_dml';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;

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

263: long_attribute1 = p_rec.long_attribute1,
264: object_version_number = p_rec.object_version_number
265: where copy_entity_result_id = p_rec.copy_entity_result_id;
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: --
269: Exception
270: When hr_api.check_integrity_violated Then
271: -- A check constraint has been violated

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

319: --
320: l_proc varchar2(72) := g_package||'pre_update';
321: --
322: Begin
323: hr_utility.set_location('Entering:'||l_proc, 5);
324: --
325: hr_utility.set_location(' Leaving:'||l_proc, 10);
326: End pre_update;
327: --

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

321: --
322: Begin
323: hr_utility.set_location('Entering:'||l_proc, 5);
324: --
325: hr_utility.set_location(' Leaving:'||l_proc, 10);
326: End pre_update;
327: --
328: -- ----------------------------------------------------------------------------
329: -- |-----------------------------< post_update >------------------------------|

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

362: --
363: l_proc varchar2(72) := g_package||'post_update';
364: --
365: Begin
366: hr_utility.set_location('Entering:'||l_proc, 5);
367: --
368: --
369: -- Start of API User Hook for post_update.
370: --

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

792: --
793: -- End of API User Hook for post_update.
794: --
795: --
796: hr_utility.set_location(' Leaving:'||l_proc, 10);
797: End post_update;
798: --
799: -- ----------------------------------------------------------------------------
800: -- |-----------------------------< convert_defs >-----------------------------|

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

844: l_proc varchar2(72) := g_package||'convert_defs';
845: --
846: Begin
847: --
848: hr_utility.set_location('Entering:'||l_proc, 5);
849: --
850: -- We must now examine each argument value in the
851: -- p_rec plsql record structure
852: -- to see if a system default is being used. If a system default

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

1653: p_rec.table_route_id :=
1654: pqh_cer_shd.g_old_rec.table_route_id;
1655: End If;
1656: --
1657: hr_utility.set_location(' Leaving:'||l_proc, 10);
1658: --
1659: End convert_defs;
1660: --
1661: -- ----------------------------------------------------------------------------

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

1669: --
1670: l_proc varchar2(72) := g_package||'upd';
1671: --
1672: Begin
1673: hr_utility.set_location('Entering:'||l_proc, 5);
1674: --
1675: -- We must lock the row which we need to update.
1676: --
1677: pqh_cer_shd.lck

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

1918: l_rec pqh_cer_shd.g_rec_type;
1919: l_proc varchar2(72) := g_package||'upd';
1920: --
1921: Begin
1922: hr_utility.set_location('Entering:'||l_proc, 5);
1923: --
1924: -- Call conversion function to turn arguments into the
1925: -- l_rec structure.
1926: --

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

2139: upd(
2140: p_effective_date,l_rec);
2141: p_object_version_number := l_rec.object_version_number;
2142: --
2143: hr_utility.set_location(' Leaving:'||l_proc, 10);
2144: End upd;
2145: --
2146: end pqh_cer_upd;