DBA Data[Home] [Help]

APPS.OTA_TFH_API_BUSINESS_RULES2 dependencies on HR_UTILITY

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

21: := ota_general.value_changed( ota_tfh_api_shd.g_old_rec.transfer_status
22: , p_rec.transfer_status );
23: --
24: begin
25: hr_utility.set_location('Entering:'||l_proc, 5);
26: --
27: -- If the Header transfer status is changed then update all the lines
28: -- with the same old transfer status
29: --

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

33: ,p_rec.transfer_status
34: ,ota_tfh_api_shd.g_old_rec.transfer_status);
35: end if;
36: --
37: hr_utility.set_location(' Leaving:'||l_proc, 10);
38: end update_finance_lines;
39: --
40: -- ----------------------------------------------------------------------------
41: -- |--------------------------< invoice_full_amount >------------------|