DBA Data[Home] [Help]

APPS.OTA_BJS_UPD dependencies on OTA_BKNG_JUSTIFICATIONS_B

Line 68: -- Update the ota_bkng_justifications_bRow

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the ota_bkng_justifications_bRow
69: --
70: update ota_bkng_justifications_b
71: set
72: booking_justification_id = p_rec.booking_justification_id

Line 70: update ota_bkng_justifications_b

66: --
67: --
68: -- Update the ota_bkng_justifications_bRow
69: --
70: update ota_bkng_justifications_b
71: set
72: booking_justification_id = p_rec.booking_justification_id
73: ,priority_level = p_rec.priority_level
74: ,start_date_active = p_rec.start_date_active

Line 223: (p_module_name => 'OTA_BKNG_JUSTIFICATIONS_B'

219: --
220: when hr_api.cannot_find_prog_unit then
221: --
222: hr_api.cannot_find_prog_unit_error
223: (p_module_name => 'OTA_BKNG_JUSTIFICATIONS_B'
224: ,p_hook_type => 'AU');
225: --
226: end;
227: --