DBA Data[Home] [Help]

APPS.IEX_DISPUTE_PVT dependencies on WF_ITEMS

Line 490: FROM wf_items

486: WHERE ps.customer_trx_id = p_customer_trx_id;
487:
488: CURSOR c_item_type(l_item_key NUMBER) IS
489: SELECT item_type
490: FROM wf_items
491: WHERE item_key = l_item_key
492: AND item_type IN('ARCMREQ', 'ARAMECM');
493:
494: cursor get_partyid(p_cust_acct_id number) is