DBA Data[Home] [Help]

APPS.HR_AMM_INS dependencies on HR_AUTHORIA_MAPPINGS

Line 87: -- Insert the row into: hr_authoria_mappings

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: --
86: --
87: -- Insert the row into: hr_authoria_mappings
88: --
89: insert into hr_authoria_mappings
90: (authoria_mapping_id
91: ,pl_id

Line 89: insert into hr_authoria_mappings

85: --
86: --
87: -- Insert the row into: hr_authoria_mappings
88: --
89: insert into hr_authoria_mappings
90: (authoria_mapping_id
91: ,pl_id
92: ,plip_id
93: ,open_enrollment_flag

Line 171: Cursor C_Sel1 is select hr_authoria_mappings_s.nextval from sys.dual;

167: Procedure pre_insert
168: (p_rec in out nocopy hr_amm_shd.g_rec_type
169: ) is
170: --
171: Cursor C_Sel1 is select hr_authoria_mappings_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from hr_authoria_mappings

Line 175: from hr_authoria_mappings

171: Cursor C_Sel1 is select hr_authoria_mappings_s.nextval from sys.dual;
172: --
173: Cursor C_Sel2 is
174: Select null
175: from hr_authoria_mappings
176: where authoria_mapping_id =
177: hr_amm_ins.g_authoria_mapping_id_i;
178: --
179: l_proc varchar2(72) := g_package||'pre_insert';

Line 197: fnd_message.set_token('TABLE_NAME','hr_authoria_mappings');

193: --
194: -- The primary key values are already in use.
195: --
196: fnd_message.set_name('PER','PER_289391_KEY_ALREADY_USED');
197: fnd_message.set_token('TABLE_NAME','hr_authoria_mappings');
198: fnd_message.raise_error;
199: End If;
200: Close C_Sel2;
201: --

Line 284: (p_module_name => 'HR_AUTHORIA_MAPPINGS'

280: --
281: when hr_api.cannot_find_prog_unit then
282: --
283: hr_api.cannot_find_prog_unit_error
284: (p_module_name => 'HR_AUTHORIA_MAPPINGS'
285: ,p_hook_type => 'AI');
286: --
287: end;
288: --