DBA Data[Home] [Help]

APPS.OTA_TFL_API_BUSINESS_RULES3 dependencies on HR_UTILITY

Line 54: hr_utility.set_location('Entering:'|| v_proc, 5);

50: where booking_deal_id = p_booking_deal_id;
51: ---------------
52: Begin
53: --
54: hr_utility.set_location('Entering:'|| v_proc, 5);
55: --
56: Open csr_tbd;
57: Fetch csr_tbd into v_book_deal_customer_id
58: ,v_deal_type

Line 75: hr_utility.set_location(' Leaving:'|| v_proc, 10);

71: fnd_message.raise_error;
72: End if;
73: End if;
74: --
75: hr_utility.set_location(' Leaving:'|| v_proc, 10);
76: --
77: end check_customer_booking_deal;
78: --
79: --