DBA Data[Home] [Help]

APPS.HR_PSF_INS dependencies on HR_UTILITY

Line 24: g_debug := hr_utility.debug_enabled;

20: --
21: l_proc varchar2(72) ;
22: --
23: Begin
24: g_debug := hr_utility.debug_enabled;
25: if g_debug then
26: l_proc := g_package||'set_base_key_value';
27: hr_utility.set_location('Entering:'||l_proc, 10);
28: end if;

Line 27: hr_utility.set_location('Entering:'||l_proc, 10);

23: Begin
24: g_debug := hr_utility.debug_enabled;
25: if g_debug then
26: l_proc := g_package||'set_base_key_value';
27: hr_utility.set_location('Entering:'||l_proc, 10);
28: end if;
29: --
30: hr_psf_ins.g_position_id_i := p_position_id;
31: --

Line 33: hr_utility.set_location(' Leaving:'||l_proc, 20);

29: --
30: hr_psf_ins.g_position_id_i := p_position_id;
31: --
32: if g_debug then
33: hr_utility.set_location(' Leaving:'||l_proc, 20);
34: end if;
35: End set_base_key_value;
36: --
37: -- ----------------------------------------------------------------------------

Line 106: hr_utility.set_location('Entering:'||l_proc, 5);

102: --
103: Begin
104: if g_debug then
105: l_proc := g_package||'dt_insert_dml';
106: hr_utility.set_location('Entering:'||l_proc, 5);
107: end if;
108: --
109: -- Get the object version number for the insert
110: --

Line 128: hr_utility.set_location(l_proc, 10);

124: -- columns with the 'old' creation values and 'new' updated values.
125: --
126: If (p_datetrack_mode <> 'INSERT') then
127: if g_debug then
128: hr_utility.set_location(l_proc, 10);
129: end if;
130: --
131: -- Select the 'old' created values
132: --

Line 141: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');

137: -- The previous 'old' created row has not been found. We need
138: -- to error as an internal datetrack problem exists.
139: --
140: Close C_Sel1;
141: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
142: hr_utility.set_message_token('PROCEDURE', l_proc);
143: hr_utility.set_message_token('STEP','10');
144: hr_utility.raise_error;
145: End If;

Line 142: hr_utility.set_message_token('PROCEDURE', l_proc);

138: -- to error as an internal datetrack problem exists.
139: --
140: Close C_Sel1;
141: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
142: hr_utility.set_message_token('PROCEDURE', l_proc);
143: hr_utility.set_message_token('STEP','10');
144: hr_utility.raise_error;
145: End If;
146: Close C_Sel1;

Line 143: hr_utility.set_message_token('STEP','10');

139: --
140: Close C_Sel1;
141: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
142: hr_utility.set_message_token('PROCEDURE', l_proc);
143: hr_utility.set_message_token('STEP','10');
144: hr_utility.raise_error;
145: End If;
146: Close C_Sel1;
147: --

Line 144: hr_utility.raise_error;

140: Close C_Sel1;
141: hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
142: hr_utility.set_message_token('PROCEDURE', l_proc);
143: hr_utility.set_message_token('STEP','10');
144: hr_utility.raise_error;
145: End If;
146: Close C_Sel1;
147: --
148: -- Set the AOL updated WHO values

Line 436: hr_utility.set_location(' Leaving:'||l_proc, 15);

432: l_last_update_login
433: );
434: --
435: if g_debug then
436: hr_utility.set_location(' Leaving:'||l_proc, 15);
437: end if;
438: --
439: Exception
440: When hr_api.check_integrity_violated Then

Line 465: g_debug := hr_utility.debug_enabled;

461: --
462: l_proc varchar2(72) ;
463: --
464: Begin
465: g_debug := hr_utility.debug_enabled;
466: if g_debug then
467: l_proc := g_package||'insert_dml';
468: hr_utility.set_location('Entering:'||l_proc, 5);
469: end if;

Line 468: hr_utility.set_location('Entering:'||l_proc, 5);

464: Begin
465: g_debug := hr_utility.debug_enabled;
466: if g_debug then
467: l_proc := g_package||'insert_dml';
468: hr_utility.set_location('Entering:'||l_proc, 5);
469: end if;
470: --
471: dt_insert_dml(p_rec => p_rec,
472: p_effective_date => p_effective_date,

Line 478: hr_utility.set_location(' Leaving:'||l_proc, 10);

474: p_validation_start_date => p_validation_start_date,
475: p_validation_end_date => p_validation_end_date);
476: --
477: if g_debug then
478: hr_utility.set_location(' Leaving:'||l_proc, 10);
479: end if;
480: End insert_dml;
481: --
482: -- ----------------------------------------------------------------------------

