DBA Data[Home] [Help]

PACKAGE: APPS.PER_PCE_RKU

Source


1 PACKAGE per_pce_rku as
2 /* $Header: pepcerhi.pkh 120.0 2005/05/31 12:56:18 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |----------------------------< after_update >------------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure after_update
9   (p_effective_date               IN DATE
10   ,p_cagr_entitlement_id          IN NUMBER
11   ,p_cagr_entitlement_item_id     IN NUMBER
12   ,p_collective_agreement_id      IN NUMBER
13   ,p_start_date                   IN DATE
14   ,p_end_date                     IN DATE
15   ,p_status                       IN VARCHAR2
16   ,p_formula_criteria             IN VARCHAR2
17   ,p_formula_id                   IN NUMBER
18   ,p_units_of_measure             IN VARCHAR2
19   ,p_message_level                IN VARCHAR2
20   ,p_object_version_number        IN NUMBER
21   ,p_cagr_entitlement_item_id_o   IN NUMBER
22   ,p_collective_agreement_id_o    IN NUMBER
23   ,p_start_date_o                 IN DATE
24   ,p_end_date_o                   IN DATE
25   ,p_status_o                     IN VARCHAR2
26   ,p_formula_criteria_o           IN VARCHAR2
27   ,p_formula_id_o                 IN NUMBER
28   ,p_units_of_measure_o           IN VARCHAR2
29   ,p_message_level_o              IN VARCHAR2
30   ,p_object_version_number_o      IN NUMBER
31   );
32 --
33 END per_pce_rku;