DBA Data[Home] [Help]

APPS.FV_SETUP_PKG dependencies on FA_RX_REPORTS

Line 452: UPDATE fa_rx_reports

448: -- This is required because Rxi seed populates responsiblity id
449: -- stored in seed115 for Federal Administrator, which is not correct
450: -- Bug 12800627: Added report ids for RX-only: Rollover Treasury Account Symbols
451: -- and RX-only: Reimbursable Activity Report
452: UPDATE fa_rx_reports
453: SET responsibility_id = (SELECT responsibility_id
454: FROM FND_responsibility_tl
455: WHERE responsibility_name = 'Federal Administrator'
456: AND language= 'US')