DBA Data[Home] [Help]

PACKAGE: APPS.PAY_CN_ENTRY_VALUE_LEG_HOOK

Source


1 PACKAGE pay_cn_entry_value_leg_hook AUTHID CURRENT_USER as
2 /* $Header: pycnlhee.pkh 120.0 2007/02/05 09:26:39 vgsriniv noship $ */
3 --------------------------------------------------------------------------
4 --                                                                      --
5 -- Name           : CHECK_ENTRY_VALUE                                   --
6 -- Type           : PROCEDURE                                           --
7 -- Access         : Public                                              --
8 -- Description    : Generic Procedure to be called for CN localization  --
9 --                                                                      --
10 -- Change History :                                                     --
11 --------------------------------------------------------------------------
12 -- Rev#  Date       Userid    Bug      Description                      --
13 --------------------------------------------------------------------------
14 -- 1.0   07-Oct-06  abhjain  5563042  Created this procedure            --
15 --------------------------------------------------------------------------
16 PROCEDURE check_entry_value(p_effective_date       IN DATE
17                            ,p_element_entry_id     IN NUMBER
18                            ,p_effective_start_date IN DATE
19                            ,p_effective_end_date   IN DATE
20                            ,p_entry_information2   IN VARCHAR2
21                            ,p_entry_information3   IN VARCHAR2
22                            ,p_entry_information4   IN VARCHAR2
23                            ,p_entry_information5   IN VARCHAR2
24                            ,p_entry_information6   IN VARCHAR2
25                            ,p_entry_information7   IN VARCHAR2
26                            ,p_entry_information8   IN VARCHAR2
27                            ,p_entry_information9   IN VARCHAR2
28                            );
29 END pay_cn_entry_value_leg_hook;