DBA Data[Home] [Help]

APPS.HR_TIC_BUS dependencies on HR_API

Line 69: hr_api.mandatory_arg_error

65: hr_utility.set_location('Entering:'|| l_proc, 10);
66: --
67: -- Ensure that all the mandatory parameter are not null
68: --
69: hr_api.mandatory_arg_error
70: (p_api_name => l_proc
71: ,p_argument => 'template_item_context_id'
72: ,p_argument_value => p_template_item_context_id
73: );

Line 75: if ( nvl(hr_tic_bus.g_template_item_context_id, hr_api.g_number)

71: ,p_argument => 'template_item_context_id'
72: ,p_argument_value => p_template_item_context_id
73: );
74: --
75: if ( nvl(hr_tic_bus.g_template_item_context_id, hr_api.g_number)
76: = p_template_item_context_id) then
77: --
78: -- The legislation code has already been found with a previous
79: -- call to this function. Just return the value in the global

Line 163: IF (nvl(p_rec.template_item_id,hr_api.g_number) <>

159: fnd_message.set_token('STEP ', '5');
160: fnd_message.raise_error;
161: END IF;
162: --
163: IF (nvl(p_rec.template_item_id,hr_api.g_number) <>
164: nvl(hr_tic_shd.g_old_rec.template_item_id,hr_api.g_number)
165: ) THEN
166: l_argument := 'template_item_id';
167: RAISE l_error;

Line 164: nvl(hr_tic_shd.g_old_rec.template_item_id,hr_api.g_number)

160: fnd_message.raise_error;
161: END IF;
162: --
163: IF (nvl(p_rec.template_item_id,hr_api.g_number) <>
164: nvl(hr_tic_shd.g_old_rec.template_item_id,hr_api.g_number)
165: ) THEN
166: l_argument := 'template_item_id';
167: RAISE l_error;
168: END IF;

Line 170: IF (nvl(p_rec.context_type,hr_api.g_varchar2) <>

166: l_argument := 'template_item_id';
167: RAISE l_error;
168: END IF;
169: --
170: IF (nvl(p_rec.context_type,hr_api.g_varchar2) <>
171: nvl(hr_tic_shd.g_old_rec.context_type,hr_api.g_varchar2)
172: ) THEN
173: l_argument := 'context_type';
174: RAISE l_error;

Line 171: nvl(hr_tic_shd.g_old_rec.context_type,hr_api.g_varchar2)

167: RAISE l_error;
168: END IF;
169: --
170: IF (nvl(p_rec.context_type,hr_api.g_varchar2) <>
171: nvl(hr_tic_shd.g_old_rec.context_type,hr_api.g_varchar2)
172: ) THEN
173: l_argument := 'context_type';
174: RAISE l_error;
175: END IF;

Line 177: IF (nvl(p_rec.item_context_id,hr_api.g_number) <>

173: l_argument := 'context_type';
174: RAISE l_error;
175: END IF;
176: --
177: IF (nvl(p_rec.item_context_id,hr_api.g_number) <>
178: nvl(hr_tic_shd.g_old_rec.item_context_id,hr_api.g_number)
179: ) THEN
180: l_argument := 'item_context_id';
181: RAISE l_error;

Line 178: nvl(hr_tic_shd.g_old_rec.item_context_id,hr_api.g_number)

174: RAISE l_error;
175: END IF;
176: --
177: IF (nvl(p_rec.item_context_id,hr_api.g_number) <>
178: nvl(hr_tic_shd.g_old_rec.item_context_id,hr_api.g_number)
179: ) THEN
180: l_argument := 'item_context_id';
181: RAISE l_error;
182: END IF;

Line 186: hr_api.argument_changed_error

182: END IF;
183: --
184: EXCEPTION
185: WHEN l_error THEN
186: hr_api.argument_changed_error
187: (p_api_name => l_proc
188: ,p_argument => l_argument);
189: WHEN OTHERS THEN
190: RAISE;

Line 210: hr_api.mandatory_arg_error

206: hr_utility.set_location('Entering:'||l_proc, 10);
207: --
208: -- Check value has been passed
209: --
210: hr_api.mandatory_arg_error
211: (p_api_name => l_proc
212: ,p_argument => 'template_item_id'
213: ,p_argument_value => p_template_item_id
214: );

Line 236: hr_api.mandatory_arg_error

232: hr_utility.set_location('Entering:'||l_proc, 10);
233: --
234: -- Check value has been passed
235: --
236: hr_api.mandatory_arg_error
237: (p_api_name => l_proc
238: ,p_argument => 'context_type'
239: ,p_argument_value => p_context_type
240: );

Line 262: hr_api.mandatory_arg_error

258: hr_utility.set_location('Entering:'||l_proc, 10);
259: --
260: -- Check value has been passed
261: --
262: hr_api.mandatory_arg_error
263: (p_api_name => l_proc
264: ,p_argument => 'item_context_id'
265: ,p_argument_value => p_item_context_id
266: );