DBA Data[Home] [Help]

APPS.PV_OPPTY_ROUTING_LOG dependencies on PV_PARTY_NOTIFICATIONS

Line 181: from pv_party_notifications

177:
178: CURSOR lc_oppty_check_cm_timeout (pc_lead_assignment_id NUMBER)
179: IS
180: select resource_response
181: from pv_party_notifications
182: where lead_assignment_id=pc_lead_assignment_id
183: and notification_type='MATCHED_TO';
184:
185: