DBA Data[Home] [Help]

APPS.OTA_NHS_UPD dependencies on OTA_NOTRNG_HISTORIES

Line 67: -- Update the ota_notrng_histories Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ota_nhs_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_notrng_histories Row
68: --
69: update ota_notrng_histories
70: set
71: nota_history_id = p_rec.nota_history_id,

Line 69: update ota_notrng_histories

65: ota_nhs_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ota_notrng_histories Row
68: --
69: update ota_notrng_histories
70: set
71: nota_history_id = p_rec.nota_history_id,
72: person_id = p_rec.person_id,
73: contact_id = p_rec.contact_id,

Line 394: (p_module_name => 'OTA_NOTRNG_HISTORIES'

390: --
391: when hr_api.cannot_find_prog_unit then
392: --
393: hr_api.cannot_find_prog_unit_error
394: (p_module_name => 'OTA_NOTRNG_HISTORIES'
395: ,p_hook_type => 'AU');
396: --
397: end;
398: