DBA Data[Home] [Help]

APPS.IRC_RTM_UPD dependencies on IRC_RTM_SHD

Line 55: (p_rec in out nocopy irc_rtm_shd.g_rec_type

51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure update_dml
55: (p_rec in out nocopy irc_rtm_shd.g_rec_type
56: ) is
57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --

Line 92: irc_rtm_shd.constraint_error

88: Exception
89: When hr_api.check_integrity_violated Then
90: -- A check constraint has been violated
91: --
92: irc_rtm_shd.constraint_error
93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.parent_integrity_violated Then
95: -- Parent integrity has been violated
96: --

Line 97: irc_rtm_shd.constraint_error

93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.parent_integrity_violated Then
95: -- Parent integrity has been violated
96: --
97: irc_rtm_shd.constraint_error
98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
99: When hr_api.unique_integrity_violated Then
100: -- Unique integrity has been violated
101: --

Line 102: irc_rtm_shd.constraint_error

98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
99: When hr_api.unique_integrity_violated Then
100: -- Unique integrity has been violated
101: --
102: irc_rtm_shd.constraint_error
103: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
104: When Others Then
105: --
106: Raise;

Line 142: (p_rec in irc_rtm_shd.g_rec_type

138: --
139: -- {End Of Comments}
140: -- ----------------------------------------------------------------------------
141: Procedure pre_update
142: (p_rec in irc_rtm_shd.g_rec_type
143: ) is
144: --
145: l_proc varchar2(72) := g_package||'pre_update';
146: --

Line 186: (p_rec in irc_rtm_shd.g_rec_type

182: --
183: -- {End Of Comments}
184: -- ----------------------------------------------------------------------------
185: Procedure post_update
186: (p_rec in irc_rtm_shd.g_rec_type
187: ) is
188: --
189: l_proc varchar2(72) := g_package||'post_update';
190: --

Line 217: => irc_rtm_shd.g_old_rec.job_id

213: => p_rec.interview_security
214: ,p_object_version_number
215: => p_rec.object_version_number
216: ,p_job_id_o
217: => irc_rtm_shd.g_old_rec.job_id
218: ,p_start_date_o
219: => irc_rtm_shd.g_old_rec.start_date
220: ,p_end_date_o
221: => irc_rtm_shd.g_old_rec.end_date

Line 219: => irc_rtm_shd.g_old_rec.start_date

215: => p_rec.object_version_number
216: ,p_job_id_o
217: => irc_rtm_shd.g_old_rec.job_id
218: ,p_start_date_o
219: => irc_rtm_shd.g_old_rec.start_date
220: ,p_end_date_o
221: => irc_rtm_shd.g_old_rec.end_date
222: ,p_update_allowed_o
223: => irc_rtm_shd.g_old_rec.update_allowed

Line 221: => irc_rtm_shd.g_old_rec.end_date

217: => irc_rtm_shd.g_old_rec.job_id
218: ,p_start_date_o
219: => irc_rtm_shd.g_old_rec.start_date
220: ,p_end_date_o
221: => irc_rtm_shd.g_old_rec.end_date
222: ,p_update_allowed_o
223: => irc_rtm_shd.g_old_rec.update_allowed
224: ,p_delete_allowed_o
225: => irc_rtm_shd.g_old_rec.delete_allowed

Line 223: => irc_rtm_shd.g_old_rec.update_allowed

219: => irc_rtm_shd.g_old_rec.start_date
220: ,p_end_date_o
221: => irc_rtm_shd.g_old_rec.end_date
222: ,p_update_allowed_o
223: => irc_rtm_shd.g_old_rec.update_allowed
224: ,p_delete_allowed_o
225: => irc_rtm_shd.g_old_rec.delete_allowed
226: ,p_object_version_number_o
227: => irc_rtm_shd.g_old_rec.object_version_number

Line 225: => irc_rtm_shd.g_old_rec.delete_allowed

221: => irc_rtm_shd.g_old_rec.end_date
222: ,p_update_allowed_o
223: => irc_rtm_shd.g_old_rec.update_allowed
224: ,p_delete_allowed_o
225: => irc_rtm_shd.g_old_rec.delete_allowed
226: ,p_object_version_number_o
227: => irc_rtm_shd.g_old_rec.object_version_number
228: ,p_interview_security_o
229: => irc_rtm_shd.g_old_rec.interview_security

Line 227: => irc_rtm_shd.g_old_rec.object_version_number

223: => irc_rtm_shd.g_old_rec.update_allowed
224: ,p_delete_allowed_o
225: => irc_rtm_shd.g_old_rec.delete_allowed
226: ,p_object_version_number_o
227: => irc_rtm_shd.g_old_rec.object_version_number
228: ,p_interview_security_o
229: => irc_rtm_shd.g_old_rec.interview_security
230: ,p_person_id_o => irc_rtm_shd.g_old_rec.person_id
231: ,p_party_id_o => irc_rtm_shd.g_old_rec.party_id

Line 229: => irc_rtm_shd.g_old_rec.interview_security

225: => irc_rtm_shd.g_old_rec.delete_allowed
226: ,p_object_version_number_o
227: => irc_rtm_shd.g_old_rec.object_version_number
228: ,p_interview_security_o
229: => irc_rtm_shd.g_old_rec.interview_security
230: ,p_person_id_o => irc_rtm_shd.g_old_rec.person_id
231: ,p_party_id_o => irc_rtm_shd.g_old_rec.party_id
232: );
233: --

Line 230: ,p_person_id_o => irc_rtm_shd.g_old_rec.person_id

226: ,p_object_version_number_o
227: => irc_rtm_shd.g_old_rec.object_version_number
228: ,p_interview_security_o
229: => irc_rtm_shd.g_old_rec.interview_security
230: ,p_person_id_o => irc_rtm_shd.g_old_rec.person_id
231: ,p_party_id_o => irc_rtm_shd.g_old_rec.party_id
232: );
233: --
234: exception

Line 231: ,p_party_id_o => irc_rtm_shd.g_old_rec.party_id

227: => irc_rtm_shd.g_old_rec.object_version_number
228: ,p_interview_security_o
229: => irc_rtm_shd.g_old_rec.interview_security
230: ,p_person_id_o => irc_rtm_shd.g_old_rec.person_id
231: ,p_party_id_o => irc_rtm_shd.g_old_rec.party_id
232: );
233: --
234: exception
235: --