Line 536: hr_utility.set_location('Entering:'||l_proc, 5);

532: --
533: Begin
534: if g_debug then
535: l_proc := g_package||'pre_insert';
536: hr_utility.set_location('Entering:'||l_proc, 5);
537: end if;
538: --
539: --
540: -- Select the next sequence number

Line 548: hr_utility.set_location(' Leaving:'||l_proc, 10);

544: Close C_Sel1;
545: --
546: --
547: if g_debug then
548: hr_utility.set_location(' Leaving:'||l_proc, 10);
549: end if;
550: End pre_insert;
551: --
552: -- ----------------------------------------------------------------------------

Line 596: hr_utility.set_location('Entering:'||l_proc, 5);

592: --
593: Begin
594: if g_debug then
595: l_proc := g_package||'post_insert';
596: hr_utility.set_location('Entering:'||l_proc, 5);
597: end if;
598: -- Start of API User Hook for post_insert.
599: begin
600: hr_psf_rki.after_insert(

Line 744: hr_utility.set_location(' Leaving:'||l_proc, 10);

740: --
741: hr_psf_shd.position_wf_sync(p_rec.position_id , p_validation_start_date);
742: --
743: if g_debug then
744: hr_utility.set_location(' Leaving:'||l_proc, 10);
745: end if;
746: End post_insert;
747: --
748: -- ----------------------------------------------------------------------------

Line 805: hr_utility.set_location('Entering:'||l_proc, 5);

801: --
802: Begin
803: if g_debug then
804: l_proc := g_package||'ins_lck';
805: hr_utility.set_location('Entering:'||l_proc, 5);
806: end if;
807: --
808: -- Validate the datetrack mode mode getting the validation start
809: -- and end dates for the specified datetrack operation.

Line 855: hr_utility.set_location(' Leaving:'||l_proc, 10);

851: end if;
852: end if;
853: */
854: if g_debug then
855: hr_utility.set_location(' Leaving:'||l_proc, 10);
856: end if;
857: --
858: End ins_lck;
859: --

Line 875: g_debug := hr_utility.debug_enabled;

871: l_datetrack_mode varchar2(30) := 'INSERT';
872: l_validation_start_date date;
873: l_validation_end_date date;
874: Begin
875: g_debug := hr_utility.debug_enabled;
876: if g_debug then
877: l_proc := g_package||'ins';
878: hr_utility.set_location('Entering:'||l_proc, 5);
879: end if;

Line 878: hr_utility.set_location('Entering:'||l_proc, 5);

874: Begin
875: g_debug := hr_utility.debug_enabled;
876: if g_debug then
877: l_proc := g_package||'ins';
878: hr_utility.set_location('Entering:'||l_proc, 5);
879: end if;
880: --
881: -- Determine if the business process is to be validated.
882: --

Line 958: hr_utility.set_location(' Leaving:'||l_proc, 10);

954: End If;
955: --
956: --
957: if g_debug then
958: hr_utility.set_location(' Leaving:'||l_proc, 10);
959: end if;
960:
961: Exception
962: When HR_Api.Validate_Enabled Then

Line 1116: g_debug := hr_utility.debug_enabled;

1112: l_rec hr_psf_shd.g_rec_type;
1113: l_proc varchar2(72) ;
1114: --
1115: Begin
1116: g_debug := hr_utility.debug_enabled;
1117: if g_debug then
1118: l_proc := g_package||'ins';
1119: hr_utility.set_location('Entering:'||l_proc, 5);
1120: end if;

Line 1119: hr_utility.set_location('Entering:'||l_proc, 5);

1115: Begin
1116: g_debug := hr_utility.debug_enabled;
1117: if g_debug then
1118: l_proc := g_package||'ins';
1119: hr_utility.set_location('Entering:'||l_proc, 5);
1120: end if;
1121: --
1122: -- Call conversion function to turn arguments into the
1123: -- p_rec structure.

Line 1277: hr_utility.set_location(' Leaving:'||l_proc, 10);

1273: p_object_version_number := l_rec.object_version_number;
1274: --
1275: --
1276: if g_debug then
1277: hr_utility.set_location(' Leaving:'||l_proc, 10);
1278: end if;
1279: End ins;
1280: --
1281: end hr_psf_ins;