DBA Data[Home] [Help]

PACKAGE: APPS.GHR_PDC_RKI

Source


1 Package ghr_pdc_rki AUTHID CURRENT_USER as
2 /* $Header: ghpdcrhi.pkh 120.3 2009/05/27 06:33:32 utokachi noship $ */
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_pd_classification_id          in number,
14 	p_position_description_id       in number,
15 	p_class_grade_by                in varchar2,
16 	p_official_title                in varchar2,
17 	p_pay_plan                      in varchar2,
18 	p_occupational_code             in varchar2,
19 	p_grade_level                   in varchar2,
20 	p_object_version_number         in number  );
21 
22 end ghr_pdc_rki;