DBA Data[Home] [Help]

PACKAGE: APPS.HR_TPT_RKU

Source


1 Package hr_tpt_rku as
2 /* $Header: hrtptrhi.pkh 120.0 2005/05/31 03:26:36 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |----------------------------< after_update >------------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure after_update
9   (p_tab_page_property_id         in number
10   ,p_language                     in varchar2
11   ,p_source_lang                  in varchar2
12   ,p_label                        in varchar2
13   ,p_source_lang_o                in varchar2
14   ,p_label_o                      in varchar2
15   );
16 --
17 end hr_tpt_rku;