DBA Data[Home] [Help]

PACKAGE: APPS.PQH_CRITERIA_RATE_FACTORS_BK2

Source


1 Package PQH_CRITERIA_RATE_FACTORS_BK2 as
2 /* $Header: pqcrfapi.pkh 120.4 2006/04/21 15:17:33 srajakum noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-------------------------< update_criteria_rate_factor_b >-------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_criteria_rate_factor_b
9  ( p_effective_date                in     date
10   ,p_criteria_rate_factor_id       in     number
11   ,p_criteria_rate_defn_id         in     number
12   ,p_parent_criteria_rate_defn_id  in     number
13   ,p_parent_rate_matrix_id         in     number
14   ,p_business_group_id             in     number
15   ,p_legislation_code              in     varchar2
16   ,p_object_version_number         in     number
17   );
18 --
19 -- ----------------------------------------------------------------------------
20 -- |-------------------------< update_criteria_rate_factor_a >-------------------------|
21 -- ----------------------------------------------------------------------------
22 --
23 procedure update_criteria_rate_factor_a
24   (p_effective_date                in     date
25   ,p_criteria_rate_factor_id       in     number
26   ,p_criteria_rate_defn_id         in     number
27   ,p_parent_criteria_rate_defn_id  in     number
28   ,p_parent_rate_matrix_id         in     number
29   ,p_business_group_id             in     number
30   ,p_legislation_code              in     varchar2
31   ,p_object_version_number         in     number
32   );
33 
34 
35 end PQH_CRITERIA_RATE_FACTORS_BK2;