DBA Data[Home] [Help]

APPS.BEN_BAI_INS dependencies on BEN_BATCH_ACTN_ITEM_INFO

Line 63: -- Insert the row into: ben_batch_actn_item_info

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_bai_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_batch_actn_item_info
64: --
65: insert into ben_batch_actn_item_info
66: ( batch_actn_item_id,
67: benefit_action_id,

Line 65: insert into ben_batch_actn_item_info

61: ben_bai_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_batch_actn_item_info
64: --
65: insert into ben_batch_actn_item_info
66: ( batch_actn_item_id,
67: benefit_action_id,
68: person_id,
69: actn_typ_id,

Line 235: (p_module_name => 'ben_batch_actn_item_info'

231: --
232: when hr_api.cannot_find_prog_unit then
233: --
234: hr_api.cannot_find_prog_unit_error
235: (p_module_name => 'ben_batch_actn_item_info'
236: ,p_hook_type => 'AI');
237: --
238: end;
239: --