DBA Data[Home] [Help]

APPS.OE_SERVICE_WF dependencies on WF_ENGINE

Line 34: l_credit_type := wf_engine.GetActivityAttrText(itemtype,itemkey, actid,'SERVICE_CREDIT_TYPE');

30:
31: l_line_id := to_number(itemkey);
32:
33: -- Get Workflow Activity Attribute Service Credit Type.
34: l_credit_type := wf_engine.GetActivityAttrText(itemtype,itemkey, actid,'SERVICE_CREDIT_TYPE');
35:
36: SELECT NVL(m.serviceable_product_flag, 'N')
37: INTO l_serviceable_flag
38: FROM oe_order_lines l,