DBA Data[Home] [Help]

APPS.AMS_LIST_WF dependencies on WF_CORE

Line 188: wf_core.TRANSLATE('WF_WEB_AGENT'),

184: WF_ENGINE.SetItemAttrText(itemtype => itemtype,
185: itemkey => itemkey,
186: aname => 'MONITOR_URL',
187: avalue => wf_monitor.geturl(
188: wf_core.TRANSLATE('WF_WEB_AGENT'),
189: itemtype,
190: itemkey,
191: 'NO'));
192:

Line 233: wf_core.context (G_PKG_NAME, 'StartProcess',

229: itemkey => itemkey);
230:
231: EXCEPTION
232: WHEN OTHERS THEN
233: wf_core.context (G_PKG_NAME, 'StartProcess',
234: p_list_header_id,itemuserkey,workflowprocess);
235: RAISE;
236: END StartProcess;
237:

Line 325: wf_core.context(G_PKG_NAME,'Genrate_List',itemtype,

321: Handle_Err
322: ( p_msg_count => l_msg_count, -- Number of error Messages
323: p_msg_data => l_msg_data ,
324: x_error_msg => l_error_msg );
325: wf_core.context(G_PKG_NAME,'Genrate_List',itemtype,
326: itemkey,actid,funcmode|| l_error_msg);
327: RAISE;
328: raise ;
329: END Generate_List ;

Line 397: wf_core.context(G_PKG_NAME,'Genrate_List',itemtype,

393: Handle_Err
394: ( p_msg_count => l_msg_count, -- Number of error Messages
395: p_msg_data => l_msg_data ,
396: x_error_msg => l_error_msg );
397: wf_core.context(G_PKG_NAME,'Genrate_List',itemtype,
398: itemkey,actid,funcmode|| l_error_msg);
399: RAISE;
400: raise ;
401: END Check_sch ;

Line 461: wf_core.context(G_PKG_NAME,'Genrate_List',itemtype,

457: Handle_Err
458: ( p_msg_count => l_msg_count, -- Number of error Messages
459: p_msg_data => l_msg_data ,
460: x_error_msg => l_error_msg );
461: wf_core.context(G_PKG_NAME,'Genrate_List',itemtype,
462: itemkey,actid,funcmode|| l_error_msg);
463: RAISE;
464: raise ;
465: END Check_TAR ;

Line 541: wf_core.context(G_PKG_NAME,'Genrate_List',itemtype,

537: Handle_Err
538: ( p_msg_count => l_msg_count, -- Number of error Messages
539: p_msg_data => l_msg_data ,
540: x_error_msg => l_error_msg );
541: wf_core.context(G_PKG_NAME,'Genrate_List',itemtype,
542: itemkey,actid,funcmode|| l_error_msg);
543: RAISE;
544: raise ;
545: END GEN_TARGET ;

Line 775: wf_core.TRANSLATE('WF_WEB_AGENT'),

771: WF_ENGINE.SetItemAttrText(itemtype => itemtype,
772: itemkey => itemkey,
773: aname => 'MONITOR_URL',
774: avalue => wf_monitor.geturl(
775: wf_core.TRANSLATE('WF_WEB_AGENT'),
776: itemtype,
777: itemkey,
778: 'NO'));
779: --dbms_output.put_line('status ifd ->' || l_clistheader_rec.user_entered_start_time);

Line 832: wf_core.context (G_PKG_NAME, 'Wf_Init_var',itemtype,itemkey,actid,funcmode);

828: RETURN;
829: END IF;
830: EXCEPTION
831: WHEN OTHERS THEN
832: wf_core.context (G_PKG_NAME, 'Wf_Init_var',itemtype,itemkey,actid,funcmode);
833: RAISE;
834:
835: end Wf_Init_var;
836:

Line 961: wf_core.context(G_PKG_NAME,'AMS_LIST_WF',itemtype,itemkey,actid,funcmode);

957: RETURN;
958: END IF;
959: EXCEPTION
960: WHEN OTHERS THEN
961: wf_core.context(G_PKG_NAME,'AMS_LIST_WF',itemtype,itemkey,actid,funcmode);
962: raise ;
963: END Check_Item_Key;
964:
965: END AMS_LIST_WF;