DBA Data[Home] [Help]

PACKAGE: APPS.PER_IN_ENTRY_VALUE_LEG_HOOK

Source


1 PACKAGE  per_in_entry_value_leg_hook as
2 /* $Header: peinlhee.pkh 120.2 2007/10/25 05:54:59 sivanara ship $ */
3 --------------------------------------------------------------------------
4 --                                                                      --
5 -- Name           : CHECK_ENTRY_VALUE                                   --
6 -- Type           : PROCEDURE                                           --
7 -- Access         : Public                                              --
8 -- Description    : Generic Procedure to be called for IN localization  --
9 --                                                                      --
10 -- Change History :                                                     --
11 --------------------------------------------------------------------------
12 -- Rev#  Date       Userid    Bug      Description                      --
13 --------------------------------------------------------------------------
14 -- 1.0   07-Oct-04  lnagaraj 3839878  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 			   );
21 --------------------------------------------------------------------------
22 --                                                                      --
23 -- Name           : CHECK_ENTRY_VALUE_DEL                               --
24 -- Type           : PROCEDURE                                           --
25 -- Access         : Public                                              --
26 -- Description    : Generic Procedure to be called for IN localization  --
27 --                                                                      --
28 -- Change History :                                                     --
29 --------------------------------------------------------------------------
30 -- Rev#  Date       Userid    Bug      Description                      --
31 --------------------------------------------------------------------------
32 -- 1.0   23-Oct-07  sivanara 6469684  Created this procedure            --
33 --------------------------------------------------------------------------
34 
35  PROCEDURE check_entry_value_del(p_effective_date       IN DATE
36                                 ,p_element_entry_id     IN NUMBER
37 		                ,p_effective_start_date IN DATE
38 		                ,p_effective_end_date   IN DATE
39 			        ,p_assignment_id_o      IN NUMBER
40 				,p_element_type_id_o    IN NUMBER
41 		               );
42 END per_in_entry_value_leg_hook;