DBA Data[Home] [Help]

APPS.IRC_CMC_UPD dependencies on IRC_CMC_SHD

Line 55: (p_rec in out nocopy irc_cmc_shd.g_rec_type

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

Line 90: irc_cmc_shd.constraint_error

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

Line 95: irc_cmc_shd.constraint_error

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

Line 100: irc_cmc_shd.constraint_error

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

Line 140: (p_rec in irc_cmc_shd.g_rec_type

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

Line 185: ,p_rec in irc_cmc_shd.g_rec_type

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

Line 213: => irc_cmc_shd.g_old_rec.communication_property_id

209: => p_rec.end_date
210: ,p_object_version_number
211: => p_rec.object_version_number
212: ,p_communication_property_id_o
213: => irc_cmc_shd.g_old_rec.communication_property_id
214: ,p_object_type_o
215: => irc_cmc_shd.g_old_rec.object_type
216: ,p_object_id_o
217: => irc_cmc_shd.g_old_rec.object_id

Line 215: => irc_cmc_shd.g_old_rec.object_type

211: => p_rec.object_version_number
212: ,p_communication_property_id_o
213: => irc_cmc_shd.g_old_rec.communication_property_id
214: ,p_object_type_o
215: => irc_cmc_shd.g_old_rec.object_type
216: ,p_object_id_o
217: => irc_cmc_shd.g_old_rec.object_id
218: ,p_status_o
219: => irc_cmc_shd.g_old_rec.status

Line 217: => irc_cmc_shd.g_old_rec.object_id

213: => irc_cmc_shd.g_old_rec.communication_property_id
214: ,p_object_type_o
215: => irc_cmc_shd.g_old_rec.object_type
216: ,p_object_id_o
217: => irc_cmc_shd.g_old_rec.object_id
218: ,p_status_o
219: => irc_cmc_shd.g_old_rec.status
220: ,p_start_date_o
221: => irc_cmc_shd.g_old_rec.start_date

Line 219: => irc_cmc_shd.g_old_rec.status

215: => irc_cmc_shd.g_old_rec.object_type
216: ,p_object_id_o
217: => irc_cmc_shd.g_old_rec.object_id
218: ,p_status_o
219: => irc_cmc_shd.g_old_rec.status
220: ,p_start_date_o
221: => irc_cmc_shd.g_old_rec.start_date
222: ,p_end_date_o
223: => irc_cmc_shd.g_old_rec.end_date

Line 221: => irc_cmc_shd.g_old_rec.start_date

217: => irc_cmc_shd.g_old_rec.object_id
218: ,p_status_o
219: => irc_cmc_shd.g_old_rec.status
220: ,p_start_date_o
221: => irc_cmc_shd.g_old_rec.start_date
222: ,p_end_date_o
223: => irc_cmc_shd.g_old_rec.end_date
224: ,p_object_version_number_o
225: => irc_cmc_shd.g_old_rec.object_version_number

Line 223: => irc_cmc_shd.g_old_rec.end_date

219: => irc_cmc_shd.g_old_rec.status
220: ,p_start_date_o
221: => irc_cmc_shd.g_old_rec.start_date
222: ,p_end_date_o
223: => irc_cmc_shd.g_old_rec.end_date
224: ,p_object_version_number_o
225: => irc_cmc_shd.g_old_rec.object_version_number
226: );
227: --

Line 225: => irc_cmc_shd.g_old_rec.object_version_number

221: => irc_cmc_shd.g_old_rec.start_date
222: ,p_end_date_o
223: => irc_cmc_shd.g_old_rec.end_date
224: ,p_object_version_number_o
225: => irc_cmc_shd.g_old_rec.object_version_number
226: );
227: --
228: exception
229: --

