DBA Data[Home] [Help]

APPS.BEN_ACT_INS dependencies on BEN_PERSON_ACTIONS

Line 63: -- Insert the row into: ben_person_actions

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

Line 65: insert into ben_person_actions

61: ben_act_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_person_actions
64: --
65: insert into ben_person_actions
66: ( person_action_id,
67: person_id,
68: ler_id,
69: benefit_action_id,

Line 149: Cursor C_Sel1 is select ben_person_actions_s.nextval from sys.dual;

145: Procedure pre_insert(p_rec in out nocopy ben_act_shd.g_rec_type) is
146: --
147: l_proc varchar2(72) := g_package||'pre_insert';
148: --
149: Cursor C_Sel1 is select ben_person_actions_s.nextval from sys.dual;
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --

Line 224: (p_module_name => 'ben_person_actions'

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