DBA Data[Home] [Help]

APPS.WF_WS_GEN dependencies on WF_WS_GEN

Line 1: package body WF_WS_GEN as

1: package body WF_WS_GEN as
2: /* $Header: WFWSGENB.pls 120.12 2006/06/14 22:43:40 jdang noship $ */
3:
4:
5: procedure create_derived_class_entry

Line 829: p_err_message :=wf_core.translate('WF_WS_GENERIC_CLASS_ERROR')||'Error in Creating Derived Entry for Base FUNCTION_ID='||p_base_function_id||SQLERRM;

825: when program_exit then
826: raise program_exit;
827: when others then
828: p_err_code := -1;
829: p_err_message :=wf_core.translate('WF_WS_GENERIC_CLASS_ERROR')||'Error in Creating Derived Entry for Base FUNCTION_ID='||p_base_function_id||SQLERRM;
830: raise program_exit;
831: end create_derived_entry;
832:
833: procedure create_derived_class_entry

Line 2003: end WF_WS_GEN;

1999: p_err_message := wf_core.translate('WF_WS_MODULE_FAILED');
2000: raise program_exit;
2001: end get_root_element;
2002:
2003: end WF_WS_GEN;