DBA Data[Home] [Help]

APPS.HR_PAT_SHD dependencies on HR_UTILITY

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

14: --
15: l_proc varchar2(72) := g_package||'return_api_dml_status';
16: --
17: Begin
18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: Return (nvl(g_api_dml, false));
21: --
22: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

18: hr_utility.set_location('Entering:'||l_proc, 5);
19: --
20: Return (nvl(g_api_dml, false));
21: --
22: hr_utility.set_location(' Leaving:'||l_proc, 10);
23: End return_api_dml_status;
24: --
25: -- ----------------------------------------------------------------------------
26: -- |---------------------------< constraint_error >---------------------------|

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

30: --
31: l_proc varchar2(72) := g_package||'constraint_error';
32: --
33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'HR_PAT_START_TIME') Then
37: hr_utility.set_message(801, 'HR_51080_GEN_HH24MI_FORMAT');
38: elsif (p_constraint_name = 'HR_PAT_UK01') Then

Line 37: hr_utility.set_message(801, 'HR_51080_GEN_HH24MI_FORMAT');

33: Begin
34: hr_utility.set_location('Entering:'||l_proc, 5);
35: --
36: If (p_constraint_name = 'HR_PAT_START_TIME') Then
37: hr_utility.set_message(801, 'HR_51080_GEN_HH24MI_FORMAT');
38: elsif (p_constraint_name = 'HR_PAT_UK01') Then
39: hr_utility.set_message (801,'HR_51081_PAT_UK01');
40: Else
41: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');

Line 39: hr_utility.set_message (801,'HR_51081_PAT_UK01');

35: --
36: If (p_constraint_name = 'HR_PAT_START_TIME') Then
37: hr_utility.set_message(801, 'HR_51080_GEN_HH24MI_FORMAT');
38: elsif (p_constraint_name = 'HR_PAT_UK01') Then
39: hr_utility.set_message (801,'HR_51081_PAT_UK01');
40: Else
41: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
42: hr_utility.set_message_token('PROCEDURE', l_proc);
43: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);

Line 41: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');

37: hr_utility.set_message(801, 'HR_51080_GEN_HH24MI_FORMAT');
38: elsif (p_constraint_name = 'HR_PAT_UK01') Then
39: hr_utility.set_message (801,'HR_51081_PAT_UK01');
40: Else
41: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
42: hr_utility.set_message_token('PROCEDURE', l_proc);
43: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
44: hr_utility.raise_error;
45: End If;

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

38: elsif (p_constraint_name = 'HR_PAT_UK01') Then
39: hr_utility.set_message (801,'HR_51081_PAT_UK01');
40: Else
41: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
42: hr_utility.set_message_token('PROCEDURE', l_proc);
43: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
44: hr_utility.raise_error;
45: End If;
46: --

Line 43: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);

39: hr_utility.set_message (801,'HR_51081_PAT_UK01');
40: Else
41: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
42: hr_utility.set_message_token('PROCEDURE', l_proc);
43: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
44: hr_utility.raise_error;
45: End If;
46: --
47: hr_utility.raise_error;

Line 44: hr_utility.raise_error;

40: Else
41: hr_utility.set_message(801, 'HR_7877_API_INVALID_CONSTRAINT');
42: hr_utility.set_message_token('PROCEDURE', l_proc);
43: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
44: hr_utility.raise_error;
45: End If;
46: --
47: hr_utility.raise_error;
48: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 47: hr_utility.raise_error;

43: hr_utility.set_message_token('CONSTRAINT_NAME', p_constraint_name);
44: hr_utility.raise_error;
45: End If;
46: --
47: hr_utility.raise_error;
48: hr_utility.set_location(' Leaving:'||l_proc, 10);
49: End constraint_error;
50: --
51: -- ----------------------------------------------------------------------------

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

44: hr_utility.raise_error;
45: End If;
46: --
47: hr_utility.raise_error;
48: hr_utility.set_location(' Leaving:'||l_proc, 10);
49: End constraint_error;
50: --
51: -- ----------------------------------------------------------------------------
52: -- |-----------------------------< api_updating >-----------------------------|

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

