DBA Data[Home] [Help]

APPS.GMI_WF_ITEM_ACTIVATION dependencies on GMI_WF_ITEM_ACTIVATION

Line 1: package body gmi_wf_item_activation as

1: package body gmi_wf_item_activation as
2: /* $Header: gmiitmwb.pls 120.1 2005/10/03 11:52:28 jsrivast noship $ */
3:
4: procedure init_wf
5: (

Line 54: WF_CORE.CONTEXT ('GMI_WF_ITEM_ACTIVATION', 'init_wf', l_itemtype, l_itemkey) ;

50: END IF;
51: END IF;
52: EXCEPTION
53: WHEN OTHERS THEN
54: WF_CORE.CONTEXT ('GMI_WF_ITEM_ACTIVATION', 'init_wf', l_itemtype, l_itemkey) ;
55: WF_CORE.GET_ERROR (l_errname, l_errmsg, l_errstack);
56: RAISE;
57: END;
58: BEGIN

Line 135: wf_core.context ('GMI_WF_ITEM_ACTIVATION',

131: exception
132: WHEN wf_item_exists THEN
133: null;
134: when others then
135: wf_core.context ('GMI_WF_ITEM_ACTIVATION',
136: 'INIT_WF',
137: l_itemtype, l_itemkey,
138: p_item_id, p_item_no);
139: wf_core.get_error (l_errname, l_errmsg, l_errstack);

Line 388: end gmi_wf_item_activation;

384: return;
385: end activate_item;
386:
387:
388: end gmi_wf_item_activation;