DBA Data[Home] [Help]

PACKAGE: APPS.GHR_MASS_CHANGES

Source


1 PACKAGE   GHR_MASS_CHANGES  AS
2 /* $Header: ghmass52.pkh 120.0.12010000.1 2008/07/28 10:32:41 appldev ship $ */
3 
4 Procedure create_sf52_for_mass_changes
5 (p_mass_action_type  in      varchar2,
6  p_pa_request_rec    in out  NOCOPY ghr_pa_requests%rowtype,
7  p_errbuf            out     NOCOPY varchar2, --\___  error log
8  p_retcode           out     NOCOPY number    --/     in conc. manager.
9 );
10 
11 Procedure create_remarks
12 (p_pa_request_rec        in   ghr_pa_requests%rowtype,
13  p_remark_code 	       in   ghr_remarks.code%type
14 );
15 
16 end ghr_mass_changes;