DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on WF_ITEM_DEFINITION_UTIL_PUB

Line 2481: wf_item_definition_util_pub.draw_summary_section_title (

2477:
2478: /*
2479: ** Skip a line
2480: */
2481: wf_item_definition_util_pub.draw_summary_section_title (
2482: wf_core.translate('WFMON_STATUS_OPTIONS'),
2483: 0);
2484:
2485: /*

Line 2508: wf_item_definition_util_pub.create_checkbox(

2504:
2505: /*
2506: ** Create the active activity checkbox
2507: */
2508: wf_item_definition_util_pub.create_checkbox(
2509: 'x_active',
2510: 'ACTIVE',
2511: x_active,
2512: wf_core.translate ('ACTIVE'),

Line 2520: wf_item_definition_util_pub.create_checkbox(

2516:
2517: /*
2518: ** Create the completed activity checkbox
2519: */
2520: wf_item_definition_util_pub.create_checkbox(
2521: 'x_complete',
2522: 'COMPLETE',
2523: x_complete,
2524: wf_core.translate ('COMPLETE'),

Line 2531: wf_item_definition_util_pub.create_checkbox(

2527:
2528: /*
2529: ** Create the error activity checkbox
2530: */
2531: wf_item_definition_util_pub.create_checkbox(
2532: 'x_error',
2533: 'ERROR',
2534: x_error,
2535: wf_core.translate ('ERROR'),

Line 2542: wf_item_definition_util_pub.create_checkbox(

2538:
2539: /*
2540: ** Create the suspended activity checkbox
2541: */
2542: wf_item_definition_util_pub.create_checkbox(
2543: 'x_suspend',
2544: 'SUSPEND',
2545: x_suspend,
2546: wf_core.translate ('SUSPENDED'),

Line 2568: wf_item_definition_util_pub.draw_summary_section_title (

2564:
2565: /*
2566: ** Show the Processes activity options header
2567: */
2568: wf_item_definition_util_pub.draw_summary_section_title (
2569: wf_core.translate('WFMON_ACTIVITY_TYPE'),
2570: 0);
2571:
2572: /*

Line 2590: wf_item_definition_util_pub.create_checkbox(

2586:
2587: /*
2588: ** Create the checkbox for Notifications With Responses
2589: */
2590: wf_item_definition_util_pub.create_checkbox(
2591: 'x_note_resp',
2592: 'Y',
2593: x_note_resp,
2594: wf_core.translate('WFMON_NOTIF_RESPONSE'),

Line 2601: wf_item_definition_util_pub.create_checkbox(

2597:
2598: /*
2599: ** Create the checkbox for Notifications Without Responses
2600: */
2601: wf_item_definition_util_pub.create_checkbox(
2602: 'x_note_noresp',
2603: 'Y',
2604: x_note_noresp,
2605: wf_core.translate('WFMON_NOTIF_NO_RESPONSE'),

Line 2612: wf_item_definition_util_pub.create_checkbox(

2608:
2609: /*
2610: ** Create the checkbox for Processes with results
2611: */
2612: wf_item_definition_util_pub.create_checkbox(
2613: 'x_proc_func',
2614: 'Y',
2615: x_proc_func,
2616: wf_core.translate('WFMON_PROCESS_FUNCTION'),

Line 2623: wf_item_definition_util_pub.create_checkbox(

2619:
2620: /*
2621: ** Create the checkbox for Standard Workflow Functions
2622: */
2623: wf_item_definition_util_pub.create_checkbox(
2624: 'x_func_std',
2625: 'Y',
2626: x_func_std,
2627: wf_core.translate('WFMON_FUNCTION_STANDARD'),

Line 2635: wf_item_definition_util_pub.create_checkbox(

2631:
2632: /*
2633: ** Create the checkbox for Event Activity
2634: */
2635: wf_item_definition_util_pub.create_checkbox(
2636: 'x_event',
2637: 'Y',
2638: x_event,
2639: wf_core.translate('WFMON_EVENT')||

Line 3159: wf_item_definition_util_pub.validate_date (

3155: /*
3156: ** Get the NLS Date format that is currently set. All to_char of
3157: ** date values should use the l_expected_format
3158: */
3159: wf_item_definition_util_pub.validate_date (
3160: TO_CHAR(x_begin_date, 'DD-MON-RRRR HH24:MI:SS'),
3161: l_date_date,
3162: l_valid_date,
3163: l_expected_format);

Line 4088: wf_item_definition_util_pub.draw_detail_section_title (

4084:
4085: /*
4086: ** Draw the section title for the lookup detail section
4087: */
4088: wf_item_definition_util_pub.draw_detail_section_title (
4089: l_title,
4090: 0);
4091:
4092:

Line 4102: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

4098: */
4099: htp.tableOpen(cattributes=>'border=0 cellpadding=0 cellspacing=0
4100: summary=""');
4101:
4102: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4103: wf_core.translate('WFMON_ACTIVITY'),
4104: l_error_rec.display_name);
4105:
4106: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

Line 4106: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

4102: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4103: wf_core.translate('WFMON_ACTIVITY'),
4104: l_error_rec.display_name);
4105:
4106: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4107: wf_core.translate('WFMON_RESULT'),
4108: l_error_rec.result);
4109:
4110: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

Line 4110: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

4106: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4107: wf_core.translate('WFMON_RESULT'),
4108: l_error_rec.result);
4109:
4110: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4111: wf_core.translate('WFMON_ERROR_NAME'),
4112: l_error_rec.error_name);
4113:
4114: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

Line 4114: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

4110: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4111: wf_core.translate('WFMON_ERROR_NAME'),
4112: l_error_rec.error_name);
4113:
4114: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4115: wf_core.translate('WFMON_ERROR_MESSAGE'),
4116: l_error_rec.error_message);
4117:
4118: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

Line 4118: wf_item_definition_util_pub.draw_detail_prompt_value_pair (

4114: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4115: wf_core.translate('WFMON_ERROR_MESSAGE'),
4116: l_error_rec.error_message);
4117:
4118: wf_item_definition_util_pub.draw_detail_prompt_value_pair (
4119: wf_core.translate('WFMON_ERROR_STACK'),
4120: l_error_rec.error_stack);
4121:
4122: /*