SQL Id | SQL Text |
04qrcm4qcz690 | select count(*) as CNT from (select max(CC.step_index) as max_step_index from deal_info CC where CC.fini_flag >=0 and CC.step_type<>5 and CC.step_type<>4 and CC.del_flag=0 and (1=1) and CC.deal_man in (:1, :2, :3, :4, :5, :6, :7) group by CC.flow_inid ) M , flow_inst A, deal_info C where A.flow_inid=C.flow_inid and A.flow_id not in(:8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32) and (A.del_flag=0) and C.step_index=M.max_step_index and A.if_efec<>2 |
0a9y4ku4gwmt0 | select count(*) as CNT from (select max(CC.step_index) as max_step_index from deal_info CC where CC.fini_flag >=0 and CC.step_type<>5 and CC.step_type<>4 and CC.del_flag=0 and (CC.fini_flag=3 and CC.read_flag=0) and CC.deal_man=:1 group by CC.flow_inid ) M , flow_inst A, deal_info C where A.flow_inid=C.flow_inid and A.flow_id not in(:2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26) and (A.del_flag=0) and C.step_index=M.max_step_index and C.deal_man=:27 and A.if_efec<>2 |
0k8522rmdzg4k | select privilege# from sysauth$ where (grantee#=:1 or grantee#=1) and privilege#>0 |
0sck1avakd8up | select 1 from sys_file2 where file_name=:1 and (flow_inid=:2 or ref_inid=:3) |
0ws7ahf1d78qa | select SYS_CONTEXT('USERENV', 'SERVER_HOST'), SYS_CONTEXT('USERENV', 'DB_UNIQUE_NAME'), SYS_CONTEXT('USERENV', 'INSTANCE_NAME'), SYS_CONTEXT('USERENV', 'SERVICE_NAME'), INSTANCE_NUMBER, STARTUP_TIME, SYS_CONTEXT('USERENV', 'DB_DOMAIN') from v$instance where INSTANCE_NAME=SYS_CONTEXT('USERENV', 'INSTANCE_NAME') |
0y5hsh9q9ppra | select * from (select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9) and r.deny_right=1))) order by crt_date desc, record_code asc, record_pri asc) where rownum<=:10 |
14k3tts5qwqsu | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9, :10, :11, :12, :13) and r.deny_right=1))) order by record_pri asc, crt_date desc |
169m46hd90w10 | SELECT U_NAME FROM USERS WHERE U_NAME = :1 |
16hmhrs8q5zxc | select C_FLOW_INID, C_FLOW_INID from YW_HS_PAY |
1bkx3ssq6ra7s | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7) and r.deny_right=1))) order by record_pri asc, crt_date desc |
1dubnbpk10f80 | select * from(select f2.fram_code, f2.fram_name, f2.para_seq, f2.fram_type, f2.ordr_no, '' as startdate, '' as enddate from framework f1, framework f2, position p where f1.para_seq=f2.fram_seq and f1.fram_seq=p.posi_seq and (f2.fram_type=0 or f2.fram_type=1) and p.empl_id=:1 and p.empl_id not in (select user_code from framehistory where user_code=:2 and to_date(start_date || ' 00:00:00', 'YYYY-MM-DD HH24:MI:SS')<:3 and to_date(end_date || ' 23:59:59', 'YYYY-MM-DD HH24:MI:SS')>:4) union all select '' as fram_code, fram_name, null as para_seq, 0 as fram_type, 9999 as ordr_no, start_date || ' 00:00:00' as startdate, end_date || ' 23:59:59' as enddate from framehistory where user_code=:5 and to_date(start_date || ' 00:00:00', 'YYYY-MM-DD HH24:MI:SS')<:6 and to_date(end_date || ' 23:59:59', 'YYYY-MM-DD HH24:MI:SS')>:7) tmpTab order by LENGTH(fram_code), NVL(to_number(para_seq), 0) asc, ordr_no asc, fram_type asc |
1g4zgsm9xpd4m | select SIGN_PROJECTNAME, SIGN_PROJECTNAME from YW_ZT_CONTRACT_APPR |
1rfb4y9054rxc | SELECT * FROM(SELECT TMP_TBL_A.*, rownum as LAYER_A_ROWNUM FROM( select A.flow_inid from (select max(CC.step_index) as max_step_index from deal_info CC where CC.fini_flag >=0 and CC.step_type<>5 and CC.step_type<>4 and CC.del_flag=0 and (1=1) and CC.deal_man in (:1, :2, :3, :4, :5, :6, :7) group by CC.flow_inid ) M , flow_inst A, deal_info C where A.flow_inid=C.flow_inid and A.flow_id not in(:8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32) and (A.del_flag=0) and C.step_index=M.max_step_index and A.if_efec<>2 order by C.rece_date desc) TMP_TBL_A WHERE rownum <= 20 ) TMP_TBL_B WHERE LAYER_A_ROWNUM >= 1 |
20fdfnf0rad6f | select item_seq from tree_def where item_type=2 and ( crt_user=:1 or ( exists( select 1 from right_def where right_def.item_seq=tree_def.item_seq and right_def.user_name IN (:2, :3, :4, :5, :6, :7, :8) having (min(op_acc) = 0 )))) |
2bb8n2s65zttk | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15) and r.deny_right=1))) order by record_pri asc, crt_date desc |
2jjupb5f06d56 | select FULL_NAME, USER_CODE from V_FORM_ZJXMZ |
3a30ztcktkh6c | select max(sms_send_seq)as sms_send_seq_max from sms_tbl_sended |
459f3z9u4fb3u | select value$ from props$ where name = 'GLOBAL_DB_NAME' |
4cm2gyfvm41za | select * from (select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9) and r.deny_right=1)) or ( (crt_user=:10 or ( exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:11 and r.view_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:12) and r.view_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:13, :14, :15, :16, :17, :18) and r.view_right=1)))) and not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:19 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:20) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:21, :22, :23, :24, :25, :26) and r.deny_right=1)))) order by crt_date desc, record_code asc, record_pri asc) where rownum<=:27 |
4d22aajhnssyu | select * from (select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9, :10) and r.deny_right=1))) order by crt_date desc, record_code asc, record_pri asc) where rownum<=:11 |
4vs91dcv7u1p6 | insert into sys.aud$( sessionid, entryid, statement, ntimestamp#, userid, userhost, terminal, action#, returncode, obj$creator, obj$name, auth$privileges, auth$grantee, new$owner, new$name, ses$actions, ses$tid, logoff$pread, logoff$lwrite, logoff$dead, comment$text, spare1, spare2, priv$used, clientid, sessioncpu, proxy$sid, user$guid, instance#, process#, xid, scn, auditid, sqlbind, sqltext, obj$edition, dbid) values(:1, :2, :3, SYS_EXTRACT_UTC(SYSTIMESTAMP), :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33, :34, :35, :36) |
5d6a214cx2gs2 | select max(r.appr_right) as appr_right, max(r.view_right) as view_right, max(r.access_right) as access_right , max(r.deny_right) as deny_right, max(r.mgr_right) as mgr_right, max(r.other_right) as other_right, t.folder_code from pu_right r, pu_folder t where r.user_type = 1 and r.folder_code=t.folder_code and r.folder_code in(:1, :2) and r.user_code=:3 group by t.folder_code union all select max(r.appr_right) as appr_right, max(r.view_right) as view_right, max(r.access_right) as access_right , max(r.deny_right) as deny_right, max(r.mgr_right) as mgr_right, max(r.other_right) as other_right, t.folder_code from pu_right r, pu_folder t where r.user_type = 2 and r.folder_code in(:4, :5) and r.folder_code=t.folder_code and r.user_code in (select grop_code from user_group where user_code=:6) group by t.folder_code union all select max(r.appr_right) as appr_right, max(r.view_right) as view_right, max(r.access_right) as access_right , max(r.deny_right) as deny_right, max(r.mgr_right) as mgr_right, max(r.other_right) as other_right, t.folder_code from pu_right r, pu_folder t where r.user_type = 3 and r.user_code in (:7, :8, :9, :10, :11, :12) and r.folder_code=t.folder_code and r.folder_code in(:13, :14) group by t.folder_code |
5fk0v8km2f811 | select propagation_name, 'BUFFERED', num_msgs ready, 0 from gv$buffered_subscribers b, dba_propagation p, dba_queues q, dba_queue_tables t where b.subscriber_name = p.propagation_name and b.subscriber_address = p.destination_dblink and b.queue_schema = p.source_queue_owner and b.queue_name = p.source_queue_name and p.source_queue_name = q.name and p.source_queue_owner = q.owner and q.queue_table = t.queue_table and b.inst_id=t.owner_instance |
5j172bxj700h5 | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6) and r.deny_right=1))) order by record_pri asc, crt_date desc |
5nhtksz627ru6 | select item_seq from tree_def where item_type=2 and ( crt_user=:1 or ( exists( select 1 from right_def where right_def.item_seq=tree_def.item_seq and right_def.user_name IN (:2, :3, :4, :5, :6, :7, :8, :9) having (min(op_acc) = 0 )))) |
5ur69atw3vfhj | select decode(failover_method, NULL, 0 , 'BASIC', 1, 'PRECONNECT', 2 , 'PREPARSE', 4 , 0), decode(failover_type, NULL, 1 , 'NONE', 1 , 'SESSION', 2, 'SELECT', 4, 1), failover_retries, failover_delay, flags from service$ where name = :1 |
6501mstynpg0v | SELECT FRAMNAME2 FROM V_RPT_FRAMEDEPARTMENT WHERE USER_CODE=:B1 AND ROWNUM=1 |
6xj082k5dca3t | select count(*) as CNT from (select max(CC.step_index) as max_step_index from deal_info CC where CC.fini_flag >=0 and CC.step_type<>5 and CC.step_type<>4 and CC.del_flag=0 and (1=1) and CC.deal_man in (:1, :2, :3, :4, :5, :6) group by CC.flow_inid ) M , flow_inst A, deal_info C where A.flow_inid=C.flow_inid and A.flow_id not in(:7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31) and (A.del_flag=0) and C.step_index=M.max_step_index and A.if_efec<>2 |
7wt7phk4xns75 | select a.capture_name streams_process_name, a.status streams_process_status, 'CAPTURE' streams_process_type, COUNT(a.error_message) from dba_capture a group by a.capture_name, a.status union all select a.propagation_name streams_process_name, a.status streams_process_status, 'PROPAGATION' streams_process_type, COUNT(a.error_message) from dba_propagation a group by a.propagation_name, a.status union all select a.apply_name streams_process_name, a.status streams_process_status, 'APPLY' streams_process_type, COUNT(a.error_message) from dba_apply a group by a.apply_name, a.status |
8ugs0u05kzhdc | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 and crt_date > TO_DATE(:2, 'YYYY-MM-DD')) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:3 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:4 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:5, :6, :7, :8, :9, :10) and r.deny_right=1))) order by crt_date desc, record_code asc, record_pri asc |
8vx0yn7u2n6xn | select FRAMNAME, USER_CODE from V_YW_USER_AREANAME |
9czdtfuk44rks | select * from framedepartment where fram_code like :1 |
9juw6s4yy5pzp | /* OracleOEM */ SELECT SUM(broken), SUM(failed) FROM (SELECT DECODE(STATE, 'BROKEN', 1, 0) broken, DECODE(STATE, 'FAILED', 1, 0) failed FROM DBA_SCHEDULER_JOBS ) |
9w2qykn1r44zd | select count(*) as CNT from deal_info d left join step_inst si on d.step_inco=si.step_inco left join step_def sd on si.step_code=sd.step_code where si.send_flag=0 and d.flow_inid=:1 and (sd.step_tag=:2 or sd.step_name=:3) |
9w44d8wu6p1b7 | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9, :10, :11) and r.deny_right=1))) order by record_pri asc, crt_date desc |
a8j39qb13tqkr | SELECT :B1 TASK_ID, F.FINDING_ID FINDING_ID, DECODE(RECINFO.TYPE, NULL, 'Uncategorized', RECINFO.TYPE) REC_TYPE, RECINFO.RECCOUNT REC_COUNT, F.PERC_ACTIVE_SESS IMPACT_PCT, F.MESSAGE MESSAGE, TO_DATE(:B3 , 'MM-DD-YYYY HH24:MI:SS') START_TIME, TO_DATE(:B2 , 'MM-DD-YYYY HH24:MI:SS') END_TIME, HISTORY.FINDING_COUNT FINDING_COUNT, F.FINDING_NAME FINDING_NAME, F.ACTIVE_SESSIONS ACTIVE_SESSIONS FROM DBA_ADDM_FINDINGS F, (SELECT FINDING_ID, COUNT(R.REC_ID) RECCOUNT, R.TYPE FROM DBA_ADVISOR_RECOMMENDATIONS R WHERE TASK_ID=:B1 GROUP BY R.FINDING_ID, R.TYPE) RECINFO, (SELECT COUNT(F_ALL.TASK_ID) FINDING_COUNT, F_CURR.FINDING_NAME FROM (SELECT FINDING_NAME FROM DBA_ADVISOR_FINDINGS WHERE TASK_ID=:B1 ) F_CURR, (SELECT T.TASK_ID, I.LOCAL_TASK_ID, T.END_TIME, T.BEGIN_TIME FROM DBA_ADDM_TASKS T, DBA_ADDM_INSTANCES I WHERE T.END_TIME>SYSDATE -1 AND T.TASK_ID=I.TASK_ID AND I.INSTANCE_NUMBER=SYS_CONTEXT('USERENV', 'INSTANCE') AND T.REQUESTED_ANALYSIS='INSTANCE' ) TASKS, DBA_ADVISOR_FINDINGS F_ALL WHERE F_ALL.TASK_ID=TASKS.TASK_ID AND F_ALL.FINDING_NAME=F_CURR.FINDING_NAME AND F_ALL.TYPE<>'INFORMATION' AND F_ALL.TYPE<>'WARNING' AND F_ALL.PARENT=0 GROUP BY F_CURR.FINDING_NAME) HISTORY WHERE F.TASK_ID=:B1 AND F.TYPE<>'INFORMATION' AND F.TYPE<>'WARNING' AND F.FILTERED<>'Y' AND F.PARENT=0 AND F.FINDING_ID=RECINFO.FINDING_ID (+) AND F.FINDING_NAME=HISTORY.FINDING_NAME ORDER BY F.FINDING_ID |
a94uh0q35gtby | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9, :10) and r.deny_right=1))) order by record_pri asc, crt_date desc |
afxn34s636ba8 | select C_FLOW_INID, C_FLOW_INID from YW_ZT_CONTRACT_APPR |
ahpsj2bwkvju4 | select max(r.appr_right) as appr_right, max(r.view_right) as view_right, max(r.access_right) as access_right , max(r.deny_right) as deny_right, max(r.mgr_right) as mgr_right, max(r.other_right) as other_right, t.folder_code from pu_right r, pu_folder t where r.user_type = 1 and r.folder_code=t.folder_code and r.folder_code in(:1, :2, :3) and r.user_code=:4 group by t.folder_code union all select max(r.appr_right) as appr_right, max(r.view_right) as view_right, max(r.access_right) as access_right , max(r.deny_right) as deny_right, max(r.mgr_right) as mgr_right, max(r.other_right) as other_right, t.folder_code from pu_right r, pu_folder t where r.user_type = 2 and r.folder_code in(:5, :6, :7) and r.folder_code=t.folder_code and r.user_code in (select grop_code from user_group where user_code=:8) group by t.folder_code union all select max(r.appr_right) as appr_right, max(r.view_right) as view_right, max(r.access_right) as access_right , max(r.deny_right) as deny_right, max(r.mgr_right) as mgr_right, max(r.other_right) as other_right, t.folder_code from pu_right r, pu_folder t where r.user_type = 3 and r.user_code in (:9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20) and r.folder_code=t.folder_code and r.folder_code in(:21, :22, :23) group by t.folder_code |
ahxtwjz5p0g30 | SELECT * FROM(SELECT TMP_TBL_A.*, rownum as LAYER_A_ROWNUM FROM( select A.flow_inid from (select max(CC.step_index) as max_step_index from deal_info CC where CC.fini_flag >=0 and CC.step_type<>5 and CC.step_type<>4 and CC.del_flag=0 and (1=1) and CC.deal_man in (:1, :2, :3, :4, :5, :6) group by CC.flow_inid ) M , flow_inst A, deal_info C where A.flow_inid=C.flow_inid and A.flow_id not in(:7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31) and (A.del_flag=0) and C.step_index=M.max_step_index and A.if_efec<>2 order by C.rece_date desc) TMP_TBL_A WHERE rownum <= 20 ) TMP_TBL_B WHERE LAYER_A_ROWNUM >= 1 |
b8k52qq2a8z9d | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8) and r.deny_right=1))) order by record_pri asc, crt_date desc |
bccrrd3sz1p7t | select PACT_NAME, PACT_NAME from YW_HS_PAY |
bdra985w3wh0b | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9) and r.deny_right=1))) order by record_pri asc, crt_date desc |
bjn4vnyg20p7s | select count(record_code) from pu_record where (record_status=1 and ( folder_code =:1)) and (( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9) and r.deny_right=1)))) |
bkqkgwk70vnwp | select C_FLOW_INID, C_FLOW_INID from YW_HS_PAY_1 |
bp0pj777358k3 | select FRAMNAME, FULL_NAME, USER_CODE from V_CENTER_LEADERASDIFO_ZJ where USER_CODE is not null |
c3m2v78k06wvy | SELECT NULL AS table_cat, c.owner AS table_schem, c.table_name, c.column_name, c.position AS key_seq, c.constraint_name AS pk_name FROM all_cons_columns c, all_constraints k WHERE k.constraint_type = 'P' AND k.table_name = :1 AND k.owner like :2 escape '/' AND k.constraint_name = c.constraint_name AND k.table_name = c.table_name AND k.owner = c.owner ORDER BY column_name |
c4d6d9kwzwkqt | select user_sign from usersign where user_code=:1 |
c4f1v62z1pfgz | SELECT FRAMNAME3 FROM V_RPT_FRAMEDEPARTMENT WHERE USER_CODE=:B1 AND ROWNUM=1 |
cb7zvbajzhbq7 | select dept_code from framedepartment where fram_code in (select max(f.fram_code) from pt_style_config a, user_dept d, framedepartment f, framedepartment fd where a.sys_id=:1 and a.user_code=f.dept_code and d.user_code=:2 and d.fram_seq = fd.dept_code and fd.fram_code like f.fram_code||'%') |
chr72bqg3x425 | SELECT FRAMNAME5 FROM V_RPT_FRAMEDEPARTMENT WHERE USER_CODE=:B1 AND ROWNUM=1 |
cm5vu20fhtnq1 | select /*+ connect_by_filtering */ privilege#, level from sysauth$ connect by grantee#=prior privilege# and privilege#>0 start with grantee#=:1 and privilege#>0 |
d15cdr0zt3vtp | SELECT TO_CHAR(current_timestamp AT TIME ZONE 'GMT', 'YYYY-MM-DD HH24:MI:SS TZD') AS curr_timestamp, COUNT(username) AS failed_count FROM sys.dba_audit_session WHERE returncode != 0 AND TO_CHAR(timestamp, 'YYYY-MM-DD HH24:MI:SS') >= TO_CHAR(current_timestamp - TO_DSINTERVAL('0 0:30:00'), 'YYYY-MM-DD HH24:MI:SS') |
d1ra7j6na0h1a | INSERT INTO DEAL_INFO (FLOW_INID, STEP_INCO, DEAL_INDX, PERI_MAN, STEP_MAN, DEAL_MAN, FULL_NAME, AGEN_MEN, DEAL_EFFE, STEP_CHOI, CHOI_CONT, NEXT_EFFE, NEXT_MAN, CURR_MAN, STEP_TYPE, RECE_DATE, FINI_DATE, FINI_FLAG, READ_FLAG, SAVE_DATE, DEAL_SIGN, DEL_FLAG, NOTE_MAN, URGE_INFO, DEAL_NOTE, URGE_DATE, REMIND_TYPE, TIME_SET, URGE_TIMES, URGE_SET, URGE_FINI_FLAG, REGI_FLAG, FSUB_INID, FW_MAN, FSUB_FLAG, STEP_INDEX, BACK_FLAG, OPEN_DATE, SELF_SCORE, OTHER_SCORE, OPEN_TERM, DEAL_TERM, PRE_DEAL_IDX, SUB_DEAL_CNT, APPEND_PATH, HAS_SYNC, ALLOGRAPH, ARCH_FLAG, CA_SIGN_STATE, FORM_SIGN_VERIFY_DATA, ALLOGRAPH_DATE, DEAL_COMM, AGEN_FLAG, FLOW_ID, STEP_CODE, DREDGE_REASON, DREDGE_MAN, DREDGE_DATE, URGE_COUNT) VALUES (:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33, :34, :35, :36, :37, :38, :39, :40, :41, :42, :43, :44, :45, :46, :47, :48, :49, :50, :51, :52, :53, :54, :55, :56, :57, :58, :59) |
d2gfcw9ut156m | select count(*) as CNT from (select max(CC.step_index) as max_step_index from deal_info CC, flow_inst AA where CC.fini_flag >=0 and CC.step_type<>5 and CC.step_type<>4 and CC.del_flag=0 and (1=1) and AA.fins_name like :1 and CC.deal_man in (:2, :3, :4, :5, :6, :7, :8) and AA.flow_inid=CC.flow_inid group by CC.flow_inid ) M , flow_inst A, deal_info C where A.flow_inid=C.flow_inid and A.flow_id not in(:9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33) and (A.del_flag=0) and C.step_index=M.max_step_index and A.if_efec<>2 |
da7mkv3ngfq7a | select FRAMNAME, USER_CODE from V_CENTER_LEADERASDIFO_ZJ |
dqtu59yjn126m |
select user_code from user_dept where fram_code in(:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33, :34, :35, :36, :37, :38, :39, :40, :41, :42, :43, :44, :45, :46, :47, :48, :49, :50, :51, :52, :53, :54, :55, :56, :57, :58, :59, :60, :61, :62, :63, :64, :65, :66, :67, :68, :69, :70, :71, :72, :73, :74, :75, :76, :77, :78, :79, :80, :81, :82, :83, :84, :85, :86, :87, :88, :89, :90, :91, :92, :93, :94, :95, :96, :97, :98, :99, :100, :101, :102, :103, :104, :105, :106, :107, :108, :109, :110, :111, :112, :113, :114, :115, :116, :117, :118, :119, :120, :121, :122, :123, :124, :125, :126, :127, :128, :129, :130, :131, :132, :133, :134, :135, :136, :137, :138, :139, :140, :141, :142, :143, :144, :145, :146, :147, :148, :149, :150, :151, :152, :153, :154, :155, :156, :157, :158, :159, :160, :161, :162, :163, :164, :165, :166, :167, :168, :169, :170, :171, :172, :173, :174, :175, :176, :177, :178, :179, :180, :181, :182, :183, :184, :185, :186, :187, :188, :189, :190, :191, :192, :193, :194, :195, :196, :197, :198, :199, :200, :201, :202, :203, :204, :205, :206, :207, :208, :209, :210, :211, :212, :213, :214, :215, :216, :217, :218, :219, :220, :221, :222, :223, :224, :225, :226, :227, :228, :229, :230, :231, :232, :233, :234, :235, :236, :237, :238, :239, :240, :241, :242, :243, :244, :245, :246, :247, :248, :249, :250, :251, :252, :253, :254, :255, :256, :257, :258, :259, :260, :261, :262, :263, :264, :265, :266, :267, :268, :269, :270, :271, :272, :273, :274, :275, :276, :277, :278, :279, :280, :281, :282, :283, :284, :285, :286, :287, :288, :289, :290, :291, :292, :293, :294, :295, :296, :297, :298, :299, :300, :301, :302, :303, :304, :305, :306, :307, :308, :309, :310, :311, :312, :313, :314, :315, :316, :317, :318, :319, :320, :321, :322, :323, :324, :325, :326, :327, :328, :329, :330, :331, :332, :333, :334, :335, :336, :337, :338, :339, :340, :341, :342, :343, :344, :345, :346, :347, :348, :349, :350, :351, :352, :353, :354, :355, :356, :357, :358, :359, :360, :361, :362, :363, :364, :365, :366, :367, :368, :369, :370, :371, :372, :373, :374, :375, :376, :377, :378, :379, :380, :381, :382, :383, :384, :385, :386, :387, :388, :389, :390, :391, :392, :393, :394, :395, :396, :397, :398, :399, :400, :401, :402, :403, :404, :405, :406, :407, :408, :409, :410, :411, :412, :413, :414, :415, :416, :417, :418, :419, :420, :421, :422, :423, :424, :425, :426, :427, :428, :429, :430, :431, :432, :433, :434, :435, :436, :437, :438, :439, :440, :441, :442, :443, :444, :445, :446, :447, :448, :449, :450, :451, :452, :453, :454, :455, :456, :457, :458, :459, :460, :461, :462, :463, :464, :465, :466, :467, :468, :469, :470, :471, :472, :473, :474, :475, :476, :477, :478, :479, :480, :481, :482, :483, :484, :485, :486, :487, :488, :489, :490, :491, :492, :493, :494, :495, :496, :497, :498, :499, :500) or fram_code in(:501, :502, :503, :504, :505, :506, :507, :508, :509, :510, :511, :512, :513, :514, :515, :516, :517, :518, :519, :520, :521, :522, :523, :524, :525, :526, :527, :528, :529, :530, :531, :532, :533, :534, :535, :536, :537, :538, :539, :540, :541, :542, :543, :544, :545, :546, :547, :548, :549, :550, :551, :552, :553, :554, :555, :556, :557, :558, :559, :560, :561, :562, :563, :564, :565, :566, :567, :568, :569, :570, :571, :572, :573, :574, :575, :576, :577, :578, :579, :580, :581, :582, :583, :584, :585, :586, :587, :588, :589, :590, :591, :592, :593, :594, :595, :596, :597, :598, :599, :600, :601, :602, :603, :604, :605, :606, :607, :608, :609, :610, :611, :612, :613, :614, :615, :616, :617, :618, :619, :620, :621, :622, :623, :624, :625, :626, :627, :628, :629, :630, :631, :632, :633, :634, :635, :636, :637, :638, :639, :640, :641, :642, :643, :644, :645, :646, :647, :648, :649, :650, :651, :652, :653, :654, :655, :656, :657, :658, :659, :660, :661, :662, :663, :664, :665, :666, :667, :668, :669, :670, :671, :672, :673, :67
4, :675, :676, :677, :678, :679, :680, :681, :682, :683, :684, :685, :686, :687, :688, :689, :690, :691, :692, :693, :694, :695, :696, :697, :698, :699, :700, :701, :702, :703, :704, :705, :706, :707, :708, :709, :710, :711, :712, :713, :714, :715, :716, :717, :718, :719, :720, :721, :722, :723, :724, :725, :726, :727, :728, :729, :730, :731, :732, :733, :734, :735, :736, :737, :738, :739, :740, :741, :742, :743, :744, :745, :746, :747, :748, :749, :750, :751, :752, :753, :754, :755, :756, :757, :758, :759, :760, :761, :762, :763, :764, :765, :766, :767, :768, :769, :770, :771, :772, :773, :774, :775, :776, :777, :778, :779, :780, :781, :782, :783, :784, :785, :786, :787, :788, :789, :790, :791, :792, :793, :794, :795, :796, :797, :798, :799, :800, :801, :802, :803, :804, :805, :806, :807, :808, :809, :810, :811, :812, :813, :814, :815, :816, :817, :818, :819, :820, :821, :822, :823, :824, :825, :826, :827, :828, :829, :830, :831, :832, :833, :834, :835, :836, :837, :838, :839, :840, :841, :842, :843, :844, :845, :846, :847, :848, :849, :850, :851, :852, :853, :854, :855, :856, :857, :858, :859, :860, :861, :862, :863, :864, :865, :866, :867, :868, :869, :870, :871, :872, :873, :874, :875, :876, :877, :878, :879, :880, :881, :882, :883, :884, :885, :886, :887, :888, :889, :890, :891, :892, :893, :894, :895, :896, :897, :898, :899, :900, :901, :902, :903, :904, :905, :906, :907, :908, :909, :910, :911, :912, :913, :914, :915, :916, :917, :918, :919, :920, :921, :922, :923, :924, :925, :926, :927, :928, :929, :930, :931, :932, :933, :934, :935, :936, :937, :938, :939, :940, :941, :942, :943, :944, :945, :946, :947, :948, :949, :950, :951, :952, :953, :954, :955, :956, :957, :958, :959, :960, :961, :962, :963, :964, :965, :966, :967, :968, :969, :970, :971, :972, :973, :974, :975, :976, :977, :978, :979, :980, :981, :982, :983, :984, :985, :986, :987, :988, :989, :990, :991, :992, :993, :994, :995, :996, :997, :998, :999, :1000) or fram_code in(:1001, :1002, :1003, :1004, :1005, :1006, :1007, :1008, :1009, :1010, :1011, :1012, :1013, :1014, :1015, :1016, :1017, :1018, :1019, :1020, :1021, :1022, :1023, :1024, :1025, :1026, :1027, :1028, :1029, :1030, :1031, :1032, :1033, :1034, :1035, :1036, :1037, :1038, :1039, :1040, :1041, :1042, :1043, :1044, :1045, :1046, :1047, :1048, :1049, :1050, :1051, :1052, :1053, :1054, :1055, :1056, :1057, :1058, :1059, :1060, :1061, :1062, :1063, :1064, :1065, :1066, :1067, :1068, :1069, :1070, :1071, :1072, :1073, :1074, :1075, :1076, :1077, :1078, :1079, :1080, :1081, :1082, :1083, :1084, :1085, :1086, :1087, :1088, :1089, :1090, :1091, :1092, :1093, :1094, :1095, :1096, :1097, :1098, :1099, :1100, :1101, :1102, :1103, :1104, :1105, :1106, :1107, :1108, :1109, :1110, :1111, :1112, :1113, :1114, :1115, :1116, :1117, :1118, :1119, :1120, :1121, :1122, :1123, :1124, :1125, :1126, :1127, :1128, :1129, :1130, :1131, :1132, :1133, :1134, :1135, :1136, :1137, :1138, :1139, :1140, :1141, :1142, :1143, :1144, :1145, :1146, :1147, :1148, :1149, :1150, :1151, :1152, :1153, :1154, :1155, :1156, :1157, :1158, :1159, :1160, :1161, :1162, :1163, :1164, :1165, :1166, :1167, :1168, :1169, :1170, :1171, :1172, :1173, :1174, :1175, :1176, :1177, :1178, :1179, :1180, :1181, :1182, :1183, :1184, :1185, :1186, :1187, :1188, :1189, :1190, :1191, :1192, :1193, :1194, :1195, :1196, :1197, :1198, :1199, :1200, :1201, :1202, :1203, :1204, :1205, :1206, :1207, :1208, :1209, :1210, :1211, :1212, :1213, :1214, :1215, :1216, :1217, :1218, :1219, :1220, :1221, :1222, :1223, :1224, :1225, :1226, :1227, :1228, :1229, :1230, :1231, :1232, :1233, :1234, :1235, :1236, :1237, :1238, :1239, :1240, :1241, :1242, :1243, :1244, :1245, :1246, :1247, :1248, :1249, :1250, :1251, :1252, :1253, :1254, :1255, :1256, :1257, :1258, :1259, :1260, :1261, :1262, :1263, :1264, :1265, :1266, :1267, :1268, :1269, :1270, :1271, :1272, :1273, :1274, :1275, :1276, :1277, :1278, :1279, :1280, :1281, :1282, :1283, :1284, :1285, :1286, :1287, :1288, :1289, :
1290, :1291, :1292, :1293, :1294, :1295, :1296, :1297, :1298, :1299, :1300, :1301, :1302, :1303, :1304, :1305, :1306, :1307, :1308, :1309, :1310, :1311, :1312, :1313, :1314, :1315, :1316, :1317, :1318, :1319, :1320, :1321, :1322, :1323, :1324, :1325, :1326, :1327, :1328, :1329, :1330, :1331, :1332, :1333, :1334, :1335, :1336, :1337, :1338, :1339, :1340, :1341, :1342, :1343, :1344, :1345, :1346, :1347, :1348, :1349, :1350, :1351, :1352, :1353, :1354, :1355, :1356, :1357, :1358, :1359, :1360, :1361, :1362, :1363, :1364, :1365, :1366, :1367, :1368, :1369, :1370, :1371, :1372, :1373, :1374, :1375, :1376, :1377, :1378, :1379, :1380, :1381, :1382, :1383, :1384, :1385, :1386, :1387, :1388, :1389, :1390, :1391, :1392, :1393, :1394, :1395, :1396, :1397, :1398, :1399, :1400, :1401, :1402, :1403, :1404, :1405, :1406, :1407, :1408, :1409, :1410, :1411, :1412, :1413, :1414, :1415, :1416, :1417, :1418, :1419, :1420, :1421, :1422, :1423, :1424, :1425, :1426, :1427, :1428, :1429, :1430, :1431, :1432, :1433, :1434, :1435, :1436, :1437, :1438, :1439, :1440, :1441, :1442, :1443, :1444, :1445, :1446, :1447, :1448, :1449, :1450, :1451, :1452, :1453, :1454, :1455, :1456, :1457, :1458, :1459, :1460, :1461, :1462, :1463, :1464, :1465, :1466, :1467, :1468, :1469, :1470, :1471, :1472, :1473, :1474, :1475, :1476, :1477, :1478, :1479, :1480, :1481, :1482, :1483, :1484, :1485, :1486, :1487, :1488, :1489, :1490, :1491, :1492, :1493, :1494, :1495, :1496, :1497, :1498, :1499, :1500) or fram_code in(:1501, :1502, :1503, :1504, :1505, :1506, :1507, :1508, :1509, :1510, :1511, :1512, :1513, :1514, :1515, :1516, :1517, :1518, :1519, :1520, :1521, :1522, :1523, :1524, :1525, :1526, :1527, :1528, :1529, :1530, :1531, :1532, :1533, :1534, :1535, :1536, :1537, :1538, :1539, :1540, :1541, :1542, :1543, :1544, :1545, :1546, :1547, :1548, :1549, :1550, :1551, :1552, :1553, :1554, :1555, :1556, :1557, :1558, :1559, :1560, :1561, :1562, :1563, :1564, :1565, :1566, :1567, :1568, :1569, :1570, :1571, :1572, :1573, :1574, :1575, :1576, :1577, :1578, :1579, :1580, :1581, :1582, :1583, :1584, :1585, :1586, :1587, :1588, :1589, :1590, :1591, :1592, :1593, :1594, :1595, :1596, :1597, :1598, :1599, :1600, :1601, :1602, :1603, :1604, :1605, :1606, :1607, :1608, :1609, :1610, :1611, :1612, :1613, :1614, :1615, :1616, :1617, :1618, :1619, :1620, :1621, :1622, :1623, :1624, :1625, :1626, :1627, :1628, :1629, :1630, :1631, :1632, :1633, :1634, :1635, :1636, :1637, :1638, :1639, :1640, :1641, :1642, :1643, :1644, :1645, :1646) |
f5um7r3gqsh8k | select * from (select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9, :10, :11, :12) and r.deny_right=1))) order by record_pri asc, crt_date desc) where rownum<=:13 |
f711myt0q6cma | insert into sys.aud$( sessionid, entryid, statement, ntimestamp#, userid, userhost, terminal, action#, returncode, logoff$lread, logoff$pread, logoff$lwrite, logoff$dead, logoff$time, comment$text, spare1, clientid, sessioncpu, proxy$sid, user$guid, instance#, process#, auditid, dbid) values(:1, :2, :3, SYS_EXTRACT_UTC(SYSTIMESTAMP), :4, :5, :6, :7, :8, :9, :10, :11, :12, cast(SYS_EXTRACT_UTC(systimestamp) as date), :13, :14, :15, :16, :17, :18, :19, :20, :21, :22) |
fuv260cu4xtpp | SELECT * FROM(SELECT TMP_TBL_A.*, rownum as LAYER_A_ROWNUM FROM( select A.flow_inid from (select max(CC.step_index) as max_step_index from deal_info CC, flow_inst AA where CC.fini_flag >=0 and CC.step_type<>5 and CC.step_type<>4 and CC.del_flag=0 and (1=1) and AA.fins_name like :1 and CC.deal_man in (:2, :3, :4, :5, :6, :7, :8) and AA.flow_inid=CC.flow_inid group by CC.flow_inid ) M , flow_inst A, deal_info C where A.flow_inid=C.flow_inid and A.flow_id not in(:9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33) and (A.del_flag=0) and C.step_index=M.max_step_index and A.if_efec<>2 order by C.rece_date desc) TMP_TBL_A WHERE rownum <= 20 ) TMP_TBL_B WHERE LAYER_A_ROWNUM >= 1 |
gd6navngbca3a | select record_code, record_title, crt_date from pu_record where ( folder_code=:1 and record_status = 1 and (decode(invalid_date, null, sysdate, invalid_date)+1-sysdate)>0 ) and ( not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:2 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:3 ) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:4, :5, :6, :7, :8, :9) and r.deny_right=1)) or ( (crt_user=:10 or ( exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:11 and r.view_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:12) and r.view_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:13, :14, :15, :16, :17, :18) and r.view_right=1)))) and not exists ( select pr.record_code from pu_recordright pr where pr.record_code=pu_record.record_code and pr.record_code in ( select r.record_code from pu_recordright r where r.user_type = 1 and r.user_code=:19 and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 2 and r.user_code in (select grop_code from user_group where user_code=:20) and r.deny_right=1 union all select r.record_code from pu_recordright r where r.user_type = 3 and r.user_code in(:21, :22, :23, :24, :25, :26) and r.deny_right=1)))) order by crt_date desc, record_code asc, record_pri asc |
gknkvjn6rhx0a |
select user_code from user_dept where fram_code in(:1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13, :14, :15, :16, :17, :18, :19, :20, :21, :22, :23, :24, :25, :26, :27, :28, :29, :30, :31, :32, :33, :34, :35, :36, :37, :38, :39, :40, :41, :42, :43, :44, :45, :46, :47, :48, :49, :50, :51, :52, :53, :54, :55, :56, :57, :58, :59, :60, :61, :62, :63, :64, :65, :66, :67, :68, :69, :70, :71, :72, :73, :74, :75, :76, :77, :78, :79, :80, :81, :82, :83, :84, :85, :86, :87, :88, :89, :90, :91, :92, :93, :94, :95, :96, :97, :98, :99, :100, :101, :102, :103, :104, :105, :106, :107, :108, :109, :110, :111, :112, :113, :114, :115, :116, :117, :118, :119, :120, :121, :122, :123, :124, :125, :126, :127, :128, :129, :130, :131, :132, :133, :134, :135, :136, :137, :138, :139, :140, :141, :142, :143, :144, :145, :146, :147, :148, :149, :150, :151, :152, :153, :154, :155, :156, :157, :158, :159, :160, :161, :162, :163, :164, :165, :166, :167, :168, :169, :170, :171, :172, :173, :174, :175, :176, :177, :178, :179, :180, :181, :182, :183, :184, :185, :186, :187, :188, :189, :190, :191, :192, :193, :194, :195, :196, :197, :198, :199, :200, :201, :202, :203, :204, :205, :206, :207, :208, :209, :210, :211, :212, :213, :214, :215, :216, :217, :218, :219, :220, :221, :222, :223, :224, :225, :226, :227, :228, :229, :230, :231, :232, :233, :234, :235, :236, :237, :238, :239, :240, :241, :242, :243, :244, :245, :246, :247, :248, :249, :250, :251, :252, :253, :254, :255, :256, :257, :258, :259, :260, :261, :262, :263, :264, :265, :266, :267, :268, :269, :270, :271, :272, :273, :274, :275, :276, :277, :278, :279, :280, :281, :282, :283, :284, :285, :286, :287, :288, :289, :290, :291, :292, :293, :294, :295, :296, :297, :298, :299, :300, :301, :302, :303, :304, :305, :306, :307, :308, :309, :310, :311, :312, :313, :314, :315, :316, :317, :318, :319, :320, :321, :322, :323, :324, :325, :326, :327, :328, :329, :330, :331, :332, :333, :334, :335, :336, :337, :338, :339, :340, :341, :342, :343, :344, :345, :346, :347, :348, :349, :350, :351, :352, :353, :354, :355, :356, :357, :358, :359, :360, :361, :362, :363, :364, :365, :366, :367, :368, :369, :370, :371, :372, :373, :374, :375, :376, :377, :378, :379, :380, :381, :382, :383, :384, :385, :386, :387, :388, :389, :390, :391, :392, :393, :394, :395, :396, :397, :398, :399, :400, :401, :402, :403, :404, :405, :406, :407, :408, :409, :410, :411, :412, :413, :414, :415, :416, :417, :418, :419, :420, :421, :422, :423, :424, :425, :426, :427, :428, :429, :430, :431, :432, :433, :434, :435, :436, :437, :438, :439, :440, :441, :442, :443, :444, :445, :446, :447, :448, :449, :450, :451, :452, :453, :454, :455, :456, :457, :458, :459, :460, :461, :462, :463, :464, :465, :466, :467, :468, :469, :470, :471, :472, :473, :474, :475, :476, :477, :478, :479, :480, :481, :482, :483, :484, :485, :486, :487, :488, :489, :490, :491, :492, :493, :494, :495, :496, :497, :498, :499, :500) or fram_code in(:501, :502, :503, :504, :505, :506, :507, :508, :509, :510, :511, :512, :513, :514, :515, :516, :517, :518, :519, :520, :521, :522, :523, :524, :525, :526, :527, :528, :529, :530, :531, :532, :533, :534, :535, :536, :537, :538, :539, :540, :541, :542, :543, :544, :545, :546, :547, :548, :549, :550, :551, :552, :553, :554, :555, :556, :557, :558, :559, :560, :561, :562, :563, :564, :565, :566, :567, :568, :569, :570, :571, :572, :573, :574, :575, :576, :577, :578, :579, :580, :581, :582, :583, :584, :585, :586, :587, :588, :589, :590, :591, :592, :593, :594, :595, :596, :597, :598, :599, :600, :601, :602, :603, :604, :605, :606, :607, :608, :609, :610, :611, :612, :613, :614, :615, :616, :617, :618, :619, :620, :621, :622, :623, :624, :625, :626, :627, :628, :629, :630, :631, :632, :633, :634, :635, :636, :637, :638, :639, :640, :641, :642, :643, :644, :645, :646, :647, :648, :649, :650, :651, :652, :653, :654, :655, :656, :657, :658, :659, :660, :661, :662, :663, :664, :665, :666, :667, :668, :669, :670, :671, :672, :673, :67
4, :675, :676, :677, :678, :679, :680, :681, :682, :683, :684, :685, :686, :687, :688, :689, :690, :691, :692, :693, :694, :695, :696, :697, :698, :699, :700, :701, :702, :703, :704, :705, :706, :707, :708, :709, :710, :711, :712, :713, :714, :715, :716, :717, :718, :719, :720, :721, :722, :723, :724, :725, :726, :727, :728, :729, :730, :731, :732, :733, :734, :735, :736, :737, :738, :739, :740, :741, :742, :743, :744, :745, :746, :747, :748, :749, :750, :751, :752, :753, :754, :755, :756, :757, :758, :759, :760, :761, :762, :763, :764, :765, :766, :767, :768, :769, :770, :771, :772, :773, :774, :775, :776, :777, :778, :779, :780, :781, :782, :783, :784, :785, :786, :787, :788, :789, :790, :791, :792, :793, :794, :795, :796, :797, :798, :799, :800, :801, :802, :803, :804, :805, :806, :807, :808, :809, :810, :811, :812, :813, :814, :815, :816, :817, :818, :819, :820, :821, :822, :823, :824, :825, :826, :827, :828, :829, :830, :831, :832, :833, :834, :835, :836, :837, :838, :839, :840, :841, :842, :843, :844, :845, :846, :847, :848, :849, :850, :851, :852, :853, :854, :855, :856, :857, :858, :859, :860, :861, :862, :863, :864, :865, :866, :867, :868, :869, :870, :871, :872, :873, :874, :875, :876, :877, :878, :879, :880, :881, :882, :883, :884, :885, :886, :887, :888, :889, :890, :891, :892, :893, :894, :895, :896, :897, :898, :899, :900, :901, :902, :903, :904, :905, :906, :907, :908, :909, :910, :911, :912, :913, :914, :915, :916, :917, :918, :919, :920, :921, :922, :923, :924, :925, :926, :927, :928, :929, :930, :931, :932, :933, :934, :935, :936, :937, :938, :939, :940, :941, :942, :943, :944, :945, :946, :947, :948, :949, :950, :951, :952, :953, :954, :955, :956, :957, :958, :959, :960, :961, :962, :963, :964, :965, :966, :967, :968, :969, :970, :971, :972, :973, :974, :975, :976, :977, :978, :979, :980, :981, :982, :983, :984, :985, :986, :987, :988, :989, :990, :991, :992, :993, :994, :995, :996, :997, :998, :999, :1000) or fram_code in(:1001, :1002, :1003, :1004, :1005, :1006, :1007, :1008, :1009, :1010, :1011, :1012, :1013, :1014, :1015, :1016, :1017, :1018, :1019, :1020, :1021, :1022, :1023, :1024, :1025, :1026, :1027, :1028, :1029, :1030, :1031, :1032, :1033, :1034, :1035, :1036, :1037, :1038, :1039, :1040, :1041, :1042, :1043, :1044, :1045, :1046, :1047, :1048, :1049, :1050, :1051, :1052, :1053, :1054, :1055, :1056, :1057, :1058, :1059, :1060, :1061, :1062, :1063, :1064, :1065, :1066, :1067, :1068, :1069, :1070, :1071, :1072, :1073, :1074, :1075, :1076, :1077, :1078, :1079, :1080, :1081, :1082, :1083, :1084, :1085, :1086, :1087, :1088, :1089, :1090, :1091, :1092, :1093, :1094, :1095, :1096, :1097, :1098, :1099, :1100, :1101, :1102, :1103, :1104, :1105, :1106, :1107, :1108, :1109, :1110, :1111, :1112, :1113, :1114, :1115, :1116, :1117, :1118, :1119, :1120, :1121, :1122, :1123, :1124, :1125, :1126, :1127, :1128, :1129, :1130, :1131, :1132, :1133, :1134, :1135, :1136, :1137, :1138, :1139, :1140, :1141, :1142, :1143, :1144, :1145, :1146, :1147, :1148, :1149, :1150, :1151, :1152, :1153, :1154, :1155, :1156, :1157, :1158, :1159, :1160, :1161, :1162, :1163, :1164, :1165, :1166, :1167, :1168, :1169, :1170, :1171, :1172, :1173, :1174, :1175, :1176, :1177, :1178, :1179, :1180, :1181, :1182) |
guh4ntbgbt1mc | select PACT_NAME, PACT_NAME from YW_HS_PAY_1 |