DBA Data[Home] [Help]

APPS.BEN_PTY_INS dependencies on BEN_PL_PCP_TYP

Line 65: -- Insert the row into: ben_pl_pcp_typ

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

Line 67: insert into ben_pl_pcp_typ

63: ben_pty_shd.g_api_dml := true; -- Set the api dml status
64: --
65: -- Insert the row into: ben_pl_pcp_typ
66: --
67: insert into ben_pl_pcp_typ
68: (pl_pcp_typ_id
69: ,pl_pcp_id
70: ,business_group_id
71: ,pcp_typ_cd

Line 217: Cursor C_Sel1 is select ben_pl_pcp_typ_s.nextval from sys.dual;

213: ) is
214: --
215: l_proc varchar2(72) := g_package||'pre_insert';
216: --
217: Cursor C_Sel1 is select ben_pl_pcp_typ_s.nextval from sys.dual;
218: --
219: Begin
220: hr_utility.set_location('Entering:'||l_proc, 5);
221: --

Line 360: (p_module_name => 'BEN_PL_PCP_TYP'

356: --
357: when hr_api.cannot_find_prog_unit then
358: --
359: hr_api.cannot_find_prog_unit_error
360: (p_module_name => 'BEN_PL_PCP_TYP'
361: ,p_hook_type => 'AI');
362: --
363: end;
364: --