DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_UTILITY

Line 2389: fnd_message.set_token('OBJECT_TYPE',ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','CL',810));

2385: l_timezone_id NUMBER := ota_timezone_util.get_timezone_id(p_timezone);
2386: BEGIN
2387: IF l_timezone_id IS NULL THEN
2388: fnd_message.set_name('OTA','OTA_443982_TIMEZONE_ERROR');
2389: fnd_message.set_token('OBJECT_TYPE',ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','CL',810));
2390: fnd_message.raise_error;
2391: END IF;
2392: END check_timezone;
2393: --

Line 2737: ota_utility.get_commitment_detail(p_rec.line_id,

2733: /*Enhancement 1823602*/
2734: IF p_rec.line_id IS NOT NULL THEN
2735: /* For Bug 4492519 */
2736: IF p_rec.event_id is null or l_course_end_date_changed then
2737: ota_utility.get_commitment_detail(p_rec.line_id,
2738: l_commitment_number,
2739: l_commitment_id,
2740: l_commitment_start_date,
2741: l_commitment_end_date);

Line 3267: ota_utility.check_invoice(

3263: IF p_event_status = 'A' THEN
3264:
3265: hr_utility.set_location('Entering:'||l_proc, 10);
3266:
3267: ota_utility.check_invoice(
3268: p_line_id => p_line_id,
3269: p_org_id => p_org_id,
3270: p_exist => l_exist);
3271: IF fnd_installation.get(660, 660, l_ins_status, l_industry) THEN