DBA Data[Home] [Help]

APPS.PV_OPP_MATCH_PUB dependencies on PV_ENTITY_ROUTINGS

Line 926: FROM pv_entity_routings

922: CURSOR lc_entity_routings (p_selected_rule_id IN NUMBER) IS
923: SELECT entity_routing_id, max_nearest_partner, distance_from_customer,
924: distance_uom_code, routing_type,
925: NVL(bypass_cm_ok_flag, 'N') bypass_cm_ok_flag
926: FROM pv_entity_routings
927: WHERE process_rule_id = p_selected_rule_id;
928:
929: -- -------------------------------------------------------------------------
930: -- Cursor for retrieving location_id for the opportunity (customer).