DBA Data[Home] [Help]

APPS.PV_MATCH_V3_PUB dependencies on PV_ENTITY_ROUTINGS

Line 796: FROM pv_entity_routings

792: CURSOR lc_entity_routings (p_selected_rule_id IN NUMBER) IS
793: SELECT entity_routing_id, max_nearest_partner, distance_from_customer,
794: distance_uom_code, routing_type,
795: NVL(bypass_cm_ok_flag, 'N') bypass_cm_ok_flag
796: FROM pv_entity_routings
797: WHERE process_rule_id = p_selected_rule_id;
798:
799: -- -------------------------------------------------------------------------
800: -- Cursor for retrieving location_id for the opportunity (customer).