DBA Data[Home] [Help]

APPS.OTA_LPM_INS dependencies on OTA_LPM_INS

Line 1: Package Body ota_lpm_ins as

1: Package Body ota_lpm_ins as
2: /* $Header: otlpmrhi.pkb 120.0 2005/05/29 07:22:37 appldev noship $ */
3:
4: --
5: -- ----------------------------------------------------------------------------

Line 9: g_package varchar2(33) := ' ota_lpm_ins.'; -- Global package name

5: -- ----------------------------------------------------------------------------
6: -- | Private Global Definitions |
7: -- ----------------------------------------------------------------------------
8: --
9: g_package varchar2(33) := ' ota_lpm_ins.'; -- Global package name
10: --
11: -- The following global variables are only to be used by
12: -- the set_base_key_value and pre_insert procedures.
13: --

Line 27: ota_lpm_ins.g_learning_path_member_id_i := p_learning_path_member_id;

23: --
24: Begin
25: hr_utility.set_location('Entering:'||l_proc, 10);
26: --
27: ota_lpm_ins.g_learning_path_member_id_i := p_learning_path_member_id;
28: --
29: hr_utility.set_location(' Leaving:'||l_proc, 20);
30: End set_base_key_value;
31: --

Line 228: ota_lpm_ins.g_learning_path_member_id_i;

224: Cursor C_Sel2 is
225: Select null
226: from ota_learning_path_members
227: where learning_path_member_id =
228: ota_lpm_ins.g_learning_path_member_id_i;
229: --
230: l_proc varchar2(72) := g_package||'pre_insert';
231: l_exists varchar2(1);
232: --

Line 236: If (ota_lpm_ins.g_learning_path_member_id_i is not null) Then

232: --
233: Begin
234: hr_utility.set_location('Entering:'||l_proc, 5);
235: --
236: If (ota_lpm_ins.g_learning_path_member_id_i is not null) Then
237: --
238: -- Verify registered primary key values not already in use
239: --
240: Open C_Sel2;

Line 256: ota_lpm_ins.g_learning_path_member_id_i;

252: --
253: -- Use registered key values and clear globals
254: --
255: p_rec.learning_path_member_id :=
256: ota_lpm_ins.g_learning_path_member_id_i;
257: ota_lpm_ins.g_learning_path_member_id_i := null;
258: Else
259: --
260: -- No registerd key values, so select the next sequence number

Line 257: ota_lpm_ins.g_learning_path_member_id_i := null;

253: -- Use registered key values and clear globals
254: --
255: p_rec.learning_path_member_id :=
256: ota_lpm_ins.g_learning_path_member_id_i;
257: ota_lpm_ins.g_learning_path_member_id_i := null;
258: Else
259: --
260: -- No registerd key values, so select the next sequence number
261: --

Line 420: ota_lpm_ins.pre_insert(p_rec);

416: hr_multi_message.end_validation_set;
417: --
418: -- Call the supporting pre-insert operation
419: --
420: ota_lpm_ins.pre_insert(p_rec);
421: --
422: -- Insert the row
423: --
424: ota_lpm_ins.insert_dml(p_rec);

Line 424: ota_lpm_ins.insert_dml(p_rec);

420: ota_lpm_ins.pre_insert(p_rec);
421: --
422: -- Insert the row
423: --
424: ota_lpm_ins.insert_dml(p_rec);
425: --
426: -- Call the supporting post-insert operation
427: --
428: ota_lpm_ins.post_insert

Line 428: ota_lpm_ins.post_insert

424: ota_lpm_ins.insert_dml(p_rec);
425: --
426: -- Call the supporting post-insert operation
427: --
428: ota_lpm_ins.post_insert
429: (p_effective_date
430: ,p_rec
431: );
432: --

Line 524: ota_lpm_ins.ins

520: --
521: -- Having converted the arguments into the ota_lpm_rec
522: -- plsql record structure we call the corresponding record business process.
523: --
524: ota_lpm_ins.ins
525: (p_effective_date
526: ,l_rec
527: );
528: --

Line 538: end ota_lpm_ins;

534: --
535: hr_utility.set_location(' Leaving:'||l_proc, 10);
536: End ins;
537: --
538: end ota_lpm_ins;