DBA Data[Home] [Help]

APPS.HR_IPT_BUS dependencies on HR_API

Line 118: hr_api.argument_changed_error

114: -- No non-updateable arguments
115: --
116: EXCEPTION
117: WHEN l_error THEN
118: hr_api.argument_changed_error
119: (p_api_name => l_proc
120: ,p_argument => l_argument);
121: WHEN OTHERS THEN
122: RAISE;

Line 155: and nvl(hr_ipt_shd.g_old_rec.source_lang,hr_api.g_varchar2) <>

151: --
152: -- Only proceed with SQL validation if absolutely necessary
153: --
154: if ( ( l_api_updating
155: and nvl(hr_ipt_shd.g_old_rec.source_lang,hr_api.g_varchar2) <>
156: nvl(p_source_lang,hr_api.g_varchar2))
157: or (NOT l_api_updating)) then
158: --
159: hr_utility.set_location(l_proc,30);

Line 156: nvl(p_source_lang,hr_api.g_varchar2))

152: -- Only proceed with SQL validation if absolutely necessary
153: --
154: if ( ( l_api_updating
155: and nvl(hr_ipt_shd.g_old_rec.source_lang,hr_api.g_varchar2) <>
156: nvl(p_source_lang,hr_api.g_varchar2))
157: or (NOT l_api_updating)) then
158: --
159: hr_utility.set_location(l_proc,30);
160: --

Line 163: hr_api.mandatory_arg_error

159: hr_utility.set_location(l_proc,30);
160: --
161: -- Check value has been passed
162: --
163: hr_api.mandatory_arg_error
164: (p_api_name => l_proc
165: ,p_argument => 'source_lang'
166: ,p_argument_value => p_source_lang
167: );

Line 185: if nvl(l_installed_flag,hr_api.g_varchar2) not in ('I','B') then

