DBA Data[Home] [Help]

APPS.BIS_TRUNCATE_EMPTY_MV_LOG_PKG dependencies on BIS_REQUEST_SET_OBJECTS

Line 18: from bis_request_set_objects bis, fnd_request_sets fnd , fnd_concurrent_requests cr

14: return number
15: IS
16: CURSOR rs_running IS
17: select distinct bis.request_set_name Name, cr.phase_code Phase, cr.request_id request, cr.requested_start_date s_date
18: from bis_request_set_objects bis, fnd_request_sets fnd , fnd_concurrent_requests cr
19: where bis.request_set_name = fnd.request_set_name
20: and bis.set_app_id = fnd.application_id
21: and cr.phase_code = 'R'
22: and to_char(fnd.application_id) = cr.argument1