DBA Data[Home] [Help]

APPS.PQH_RLS_INS dependencies on PQH_ROLES

Line 65: -- Insert the row into: pqh_roles

61: p_rec.object_version_number := 1; -- Initialise the object version
62: --
63: --
64: --
65: -- Insert the row into: pqh_roles
66: --
67: insert into pqh_roles
68: (role_id
69: ,role_name

Line 67: insert into pqh_roles

63: --
64: --
65: -- Insert the row into: pqh_roles
66: --
67: insert into pqh_roles
68: (role_id
69: ,role_name
70: ,role_type_cd
71: ,enable_flag

Line 213: Cursor C_Sel1 is select pqh_roles_s.nextval from sys.dual;

209: ) is
210: --
211: l_proc varchar2(72) := g_package||'pre_insert';
212: --
213: Cursor C_Sel1 is select pqh_roles_s.nextval from sys.dual;
214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc,5);
217: --

Line 345: (p_module_name => 'PQH_ROLES'

341: --
342: when hr_api.cannot_find_prog_unit then
343: --
344: hr_api.cannot_find_prog_unit_error
345: (p_module_name => 'PQH_ROLES'
346: ,p_hook_type => 'AI');
347: --
348: end;
349: --