DBA Data[Home] [Help]

APPS.BIS_RSG_VH_PURGE dependencies on BIS_REQUEST_SET_OBJECTS

Line 9: delete from bis_request_set_objects obj where request_set_name not in

5: delete from bis_request_set_options opt where request_set_name not in
6: (select request_set_name from fnd_request_sets req
7: where req.request_set_name = opt.request_set_name and req.application_id=opt.set_app_id );
8:
9: delete from bis_request_set_objects obj where request_set_name not in
10: (select request_set_name from fnd_request_sets req
11: where req.request_set_name = obj.request_set_name and req.application_id=obj.set_app_id );
12:
13: commit;