DBA Data[Home] [Help]

APPS.FUN_GLINT_WF dependencies on FUN_WF_COMMON

Line 139: -- l_contact := fun_wf_common.get_contact_role(l_party_id);

135:
136: /* Start of changes for AME Uptake, 3671923. Bidisha S, 09 Jun 2004 */
137: -- The contact will now be obtained separately within workflow
138: -- as per AME rules
139: -- l_contact := fun_wf_common.get_contact_role(l_party_id);
140: -- wf_engine.SetItemAttrText(itemtype => itemtype,
141: -- itemkey => itemkey,
142: -- aname => 'CONTACT',
143: -- avalue => 'OPERATIONS');

Line 245: fun_wf_common.concat_msg_stack(fnd_msg_pub.count_msg));

241: IF (l_success) THEN
242: resultout := wf_engine.eng_completed||':T';
243: ELSE
244: wf_engine.SetItemAttrText(itemtype, itemkey, 'ERROR',
245: fun_wf_common.concat_msg_stack(fnd_msg_pub.count_msg));
246: resultout := wf_engine.eng_completed||':F';
247: END IF;
248: RETURN;
249: END IF;

Line 435: l_event_key := fun_wf_common.generate_event_key(l_batch_id, l_trx_id);

431: IF (l_status <> 'XFER_INI_GL') THEN
432: RETURN;
433: END IF;
434:
435: l_event_key := fun_wf_common.generate_event_key(l_batch_id, l_trx_id);
436:
437: wf_event.AddParameterToList(p_name => 'TRX_ID',
438: p_value => TO_CHAR(l_trx_id),
439: p_parameterlist => l_params);