DBA Data[Home] [Help]

PACKAGE: APPS.HR_CAGR_ENTITLEMENT_BK1

Source


1 PACKAGE hr_cagr_entitlement_bk1 AS
2 /* $Header: pepceapi.pkh 120.2 2006/10/18 09:14:12 grreddy noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------< create_cagr_entitlement_b >-----------------|
6 -- ----------------------------------------------------------------------------
7 --
8 PROCEDURE create_cagr_entitlement_b
9   (
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   );
21 --
22 -- ----------------------------------------------------------------------------
23 -- |---------------------------< create_cagr_entitlement_a >-----------------|
24 -- ----------------------------------------------------------------------------
25 --
26 PROCEDURE create_cagr_entitlement_a
27   (
28    p_cagr_entitlement_id            IN  NUMBER
29   ,p_cagr_entitlement_item_id       IN  NUMBER
30   ,p_collective_agreement_id        IN  NUMBER
31   ,p_start_date                     IN  DATE
32   ,p_end_date                       IN  DATE
33   ,p_status                         IN  VARCHAR2
34   ,p_formula_criteria               IN  VARCHAR2
35   ,p_formula_id                     IN  NUMBER
36   ,p_units_of_measure               IN  VARCHAR2
37   ,p_object_version_number          IN  NUMBER
38   ,p_message_level                  IN  VARCHAR2
39   );
40 --
41 END hr_cagr_entitlement_bk1;