DBA Data[Home] [Help]

APPS.FV_SETUP_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 348

   UPDATE fa_rx_reports
   SET responsibility_id = (SELECT responsibility_id
                            FROM FND_responsibility_tl
                            WHERE responsibility_name = 'Federal Administrator'
                            AND   language= 'US')
   WHERE report_id IN (395,397,399,415);