DBA Data[Home] [Help]

PACKAGE: APPS.PER_JBD_FLEX

Source


1 package per_jbd_flex AUTHID CURRENT_USER as
2 /* $Header: pejbdfli.pkh 115.0 99/07/18 13:54:44 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 JOB 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 --
20 --  Post Success:
21 --    Processing of the calling api continues.
22 --
23 --  Post Failure:
24 --
25 --  Developer Implementation Notes:
26 --    Customer/Development defined.
27 --
28 --  Access Status:
29 --    Internal Development Use Only.
30 --
31 --  {End of Comments}
32 -- -----------------------------------------------------------------------------
33 procedure kf
34   (p_rec       in  per_jbd_shd.g_rec_type
35   );
36 --
37 end per_jbd_flex;