DBA Data[Home] [Help]

PACKAGE: APPS.HR_SCL_FLEX

Source


1 package hr_scl_flex AUTHID CURRENT_USER as
2 /* $Header: hrsclfli.pkh 115.0 99/07/17 16:59:19 porting ship $ */
3 --
4 -- -----------------------------------------------------------------------------
5 -- |-------------------------------< kf >--------------------------------------|
6 -- -----------------------------------------------------------------------------
7 -- {Start of Comments}
8 --
9 --  Description:
10 --    This procedure controls the validation processing required for
11 --    the SCL key flexfield by calling the relevant validation
12 --    procedures.
13 --
14 --  Pre Conditions:
15 --    A fully validated entity record structure.
16 --
17 --  In Parameters:
18 --    p_rec (Record structure for relevant entity).
19 --    p_validation_start_date
20 --    p_validation_end_date
21 --
22 --  Post Success:
23 --    Processing of the calling api continues.
24 --
25 --  Post Failure:
26 --
27 --  Developer Implementation Notes:
28 --    Customer/Development defined.
29 --
30 --  Access Status:
31 --    Internal Development Use Only.
32 --
33 --  {End of Comments}
34 -- -----------------------------------------------------------------------------
35 procedure kf
36   (p_rec                   in per_asg_shd.g_rec_type
37   ,p_validation_start_date in date
38   ,p_validation_end_date   in date
39   );
40 --
41 end hr_scl_flex;