DBA Data[Home] [Help]

APPS.AS_SALES_METH_WF dependencies on AS_SALES_METH_WF

Line 1: PACKAGE BODY as_sales_meth_wf AS

1: PACKAGE BODY as_sales_meth_wf AS
2: /* $Header: asxsmtwb.pls 115.38 2003/12/22 13:22:00 sumahali ship $ */
3: g_pkg_name varchar2(100);
4: g_notes varchar2(4000);
5:

Line 128: l_api_name VARCHAR2(100) := 'AS_SALES_METH_WF';

124: l_error_msg VARCHAR2(2000);
125: l_return_status VARCHAR2(20);
126: l_msg_count NUMBER;
127: l_msg_data VARCHAR2(2000);
128: l_api_name VARCHAR2(100) := 'AS_SALES_METH_WF';
129: l_category VARCHAR2(100);
130: BEGIN
131: --------------------------------------------------------
132: IF p_template_group_id IS NULL THEN

Line 818: --g_notes:='Create map api in AS_SALES_METH_WF.CREATE_TASK failed with the following error **** '||l_msg_data;

814: wf_engine.setitemattrtext( itemtype => itemtype,
815: itemkey => itemkey,
816: aname => 'WARNING_MESSAGE',
817: avalue => g_notes);
818: --g_notes:='Create map api in AS_SALES_METH_WF.CREATE_TASK failed with the following error **** '||l_msg_data;
819: l_return_status:='U';
820: EXIT;
821: END IF;
822: END LOOP;

Line 1290: END as_sales_meth_wf;

1286: WHEN OTHERS THEN
1287: wf_core.context('SAL_MET3','Create note from ',itemtype,itemkey,to_char(actid),funcmode);
1288: RAISE;
1289: END create_note_for_tasks_failure;
1290: END as_sales_meth_wf;