`

tools-code contents找过程体

SQL 
阅读更多

pl/sql中

tools-code contents找过程体

 

 

CREATE OR REPLACE PACKAGE ACDM_STATISTICS IS
  --犯罪嫌疑人 报表                           
  PROCEDURE PROC_ACDM_SUSPECT_STAT(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                   I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                   I_AREA_CODE  IN INTEGER, --区域编号
                                   I_CHARGE_ID  IN INTEGER, --罪名
                                   O_FLAG       OUT INTEGER, --成功失败标识
                                   O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常
  --立案情况月报表                        
  PROCEDURE PROCT_ACDM_REGISTER_STAT_AREA(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                          I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                          I_AREA_CODE  IN INTEGER, --区域编号
                                          I_CHARGE_ID  IN INTEGER, --罪名
                                          O_FLAG       OUT INTEGER, --成功失败标识
                                          O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常                       
  --侦查情况月报表                        
  PROCEDURE PROCT_ACDM_INVESTIGATE_STAT(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                        I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                        I_AREA_CODE  IN INTEGER, --区域编号
                                        I_CHARGE_ID  IN INTEGER, --罪名
                                        O_FLAG       OUT INTEGER, --成功失败标识
                                        O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常   
  --起诉情况月报表                        
  PROCEDURE PROCT_ACDM_INDICT_STAT(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                   I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                   I_AREA_CODE  IN INTEGER, --区域编号
                                   I_CHARGE_ID  IN INTEGER, --罪名
                                   O_FLAG       OUT INTEGER, --成功失败标识
                                   O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常          
  --判决情况月报表                        
  PROCEDURE PROCT_ACDM_VERDICT_STAT(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                    I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                    I_AREA_CODE  IN INTEGER, --区域编号
                                    I_CHARGE_ID  IN INTEGER, --罪名
                                    O_FLAG       OUT INTEGER, --成功失败标识
                                    O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常   
  --反贪案件进程报表
  PROCEDURE PROC_ACDM_CASE_PROCESS_STAT(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                        I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                        I_AREA_CODE  IN INTEGER, --区域编号
                                        I_CHARGE_ID  IN INTEGER, --罪名
                                        O_FLAG       OUT INTEGER, --成功失败标识
                                        O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常
  --反贪案件大案进程报表
  PROCEDURE PROC_ACDM_BIG_CASE_PROCESS(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                       I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                       I_AREA_CODE  IN INTEGER, --区域编号
                                       I_CHARGE_ID  IN INTEGER, --罪名
                                       O_FLAG       OUT INTEGER, --成功失败标识
                                       O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常
  --反贪案件要案进程报表
  PROCEDURE PROC_ACDM_CRITICAL_CASE(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                    I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                    I_AREA_CODE  IN INTEGER, --区域编号
                                    I_CHARGE_ID  IN INTEGER, --罪名
                                    O_FLAG       OUT INTEGER, --成功失败标识
                                    O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常
  --同期对比报表
  PROCEDURE PROC_ACDM_SAME_CONTRAST_STAT(I_START_TIME IN VARCHAR2, --报表查询开始时间
                                    I_END_TIME   IN VARCHAR2, --报表查询结束时间
                                    I_AREA_CODE  IN INTEGER, --区域编号
                                    I_CHARGE_ID  IN INTEGER, --罪名
                                    O_FLAG       OUT INTEGER, --成功失败标识
                                    O_RESULT     OUT VARCHAR2); --返回结果成功返回数据查询ID失败返回异常                                    

END ACDM_STATISTICS;

分享到:
评论

相关推荐

    CodertoDeveloper--Tools and Strategies for Delivering Your Software

    Table of Contents Coder to Developer—Tools and Strategies for Delivering Your Software Foreword Introduction Chapter 1 - Planning Your Project Chapter 2 - Organizing Your Project Chapter ...

    24.Patterns.for.Clean.Code

    In this book, you'll learn about Niklaus Wurth's 3-10 rule, speed-documenting tools, and the techniques that keep memory leaks out of your code. Table of Contents Chapter 1. Introduction Chapter 2. ...

    DebugFactory3.zip

    Table of Contents -------------------------------------------------------------------------------- 1. Overview of DebugFactory for AM1 STARTER KIT 2. Requirements Environment 3. Install 4. Start up 5....

    Infrastructure.as.Code.IAC.Cookbook.epub

    Table of Contents Chapter 1. Vagrant Development Environments Chapter 2. Provisioning IaaS with Terraform Chapter 3. Going Further with Terraform Chapter 4. Automating Complete Infrastructures with ...

    编译原理 - Compilers - Principles, Techniques, & Tools

    Table of Contents 1 Introduction 1 1.1 Language Processors 1.1.1 Exercises for Section 1.2 The Structure of a Compiler 1.2.1 Lexical Analysis 1.2.2 Syntax Analysis 1.2.3 Semantic Analysis 1.2.4 ...

    Understanding Advanced JavaScript

    Master JavaScript with industry leaders who explain how to make fine-tuning, streamlining and testing your JavaScript code easy. TABLE OF CONTENTS - Analysing Network Characteristics Using ...

    How.to.Use.Objects.Code.and.Concepts.0321995546

    Using practical examples based on Eclipse, he also shows how tools can help you work more efficiently, save you time, and sometimes even write high-quality code for you. Gast writes for developers ...

    vm安装macos补丁_unlock-all-v111

    scripts written by myself that wrap the actual unlocker code. It has been tested against: * Workstation 8/9 on Windows and Linux (32 & 64-bit versions) * Player 4/5 on Windows and Linux (32 & 64-...

    Senfore_DragDrop_v4.1

    Table of Contents: ------------------------------------------- 1. Supported platforms 2. Installation 3. Getting started 4. Known problems 5. Support and feedback 6. Bug reports 7. Upgrades and bug ...

    Universal-USB-Installer

    Third Party Unmodified Tools Used: 7-Zip is ?991-2012 Igor Pavlovis http://7-zip.org Syslinux ?994-2012 H. Peter Anvin http://syslinux.zytor.com dd.exe ?John Newbigin http://www.chrysocome.net/dd ...

    Xcode Treasures: Master the Tools to Design, Build, and Distribute Great Apps

    Find the tools that make the code editor pleasant to work with, even in long coding sessions. Discover the right way to find and fix bugs when you have lots of code that’s not always playing nicely ...

    Building.Tools.with.GitHub.Customize.Your.Workflow.epub

    Document interactions between third-party tools and your code Use Jekyll to create a fully-featured blog from material in your GitHub repository Create an Android mobile application that reads and ...

    eclipse-jee-photon-R-win32-x86_64.zip

    Take Your Code to the Next Level With Eclipse Photon Eclipse IDE, Photon Edition New and Noteworthy Table of Contents Java™ development tools Java™ 10 Support Java™ 9 Support JUnit Java Editor Java...

    Inside SQL Server 2005 Tools

    ROM contains all sample code from the book and corresponding <br>Visual Studio project files. <br>Contents <br>Foreword . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xvii ...

    The gdk-pixbuf Library

    Table of Contents I. API Reference Initialization and Versions - Library version numbers. The GdkPixbuf Structure - Information that describes an image. Reference Counting and Memory Mangement - ...

Global site tag (gtag.js) - Google Analytics