DBA Data[Home] [Help]

PACKAGE: APPS.GHR_PRE_RKI

Source


1 Package ghr_pre_rki AUTHID CURRENT_USER as
2 /* $Header: ghprerhi.pkh 115.3 1999/11/09 22:46:39 pkm ship    $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |----------------------------< after_insert >------------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 -- Description :
9 --    If the user(customer) has any packages to be executed, then those will be
10 --    called by this procedure. The body of this procedure will be generated.
11 --
12 procedure after_insert	(
13 	p_pa_remark_id                  in number  ,
14 	p_pa_request_id                 in number  ,
15 	p_remark_id                     in number  ,
16 	p_description                   in varchar2,
17       p_remark_code_information1      in varchar2,
18       p_remark_code_information2      in varchar2,
19       p_remark_code_information3      in varchar2,
20       p_remark_code_information4      in varchar2,
21       p_remark_code_information5      in varchar2,
22 	p_object_version_number         in number  );
23 
24 end ghr_pre_rki;