DBA Data[Home] [Help]

PACKAGE: APPS.PER_QP_REPORTS

Source


1 PACKAGE PER_QP_REPORTS AUTHID CURRENT_USER as
2 /* $Header: ffqpr01t.pkh 115.0 99/07/16 02:03:22 porting ship $ */
3 /*===========================================================================+
4  |               Copyright (c) 1993 Oracle Corporation                       |
5  |                  Redwood Shores, California, USA                          |
6  |                       All rights reserved.                                |
7  +===========================================================================+
8 
9 
10 Description
11 -----------
12 Package Header for procedures supporting FFXWSBQR - Define QP Report
13 
14 History
15 -------
16 Date      Version  Description
17 ----      -------  -----------
18 13-Apr-94 4.0      Created Initial Version
19 ----------------------------------------------------------------------------*/
20 --
21 function get_formula_type return NUMBER;
22 function get_sequence_id return NUMBER;
23 procedure check_unique_name(p_qp_report_name varchar2
24                            ,p_formula_type_id number
25                            ,p_business_group_id number
26                            ,p_legislation_code varchar2);
27 --
28 END PER_QP_REPORTS;