DBA Data[Home] [Help]

APPS.BEN_PSG_INS dependencies on BEN_PIL_ASSIGNMENT

Line 87: -- Insert the row into: ben_pil_assignment

83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: ben_psg_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: ben_pil_assignment
88: --
89: insert into ben_pil_assignment
90: (pil_assignment_id
91: ,per_in_ler_id

Line 89: insert into ben_pil_assignment

85: ben_psg_shd.g_api_dml := true; -- Set the api dml status
86: --
87: -- Insert the row into: ben_pil_assignment
88: --
89: insert into ben_pil_assignment
90: (pil_assignment_id
91: ,per_in_ler_id
92: ,applicant_assignment_id
93: ,offer_assignment_id

Line 169: Cursor C_Sel1 is select ben_pil_assignment_s.nextval from sys.dual;

165: Procedure pre_insert
166: (p_rec in out nocopy ben_psg_shd.g_rec_type
167: ) is
168: --
169: Cursor C_Sel1 is select ben_pil_assignment_s.nextval from sys.dual;
170: --
171: Cursor C_Sel2 is
172: Select null
173: from ben_pil_assignment

Line 173: from ben_pil_assignment

169: Cursor C_Sel1 is select ben_pil_assignment_s.nextval from sys.dual;
170: --
171: Cursor C_Sel2 is
172: Select null
173: from ben_pil_assignment
174: where pil_assignment_id =
175: ben_psg_ins.g_pil_assignment_id_i;
176: --
177: l_proc varchar2(72) := g_package||'pre_insert';

Line 195: fnd_message.set_token('TABLE_NAME','ben_pil_assignment');

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

Line 280: (p_module_name => 'BEN_PIL_ASSIGNMENT'

276: --
277: when hr_api.cannot_find_prog_unit then
278: --
279: hr_api.cannot_find_prog_unit_error
280: (p_module_name => 'BEN_PIL_ASSIGNMENT'
281: ,p_hook_type => 'AI');
282: --
283: end;
284: --