DBA Data[Home] [Help]

APPS.PV_OPPORTUNITY_VHUK dependencies on PV_STATUS_NOTIFICATIONS

Line 1727: FROM pv_status_notifications

1723: SELECT nvl(notify_pt_flag,'N')
1724: ,nvl(notify_am_flag,'N')
1725: ,nvl(notify_cm_flag,'N')
1726: ,nvl(notify_others_flag,'N')
1727: FROM pv_status_notifications
1728: WHERE enabled_flag = 'Y'
1729: AND status_type = 'OPPORTUNITY'
1730: AND status_code = pc_status_code;
1731: