DBA Data[Home] [Help]

APPS.ASN_MIG_SALES_CREDITS_PVT dependencies on PV_LEAD_WORKFLOWS

Line 729: FROM pv_lead_workflows

725:
726: CURSOR lc_get_lwf(pc_lead_id number) is
727: SELECT wf_item_type, wf_item_key, wf_status, matched_due_date,
728: offered_due_date, bypass_cm_ok_flag, routing_status, routing_type
729: FROM pv_lead_workflows
730: WHERE lead_id = pc_lead_id and latest_routing_flag = 'Y'
731: AND entity = 'OPPORTUNITY';
732:
733: CURSOR lc_get_la(pc_itemtype varchar2, pc_itemkey varchar2) is