DBA Data[Home] [Help]

PACKAGE: APPS.PER_SSM_API_BK4

Source


1 Package per_ssm_api_bk4 as
2 /* $Header: pessmapi.pkh 120.1 2005/10/02 02:24:45 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-----------------------------< mass_update_b >----------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure mass_update_b
9   (p_effective_date                in     date
10   ,p_business_group_id		   in     number
11   ,p_job_id                        in     number
12   ,p_position_id                   in     number
13   );
14 --
15 -- ----------------------------------------------------------------------------
16 -- |-----------------------------< mass_update_a >----------------------------|
17 -- ----------------------------------------------------------------------------
18 --
19 procedure mass_update_a
20   (p_effective_date                in     date
21   ,p_business_group_id		   in     number
22   ,p_job_id                        in     number
23   ,p_position_id                   in     number
24   );
25 --
26 end per_ssm_api_bk4;