DBA Data[Home] [Help]

APPS.BIS_RSG_PMV_REPORT_PKG dependencies on DUAL

Line 1157: select 1 from dual where exists

1153: l_stmt Varchar2(300);
1154:
1155: ret_val Number;
1156: cursor check_rsid (rsid NUMBER) is
1157: select 1 from dual where exists
1158: (select r.request_set_id from bis_rs_run_history r, bis_rs_prog_run_history p,
1159: bis_obj_refresh_history o
1160: where
1161: r.phase_code ='C' AND (r.STATUS_CODE='C' OR r.STATUS_CODE ='G')