DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_UTILITY

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

2404: l_timezone_id NUMBER := ota_timezone_util.get_timezone_id(p_timezone);
2405: BEGIN
2406: IF l_timezone_id IS NULL THEN
2407: fnd_message.set_name('OTA','OTA_443982_TIMEZONE_ERROR');
2408: fnd_message.set_token('OBJECT_TYPE',ota_utility.get_lookup_meaning('OTA_OBJECT_TYPE','CL',810));
2409: fnd_message.raise_error;
2410: END IF;
2411: END check_timezone;
2412: --

Line 2756: ota_utility.get_commitment_detail(p_rec.line_id,

2752: /*Enhancement 1823602*/
2753: IF p_rec.line_id IS NOT NULL THEN
2754: /* For Bug 4492519 */
2755: IF p_rec.event_id is null or l_course_end_date_changed then
2756: ota_utility.get_commitment_detail(p_rec.line_id,
2757: l_commitment_number,
2758: l_commitment_id,
2759: l_commitment_start_date,
2760: l_commitment_end_date);

Line 3287: ota_utility.check_invoice(

3283: IF p_event_status = 'A' THEN
3284:
3285: hr_utility.set_location('Entering:'||l_proc, 10);
3286:
3287: ota_utility.check_invoice(
3288: p_line_id => p_line_id,
3289: p_org_id => p_org_id,
3290: p_exist => l_exist);
3291: IF fnd_installation.get(660, 660, l_ins_status, l_industry) THEN