DBA Data[Home] [Help]

APPS.BEN_BAI_DEL dependencies on BEN_BATCH_ACTN_ITEM_INFO

Line 60: -- Delete the ben_batch_actn_item_info row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_bai_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_batch_actn_item_info row.
61: --
62: delete from ben_batch_actn_item_info
63: where batch_actn_item_id = p_rec.batch_actn_item_id;
64: --

Line 62: delete from ben_batch_actn_item_info

58: ben_bai_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_batch_actn_item_info row.
61: --
62: delete from ben_batch_actn_item_info
63: where batch_actn_item_id = p_rec.batch_actn_item_id;
64: --
65: ben_bai_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 186: (p_module_name => 'ben_batch_actn_item_info'

182: --
183: when hr_api.cannot_find_prog_unit then
184: --
185: hr_api.cannot_find_prog_unit_error
186: (p_module_name => 'ben_batch_actn_item_info'
187: ,p_hook_type => 'AD');
188: --
189: end;
190: --