DBA Data[Home] [Help]

APPS.BEN_PUM_INS dependencies on BEN_POP_UP_MESSAGES

Line 63: -- Insert the row into: ben_pop_up_messages

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

Line 65: insert into ben_pop_up_messages

61: ben_pum_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ben_pop_up_messages
64: --
65: insert into ben_pop_up_messages
66: ( pop_up_messages_id,
67: pop_name,
68: formula_id,
69: function_name,

Line 163: Cursor C_Sel1 is select ben_pop_up_messages_s.nextval from sys.dual;

159: Procedure pre_insert(p_rec in out nocopy ben_pum_shd.g_rec_type) is
160: --
161: l_proc varchar2(72) := g_package||'pre_insert';
162: --
163: Cursor C_Sel1 is select ben_pop_up_messages_s.nextval from sys.dual;
164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --

Line 247: (p_module_name => 'ben_pop_up_messages'

243: --
244: when hr_api.cannot_find_prog_unit then
245: --
246: hr_api.cannot_find_prog_unit_error
247: (p_module_name => 'ben_pop_up_messages'
248: ,p_hook_type => 'AI');
249: --
250: end;
251: --