73: l_proc varchar2(72) := g_package||'api_updating';
74: l_fct_ret boolean;
75: --
76: Begin
77: hr_utility.set_location('Entering:'||l_proc, 5);
78: --
79: If (
80: p_pattern_id is null and
81: p_object_version_number is null

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

89: If (
90: p_pattern_id = g_old_rec.pattern_id and
91: p_object_version_number = g_old_rec.object_version_number
92: ) Then
93: hr_utility.set_location(l_proc, 10);
94: --
95: -- The g_old_rec is current therefore we must
96: -- set the returning function to true
97: --

Line 110: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

106: Close C_Sel1;
107: --
108: -- The primary key is invalid therefore we must error
109: --
110: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
111: hr_utility.raise_error;
112: End If;
113: Close C_Sel1;
114: If (p_object_version_number <> g_old_rec.object_version_number) Then

Line 111: hr_utility.raise_error;

107: --
108: -- The primary key is invalid therefore we must error
109: --
110: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
111: hr_utility.raise_error;
112: End If;
113: Close C_Sel1;
114: If (p_object_version_number <> g_old_rec.object_version_number) Then
115: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

Line 115: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

111: hr_utility.raise_error;
112: End If;
113: Close C_Sel1;
114: If (p_object_version_number <> g_old_rec.object_version_number) Then
115: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
116: hr_utility.raise_error;
117: End If;
118: hr_utility.set_location(l_proc, 15);
119: l_fct_ret := true;

Line 116: hr_utility.raise_error;

112: End If;
113: Close C_Sel1;
114: If (p_object_version_number <> g_old_rec.object_version_number) Then
115: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
116: hr_utility.raise_error;
117: End If;
118: hr_utility.set_location(l_proc, 15);
119: l_fct_ret := true;
120: End If;

Line 118: hr_utility.set_location(l_proc, 15);

114: If (p_object_version_number <> g_old_rec.object_version_number) Then
115: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
116: hr_utility.raise_error;
117: End If;
118: hr_utility.set_location(l_proc, 15);
119: l_fct_ret := true;
120: End If;
121: End If;
122: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

118: hr_utility.set_location(l_proc, 15);
119: l_fct_ret := true;
120: End If;
121: End If;
122: hr_utility.set_location(' Leaving:'||l_proc, 20);
123: Return (l_fct_ret);
124: --
125: End api_updating;
126: --

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

147: --
148: l_proc varchar2(72) := g_package||'lck';
149: --
150: Begin
151: hr_utility.set_location('Entering:'||l_proc, 5);
152: --
153: -- Add any mandatory argument checking here:
154: -- Example:
155: -- hr_api.mandatory_arg_error

Line 167: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');

163: Close C_Sel1;
164: --
165: -- The primary key is invalid therefore we must error
166: --
167: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
168: hr_utility.raise_error;
169: End If;
170: Close C_Sel1;
171: If (p_object_version_number <> g_old_rec.object_version_number) Then

Line 168: hr_utility.raise_error;

164: --
165: -- The primary key is invalid therefore we must error
166: --
167: hr_utility.set_message(801, 'HR_7220_INVALID_PRIMARY_KEY');
168: hr_utility.raise_error;
169: End If;
170: Close C_Sel1;
171: If (p_object_version_number <> g_old_rec.object_version_number) Then
172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

Line 172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');

168: hr_utility.raise_error;
169: End If;
170: Close C_Sel1;
171: If (p_object_version_number <> g_old_rec.object_version_number) Then
172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
173: hr_utility.raise_error;
174: End If;
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 173: hr_utility.raise_error;

169: End If;
170: Close C_Sel1;
171: If (p_object_version_number <> g_old_rec.object_version_number) Then
172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
173: hr_utility.raise_error;
174: End If;
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: --

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

172: hr_utility.set_message(801, 'HR_7155_OBJECT_INVALID');
173: hr_utility.raise_error;
174: End If;
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: --
178: -- We need to trap the ORA LOCK exception
179: --
180: Exception

Line 186: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');

182: --
183: -- The object is locked therefore we need to supply a meaningful
184: -- error message.
185: --
186: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
187: hr_utility.set_message_token('TABLE_NAME', 'hr_patterns');
188: hr_utility.raise_error;
189: End lck;
190: --

Line 187: hr_utility.set_message_token('TABLE_NAME', 'hr_patterns');

183: -- The object is locked therefore we need to supply a meaningful
184: -- error message.
185: --
186: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
187: hr_utility.set_message_token('TABLE_NAME', 'hr_patterns');
188: hr_utility.raise_error;
189: End lck;
190: --
191: -- ----------------------------------------------------------------------------

Line 188: hr_utility.raise_error;

184: -- error message.
185: --
186: hr_utility.set_message(801, 'HR_7165_OBJECT_LOCKED');
187: hr_utility.set_message_token('TABLE_NAME', 'hr_patterns');
188: hr_utility.raise_error;
189: End lck;
190: --
191: -- ----------------------------------------------------------------------------
192: -- |-----------------------------< convert_args >-----------------------------|

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

205: l_proc varchar2(72) := g_package||'convert_args';
206: --
207: Begin
208: --
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: -- Convert arguments into local l_rec structure.
212: --
213: l_rec.pattern_id := p_pattern_id;

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

217: l_rec.object_version_number := p_object_version_number;
218: --
219: -- Return the plsql record structure.
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: Return(l_rec);
223: --
224: End convert_args;
225: --