Line 291: (p_rec in out nocopy irc_rtm_shd.g_rec_type

287: --
288: -- {End Of Comments}
289: -- ----------------------------------------------------------------------------
290: Procedure convert_defs
291: (p_rec in out nocopy irc_rtm_shd.g_rec_type
292: ) is
293: --
294: Begin
295: --

Line 303: irc_rtm_shd.g_old_rec.job_id;

299: -- is being used then we must set to the 'current' argument value.
300: --
301: If (p_rec.job_id = hr_api.g_number) then
302: p_rec.job_id :=
303: irc_rtm_shd.g_old_rec.job_id;
304: End If;
305: If (p_rec.start_date = hr_api.g_date) then
306: p_rec.start_date :=
307: irc_rtm_shd.g_old_rec.start_date;

Line 307: irc_rtm_shd.g_old_rec.start_date;

303: irc_rtm_shd.g_old_rec.job_id;
304: End If;
305: If (p_rec.start_date = hr_api.g_date) then
306: p_rec.start_date :=
307: irc_rtm_shd.g_old_rec.start_date;
308: End If;
309: If (p_rec.end_date = hr_api.g_date) then
310: p_rec.end_date :=
311: irc_rtm_shd.g_old_rec.end_date;

Line 311: irc_rtm_shd.g_old_rec.end_date;

307: irc_rtm_shd.g_old_rec.start_date;
308: End If;
309: If (p_rec.end_date = hr_api.g_date) then
310: p_rec.end_date :=
311: irc_rtm_shd.g_old_rec.end_date;
312: End If;
313: If (p_rec.update_allowed = hr_api.g_varchar2) then
314: p_rec.update_allowed :=
315: irc_rtm_shd.g_old_rec.update_allowed;

Line 315: irc_rtm_shd.g_old_rec.update_allowed;

311: irc_rtm_shd.g_old_rec.end_date;
312: End If;
313: If (p_rec.update_allowed = hr_api.g_varchar2) then
314: p_rec.update_allowed :=
315: irc_rtm_shd.g_old_rec.update_allowed;
316: End If;
317: If (p_rec.interview_security =null) then
318: p_rec.interview_security :=
319: irc_rtm_shd.g_old_rec.interview_security;

Line 319: irc_rtm_shd.g_old_rec.interview_security;

315: irc_rtm_shd.g_old_rec.update_allowed;
316: End If;
317: If (p_rec.interview_security =null) then
318: p_rec.interview_security :=
319: irc_rtm_shd.g_old_rec.interview_security;
320: End If;
321: If (p_rec.delete_allowed = hr_api.g_varchar2) then
322: p_rec.delete_allowed :=
323: irc_rtm_shd.g_old_rec.delete_allowed;

Line 323: irc_rtm_shd.g_old_rec.delete_allowed;

319: irc_rtm_shd.g_old_rec.interview_security;
320: End If;
321: If (p_rec.delete_allowed = hr_api.g_varchar2) then
322: p_rec.delete_allowed :=
323: irc_rtm_shd.g_old_rec.delete_allowed;
324: End If;
325: If (p_rec.person_id = hr_api.g_number) then
326: p_rec.person_id :=
327: irc_rtm_shd.g_old_rec.person_id;

Line 327: irc_rtm_shd.g_old_rec.person_id;

323: irc_rtm_shd.g_old_rec.delete_allowed;
324: End If;
325: If (p_rec.person_id = hr_api.g_number) then
326: p_rec.person_id :=
327: irc_rtm_shd.g_old_rec.person_id;
328: End If;
329: If (p_rec.party_id = hr_api.g_number) then
330: p_rec.party_id :=
331: irc_rtm_shd.g_old_rec.party_id;

Line 331: irc_rtm_shd.g_old_rec.party_id;

327: irc_rtm_shd.g_old_rec.person_id;
328: End If;
329: If (p_rec.party_id = hr_api.g_number) then
330: p_rec.party_id :=
331: irc_rtm_shd.g_old_rec.party_id;
332: End If;
333: If (p_rec.vacancy_id = hr_api.g_number) then
334: p_rec.vacancy_id :=
335: irc_rtm_shd.g_old_rec.vacancy_id;

Line 335: irc_rtm_shd.g_old_rec.vacancy_id;

331: irc_rtm_shd.g_old_rec.party_id;
332: End If;
333: If (p_rec.vacancy_id = hr_api.g_number) then
334: p_rec.vacancy_id :=
335: irc_rtm_shd.g_old_rec.vacancy_id;
336: End If;
337: --
338: End convert_defs;
339: --

Line 344: (p_rec in out nocopy irc_rtm_shd.g_rec_type

340: -- ----------------------------------------------------------------------------
341: -- |---------------------------------< upd >----------------------------------|
342: -- ----------------------------------------------------------------------------
343: Procedure upd
344: (p_rec in out nocopy irc_rtm_shd.g_rec_type
345: ) is
346: --
347: l_proc varchar2(72) := g_package||'upd';
348: --

Line 354: irc_rtm_shd.lck

350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: -- We must lock the row which we need to update.
353: --
354: irc_rtm_shd.lck
355: (p_rec.rec_team_member_id
356: ,p_rec.object_version_number
357: );
358: --

Line 406: l_rec irc_rtm_shd.g_rec_type;

402: ,p_end_date in date default hr_api.g_date
403: ,p_interview_security in varchar2 default 'SELF'
404: ) is
405: --
406: l_rec irc_rtm_shd.g_rec_type;
407: l_proc varchar2(72) := g_package||'upd';
408: --
409: Begin
410: hr_utility.set_location('Entering:'||l_proc, 5);

Line 416: irc_rtm_shd.convert_args

412: -- Call conversion function to turn arguments into the
413: -- l_rec structure.
414: --
415: l_rec :=
416: irc_rtm_shd.convert_args
417: (p_rec_team_member_id
418: ,p_person_id
419: ,p_party_id
420: ,p_vacancy_id