DBA Data[Home] [Help]

APPS.PER_ROL_INS dependencies on PER_ROLES

Line 64: -- Insert the row into: per_roles

60: hr_utility.set_location('Entering:'||l_proc, 5);
61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: -- Insert the row into: per_roles
65: --
66: insert into per_roles
67: (role_id
68: ,job_id

Line 66: insert into per_roles

62: --
63: --
64: -- Insert the row into: per_roles
65: --
66: insert into per_roles
67: (role_id
68: ,job_id
69: ,job_group_id
70: ,person_id

Line 246: Cursor C_Sel1 is select per_roles_s.nextval from sys.dual;

242: ) is
243: --
244: l_proc varchar2(72) := g_package||'pre_insert';
245: --
246: Cursor C_Sel1 is select per_roles_s.nextval from sys.dual;
247: --
248: Begin
249: hr_utility.set_location('Entering:'||l_proc, 5);
250: --

Line 421: (p_module_name => 'PER_ROLES'

417: --
418: when hr_api.cannot_find_prog_unit then
419: --
420: hr_api.cannot_find_prog_unit_error
421: (p_module_name => 'PER_ROLES'
422: ,p_hook_type => 'AI');
423: --
424: end;
425: --