Line 285: (p_rec in out nocopy irc_cmc_shd.g_rec_type

281: --
282: -- {End Of Comments}
283: -- ----------------------------------------------------------------------------
284: Procedure convert_defs
285: (p_rec in out nocopy irc_cmc_shd.g_rec_type
286: ) is
287: --
288: Begin
289: --

Line 297: irc_cmc_shd.g_old_rec.communication_property_id;

293: -- is being used then we must set to the 'current' argument value.
294: --
295: If (p_rec.communication_property_id = hr_api.g_number) then
296: p_rec.communication_property_id :=
297: irc_cmc_shd.g_old_rec.communication_property_id;
298: End If;
299: If (p_rec.object_type = hr_api.g_varchar2) then
300: p_rec.object_type :=
301: irc_cmc_shd.g_old_rec.object_type;

Line 301: irc_cmc_shd.g_old_rec.object_type;

297: irc_cmc_shd.g_old_rec.communication_property_id;
298: End If;
299: If (p_rec.object_type = hr_api.g_varchar2) then
300: p_rec.object_type :=
301: irc_cmc_shd.g_old_rec.object_type;
302: End If;
303: If (p_rec.object_id = hr_api.g_number) then
304: p_rec.object_id :=
305: irc_cmc_shd.g_old_rec.object_id;

Line 305: irc_cmc_shd.g_old_rec.object_id;

301: irc_cmc_shd.g_old_rec.object_type;
302: End If;
303: If (p_rec.object_id = hr_api.g_number) then
304: p_rec.object_id :=
305: irc_cmc_shd.g_old_rec.object_id;
306: End If;
307: If (p_rec.status = hr_api.g_varchar2) then
308: p_rec.status :=
309: irc_cmc_shd.g_old_rec.status;

Line 309: irc_cmc_shd.g_old_rec.status;

305: irc_cmc_shd.g_old_rec.object_id;
306: End If;
307: If (p_rec.status = hr_api.g_varchar2) then
308: p_rec.status :=
309: irc_cmc_shd.g_old_rec.status;
310: End If;
311: If (p_rec.start_date = hr_api.g_date) then
312: p_rec.start_date :=
313: irc_cmc_shd.g_old_rec.start_date;

Line 313: irc_cmc_shd.g_old_rec.start_date;

309: irc_cmc_shd.g_old_rec.status;
310: End If;
311: If (p_rec.start_date = hr_api.g_date) then
312: p_rec.start_date :=
313: irc_cmc_shd.g_old_rec.start_date;
314: End If;
315: If (p_rec.end_date = hr_api.g_date) then
316: p_rec.end_date :=
317: irc_cmc_shd.g_old_rec.end_date;

Line 317: irc_cmc_shd.g_old_rec.end_date;

313: irc_cmc_shd.g_old_rec.start_date;
314: End If;
315: If (p_rec.end_date = hr_api.g_date) then
316: p_rec.end_date :=
317: irc_cmc_shd.g_old_rec.end_date;
318: End If;
319: --
320: End convert_defs;
321: --

Line 327: ,p_rec in out nocopy irc_cmc_shd.g_rec_type

323: -- |---------------------------------< upd >----------------------------------|
324: -- ----------------------------------------------------------------------------
325: Procedure upd
326: (p_effective_date in date
327: ,p_rec in out nocopy irc_cmc_shd.g_rec_type
328: ) is
329: --
330: l_proc varchar2(72) := g_package||'upd';
331: --

Line 337: irc_cmc_shd.lck

333: hr_utility.set_location('Entering:'||l_proc, 5);
334: --
335: -- We must lock the row which we need to update.
336: --
337: irc_cmc_shd.lck
338: (p_rec.communication_id
339: ,p_rec.object_version_number
340: );
341: --

Line 391: l_rec irc_cmc_shd.g_rec_type;

387: ,p_start_date in date default hr_api.g_date
388: ,p_end_date in date default hr_api.g_date
389: ) is
390: --
391: l_rec irc_cmc_shd.g_rec_type;
392: l_proc varchar2(72) := g_package||'upd';
393: --
394: Begin
395: hr_utility.set_location('Entering:'||l_proc, 5);

Line 401: irc_cmc_shd.convert_args

397: -- Call conversion function to turn arguments into the
398: -- l_rec structure.
399: --
400: l_rec :=
401: irc_cmc_shd.convert_args
402: (p_communication_id
403: ,p_communication_property_id
404: ,p_object_type
405: ,p_object_id