DBA Data[Home] [Help]

APPS.UMX_REG_REQUESTS_PVT dependencies on WF_ITEMS

Line 408: procedure get_error_wf_info (p_reg_request_id in wf_items.item_type%type,

404: -- x_errmsg: Error Message
405: -- x_errstack: Error Stack
406: --
407: --
408: procedure get_error_wf_info (p_reg_request_id in wf_items.item_type%type,
409: x_itemtype out nocopy wf_items.item_type%type,
410: x_itemkey out nocopy wf_items.item_key%type,
411: x_status out nocopy varchar2,
412: x_result out nocopy varchar2,

Line 409: x_itemtype out nocopy wf_items.item_type%type,

405: -- x_errstack: Error Stack
406: --
407: --
408: procedure get_error_wf_info (p_reg_request_id in wf_items.item_type%type,
409: x_itemtype out nocopy wf_items.item_type%type,
410: x_itemkey out nocopy wf_items.item_key%type,
411: x_status out nocopy varchar2,
412: x_result out nocopy varchar2,
413: x_actid out nocopy number,

Line 410: x_itemkey out nocopy wf_items.item_key%type,

406: --
407: --
408: procedure get_error_wf_info (p_reg_request_id in wf_items.item_type%type,
409: x_itemtype out nocopy wf_items.item_type%type,
410: x_itemkey out nocopy wf_items.item_key%type,
411: x_status out nocopy varchar2,
412: x_result out nocopy varchar2,
413: x_actid out nocopy number,
414: x_errname out nocopy varchar2,

Line 439: x_itemtype out nocopy wf_items.item_type%type,

435: -- x_errstack: Error Stack
436: --
437: --
438: procedure get_error_wf_info (p_user_id in fnd_user.user_id%type,
439: x_itemtype out nocopy wf_items.item_type%type,
440: x_itemkey out nocopy wf_items.item_key%type,
441: x_status out nocopy varchar2,
442: x_result out nocopy varchar2,
443: x_actid out nocopy number,

Line 440: x_itemkey out nocopy wf_items.item_key%type,

436: --
437: --
438: procedure get_error_wf_info (p_user_id in fnd_user.user_id%type,
439: x_itemtype out nocopy wf_items.item_type%type,
440: x_itemkey out nocopy wf_items.item_key%type,
441: x_status out nocopy varchar2,
442: x_result out nocopy varchar2,
443: x_actid out nocopy number,
444: x_errname out nocopy varchar2,