DBA Data[Home] [Help]

APPS.PER_ASP_INS dependencies on PER_SEC_PROFILE_ASSIGNMENTS

Line 61: -- Insert the row into: per_sec_profile_assignments

57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: -- Insert the row into: per_sec_profile_assignments
62: --
63: insert into per_sec_profile_assignments
64: ( sec_profile_assignment_id,
65: user_id,

Line 63: insert into per_sec_profile_assignments

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: -- Insert the row into: per_sec_profile_assignments
62: --
63: insert into per_sec_profile_assignments
64: ( sec_profile_assignment_id,
65: user_id,
66: security_group_id,
67: business_group_id,

Line 147: Cursor C_Sel1 is select per_sec_profile_assignments_s.nextval from sys.dual;

143: Procedure pre_insert(p_rec in out nocopy per_asp_shd.g_rec_type) is
144: --
145: l_proc varchar2(72) := g_package||'pre_insert';
146: --
147: Cursor C_Sel1 is select per_sec_profile_assignments_s.nextval from sys.dual;
148: --
149: Begin
150: hr_utility.set_location('Entering:'||l_proc, 5);
151: --

Line 238: (p_module_name => 'per_sec_profile_assignments'

234: --
235: when hr_api.cannot_find_prog_unit then
236: --
237: hr_api.cannot_find_prog_unit_error
238: (p_module_name => 'per_sec_profile_assignments'
239: ,p_hook_type => 'AI');
240: --
241: end;
242: --