DBA Data[Home] [Help]

APPS.BEN_BAI_UPD dependencies on BEN_BATCH_ACTN_ITEM_INFO

Line 67: -- Update the ben_batch_actn_item_info Row

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

Line 69: update ben_batch_actn_item_info

65: ben_bai_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_batch_actn_item_info Row
68: --
69: update ben_batch_actn_item_info
70: set
71: batch_actn_item_id = p_rec.batch_actn_item_id,
72: benefit_action_id = p_rec.benefit_action_id,
73: person_id = p_rec.person_id,

Line 224: (p_module_name => 'ben_batch_actn_item_info'

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