DBA Data[Home] [Help]

APPS.HR_OFFER_CUSTOM dependencies on HR_UTIL_WEB

Line 5: --c_title hr_util_web.g_title%type;

1: package body hr_offer_custom as
2: /* $Header: hrcustwf.pkb 120.3 2006/01/17 00:05:11 sturlapa noship $ */
3: --
4: g_package varchar2(31) := 'hr_offer_custom.';
5: --c_title hr_util_web.g_title%type;
6: --c_prompts hr_util_web.g_prompts%type;
7: --
8: -- ----------------------------------------------------------------------------
9: -- This is the generic product version

Line 6: --c_prompts hr_util_web.g_prompts%type;

2: /* $Header: hrcustwf.pkb 120.3 2006/01/17 00:05:11 sturlapa noship $ */
3: --
4: g_package varchar2(31) := 'hr_offer_custom.';
5: --c_title hr_util_web.g_title%type;
6: --c_prompts hr_util_web.g_prompts%type;
7: --
8: -- ----------------------------------------------------------------------------
9: -- This is the generic product version
10: -- ----------------------------------------------------------------------------

Line 382: raise hr_util_web.g_error_handled;

378: p_job_name:= null;
379:
380: fnd_message.set_name('PER','HR_WEB_APPROVAL_DEAD_LOOP');
381: --hr_java_script_web.alert(fnd_message.get);
382: raise hr_util_web.g_error_handled;
383: when others then
384: -- set OUT parameters.
385: p_vp_name := null;
386: p_job_name:= null;

Line 388: raise hr_util_web.g_error_handled;

384: -- set OUT parameters.
385: p_vp_name := null;
386: p_job_name:= null;
387: --hr_java_script_web.alert(sqlerrm||' '||sqlcode);
388: raise hr_util_web.g_error_handled;
389: end get_vp_name;
390: -- ----------------------------------------------------------------------------
391: -- |--------------------------< check_final_approver >------------------------|
392: -- ----------------------------------------------------------------------------

Line 1357: --hr_util_web.standard_close;

1353: p_rowid := null;
1354: p_category_id := null;
1355: p_seq_num := null;
1356: --hr_java_script_web.alert(sqlerrm||' '||sqlcode);
1357: --hr_util_web.standard_close;
1358: raise hr_util_web.g_error_handled;
1359:
1360: end get_attachment;
1361:

Line 1358: raise hr_util_web.g_error_handled;

1354: p_category_id := null;
1355: p_seq_num := null;
1356: --hr_java_script_web.alert(sqlerrm||' '||sqlcode);
1357: --hr_util_web.standard_close;
1358: raise hr_util_web.g_error_handled;
1359:
1360: end get_attachment;
1361:
1362: -- ----------------------------------------------------------------------------