181: end if;
182: close csr_language;
183: --
184: /* 1653358: Not necessary
185: if nvl(l_installed_flag,hr_api.g_varchar2) not in ('I','B') then
186: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
187: fnd_message.set_token('PROCEDURE', l_proc);
188: fnd_message.set_token('STEP','20');
189: fnd_message.raise_error;

Line 240: and nvl(hr_ipt_shd.g_old_rec.information_prompt,hr_api.g_varchar2) <>

236: --
237: -- Only proceed with SQL validation if absolutely necessary
238: --
239: if ( ( l_api_updating
240: and nvl(hr_ipt_shd.g_old_rec.information_prompt,hr_api.g_varchar2) <>
241: nvl(p_information_prompt,hr_api.g_varchar2))
242: or (NOT l_api_updating)) then
243: --
244: hr_utility.set_location(l_proc,30);

Line 241: nvl(p_information_prompt,hr_api.g_varchar2))

237: -- Only proceed with SQL validation if absolutely necessary
238: --
239: if ( ( l_api_updating
240: and nvl(hr_ipt_shd.g_old_rec.information_prompt,hr_api.g_varchar2) <>
241: nvl(p_information_prompt,hr_api.g_varchar2))
242: or (NOT l_api_updating)) then
243: --
244: hr_utility.set_location(l_proc,30);
245: --

Line 316: and nvl(hr_ipt_shd.g_old_rec.label,hr_api.g_varchar2) <>

312: --
313: -- Only proceed with SQL validation if absolutely necessary
314: --
315: if ( ( l_api_updating
316: and nvl(hr_ipt_shd.g_old_rec.label,hr_api.g_varchar2) <>
317: nvl(p_label,hr_api.g_varchar2))
318: or (NOT l_api_updating)) then
319: --
320: hr_utility.set_location(l_proc,30);

Line 317: nvl(p_label,hr_api.g_varchar2))

313: -- Only proceed with SQL validation if absolutely necessary
314: --
315: if ( ( l_api_updating
316: and nvl(hr_ipt_shd.g_old_rec.label,hr_api.g_varchar2) <>
317: nvl(p_label,hr_api.g_varchar2))
318: or (NOT l_api_updating)) then
319: --
320: hr_utility.set_location(l_proc,30);
321: --

Line 342: if nvl(l_item_type,hr_api.g_varchar2) not in ('BUTTON','CHECKBOX','RADIO_BUTTON') then

338: (p_form_item_id => l_form_item_id
339: ,p_template_item_id => l_template_item_id
340: ,p_template_item_context_id => l_template_item_context_id
341: );
342: if nvl(l_item_type,hr_api.g_varchar2) not in ('BUTTON','CHECKBOX','RADIO_BUTTON') then
343: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
344: fnd_message.set_token('PROCEDURE', l_proc);
345: fnd_message.set_token('STEP','20');
346: fnd_message.raise_error;

Line 392: and nvl(hr_ipt_shd.g_old_rec.prompt_text,hr_api.g_varchar2) <>

388: --
389: -- Only proceed with SQL validation if absolutely necessary
390: --
391: if ( ( l_api_updating
392: and nvl(hr_ipt_shd.g_old_rec.prompt_text,hr_api.g_varchar2) <>
393: nvl(p_prompt_text,hr_api.g_varchar2))
394: or (NOT l_api_updating)) then
395: --
396: hr_utility.set_location(l_proc,30);

Line 393: nvl(p_prompt_text,hr_api.g_varchar2))

389: -- Only proceed with SQL validation if absolutely necessary
390: --
391: if ( ( l_api_updating
392: and nvl(hr_ipt_shd.g_old_rec.prompt_text,hr_api.g_varchar2) <>
393: nvl(p_prompt_text,hr_api.g_varchar2))
394: or (NOT l_api_updating)) then
395: --
396: hr_utility.set_location(l_proc,30);
397: --

Line 418: if nvl(l_item_type,hr_api.g_varchar2) not in ('BUTTON','CHART_ITEM','CHECKBOX','DISPLAY_ITEM','IMAGE','LIST','OLE_OBJECT','RADIO_BUTTON','TEXT_ITEM','USER_AREA','VBX_CONTROL') then

414: (p_form_item_id => l_form_item_id
415: ,p_template_item_id => l_template_item_id
416: ,p_template_item_context_id => l_template_item_context_id
417: );
418: if nvl(l_item_type,hr_api.g_varchar2) not in ('BUTTON','CHART_ITEM','CHECKBOX','DISPLAY_ITEM','IMAGE','LIST','OLE_OBJECT','RADIO_BUTTON','TEXT_ITEM','USER_AREA','VBX_CONTROL') then
419: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
420: fnd_message.set_token('PROCEDURE', l_proc);
421: fnd_message.set_token('STEP','20');
422: fnd_message.raise_error;

Line 468: and nvl(hr_ipt_shd.g_old_rec.tooltip_text,hr_api.g_varchar2) <>

464: --
465: -- Only proceed with SQL validation if absolutely necessary
466: --
467: if ( ( l_api_updating
468: and nvl(hr_ipt_shd.g_old_rec.tooltip_text,hr_api.g_varchar2) <>
469: nvl(p_tooltip_text,hr_api.g_varchar2))
470: or (NOT l_api_updating)) then
471: --
472: hr_utility.set_location(l_proc,30);

Line 469: nvl(p_tooltip_text,hr_api.g_varchar2))

465: -- Only proceed with SQL validation if absolutely necessary
466: --
467: if ( ( l_api_updating
468: and nvl(hr_ipt_shd.g_old_rec.tooltip_text,hr_api.g_varchar2) <>
469: nvl(p_tooltip_text,hr_api.g_varchar2))
470: or (NOT l_api_updating)) then
471: --
472: hr_utility.set_location(l_proc,30);
473: --

Line 494: if nvl(l_item_type,hr_api.g_varchar2) not in ('BUTTON','CHART_ITEM','CHECKBOX','DISPLAY_ITEM','IMAGE','LIST','OLE_OBJECT','RADIO_BUTTON','TEXT_ITEM','USER_AREA','VBX_CONTROL') then

490: (p_form_item_id => l_form_item_id
491: ,p_template_item_id => l_template_item_id
492: ,p_template_item_context_id => l_template_item_context_id
493: );
494: if nvl(l_item_type,hr_api.g_varchar2) not in ('BUTTON','CHART_ITEM','CHECKBOX','DISPLAY_ITEM','IMAGE','LIST','OLE_OBJECT','RADIO_BUTTON','TEXT_ITEM','USER_AREA','VBX_CONTROL') then
495: fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
496: fnd_message.set_token('PROCEDURE', l_proc);
497: fnd_message.set_token('STEP','20');
498: fnd_message.raise_error;