DBA Data[Home] [Help]

PACKAGE: APPS.XDO_CP_DATA_SECURITY_PKG

Source


1 PACKAGE XDO_CP_DATA_SECURITY_PKG AUTHID CURRENT_USER AS
2 ----$Header: XDODSCRS.pls 120.1 2007/06/04 18:57:18 bgkim noship $
3 --+===========================================================================+
4 --|                    Copyright (c) 2006 Oracle Corporation                  |
5 --|                      Redwood Shores, California, USA                      |
6 --|                            All rights reserved.                           |
7 --+===========================================================================+
8 --|                                                                           |
9 --|  FILENAME :                                                               |
10 --|      XDODSCRS.pls                                                         |
11 --|                                                                           |
12 --|  DESCRIPTION:                                                             |
13 --|      This package is used to get the Concurrent requests based on the     |
14 --|      data security                                                        |
15 --|                                                                           |
16 --|                                                                           |
17 --|  HISTORY:                                                                 |
18 --|      05/22/2006     hidekoji          Created                             |
19 --+===========================================================================+
20 
21 --==========================================================================
22 --  FUNCTION NAME:
23 --
24 --    get_concurrent_request_ids                 Public
25 --
26 --  DESCRIPTION:
27 --
28 --      This function gets the concurrent request IDs that can be viewed.
29 --      and stores them in global temporary table
30 --
31 --  PARAMETERS:
32 --      In:
33 --
34 --
35 --  DESIGN REFERENCES:
36 --
37 --
38 --  CHANGE HISTORY:
39 --	    05/22/2006     hidekoji             Created
40 --===========================================================================
41 FUNCTION get_concurrent_request_ids return VARCHAR2;
42 
43 
44 END XDO_CP_DATA_SECURITY_PKG;