DBA Data[Home] [Help]

APPS.OTA_ADT_UPD dependencies on OTA_ACTIVITY_DEFINITIONS_TL

Line 66: -- Update the ota_activity_definitions_tl Row

62: --
63: --
64: --
65: --
66: -- Update the ota_activity_definitions_tl Row
67: --
68: update ota_activity_definitions_tl
69: set
70: activity_id = p_rec.activity_id

Line 68: update ota_activity_definitions_tl

64: --
65: --
66: -- Update the ota_activity_definitions_tl Row
67: --
68: update ota_activity_definitions_tl
69: set
70: activity_id = p_rec.activity_id
71: ,name = p_rec.name
72: ,description = p_rec.description

Line 215: (p_module_name => 'OTA_ACTIVITY_DEFINITIONS_TL'

211: --
212: when hr_api.cannot_find_prog_unit then
213: --
214: hr_api.cannot_find_prog_unit_error
215: (p_module_name => 'OTA_ACTIVITY_DEFINITIONS_TL'
216: ,p_hook_type => 'AU');
217: --
218: end;
219: --

Line 405: from ota_activity_definitions_tl adt

401: -- source_lang match the specified language.
402: --
403: cursor csr_upd_langs is
404: select adt.language
405: from ota_activity_definitions_tl adt
406: where adt.activity_id = p_activity_id
407: and p_language_code in (adt.language
408: ,adt.source_lang);
409: --