DBA Data[Home] [Help]

APPS.BEN_PCP_INS dependencies on BEN_PL_PCP

Line 65: -- Insert the row into: ben_pl_pcp

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: ben_pcp_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: ben_pl_pcp
66: --
67: insert into ben_pl_pcp
68: (pl_pcp_id
69: ,pl_id

Line 67: insert into ben_pl_pcp

63: ben_pcp_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: ben_pl_pcp
66: --
67: insert into ben_pl_pcp
68: (pl_pcp_id
69: ,pl_id
70: ,business_group_id
71: ,pcp_strt_dt_cd

Line 229: Cursor C_Sel1 is select ben_pl_pcp_s.nextval from sys.dual;

225: ) is
226: --
227: l_proc varchar2(72) := g_package||'pre_insert';
228: --
229: Cursor C_Sel1 is select ben_pl_pcp_s.nextval from sys.dual;
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --

Line 384: (p_module_name => 'BEN_PL_PCP'

380: --
381: when hr_api.cannot_find_prog_unit then
382: --
383: hr_api.cannot_find_prog_unit_error
384: (p_module_name => 'BEN_PL_PCP'
385: ,p_hook_type => 'AI');
386: --
387: end;
388: --