DBA Data[Home] [Help]

APPS.CCT_ROUTINGWORKFLOW_PUB dependencies on CCT_INTERACTIONKEYS_PUB

Line 196: WF_ENGINE.SetItemAttrNumber(l_itemtype, l_itemkey, CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID, p_customer_ID);

192: WF_ENGINE.SetItemAttrText (l_itemtype, l_itemkey, 'OCCTANI', p_ANI);
193: WF_ENGINE.SetItemAttrText (l_itemtype, l_itemkey, 'CONTACTNUM',p_contact_num);
194: WF_ENGINE.SetItemAttrText (l_itemtype, l_itemkey, 'CONTRACTNUM',
195: p_contract_num);
196: WF_ENGINE.SetItemAttrNumber(l_itemtype, l_itemkey, CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID, p_customer_ID);
197: WF_ENGINE.SetItemAttrText (l_itemtype, l_itemkey, 'CUSTOMERNAME',
198: p_customer_name);
199: WF_ENGINE.SetItemAttrText (l_itemtype, l_itemkey, 'CUSTOMERNUM',
200: p_customer_num);

Line 281: p_customer_ID := WF_ENGINE.GetItemAttrNumber(l_itemtype,l_itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID);

277: p_product_name := WF_ENGINE.GetItemAttrText(l_itemtype, l_itemkey
278: , 'PRODUCTNAME');
279: p_contract_num := WF_ENGINE.GetItemAttrText (l_itemtype, l_itemkey
280: , 'CONTRACTNUM');
281: p_customer_ID := WF_ENGINE.GetItemAttrNumber(l_itemtype,l_itemkey,CCT_INTERACTIONKEYS_PUB.KEY_CUSTOMER_ID);
282: p_customer_num := WF_ENGINE.GetItemAttrText (l_itemtype, l_itemkey
283: , 'CUSTOMERNUM');
284: p_inventory_item_ID := WF_ENGINE.GetItemAttrNumber(l_itemtype, l_itemkey
285: , 'INVENTORYITEMID');