DBA Data[Home] [Help]

APPS.OTA_BJT_DEL dependencies on OTA_BKNG_JUSTIFICATIONS_TL

Line 62: -- Delete the ota_bkng_justifications_tl row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the ota_bkng_justifications_tl row.
63: --
64: delete from ota_bkng_justifications_tl
65: where booking_justification_id = p_rec.booking_justification_id
66: and language = p_rec.language;

Line 64: delete from ota_bkng_justifications_tl

60: --
61: --
62: -- Delete the ota_bkng_justifications_tl row.
63: --
64: delete from ota_bkng_justifications_tl
65: where booking_justification_id = p_rec.booking_justification_id
66: and language = p_rec.language;
67: --
68: --

Line 181: (p_module_name => 'OTA_BKNG_JUSTIFICATIONS_TL'

177: --
178: when hr_api.cannot_find_prog_unit then
179: --
180: hr_api.cannot_find_prog_unit_error
181: (p_module_name => 'OTA_BKNG_JUSTIFICATIONS_TL'
182: ,p_hook_type => 'AD');
183: --
184: end;
185: --

Line 275: from ota_bkng_justifications_tl bjt

271: -- Cursor to obtain all the translation rows.
272: --
273: cursor csr_del_langs is
274: select bjt.language
275: from ota_bkng_justifications_tl bjt
276: where bjt.booking_justification_id = p_booking_justification_id;
277: --
278: l_proc varchar2(72) := g_package||'del_tl';
279: --