DBA Data[Home] [Help]

PACKAGE: APPS.PER_POD_FLEX

Source


1 package per_pod_flex AUTHID CURRENT_USER as
2 /* $Header: pepodfli.pkh 115.0 99/07/18 14:27:16 porting ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |------------------------------< kf >--------------------------------------|
6 -- ----------------------------------------------------------------------------
7 -- {Start of Comments}
8 --
9 --  Description:
10 --    This procedure controls the validation processing required for
11 --    key flexfields by calling the relevant validation
12 --    procedures.
13 --
14 --  Pre Conditions:
15 --    A fully validated entity record structure.
16 --
17 --  In Arguments:
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(p_rec in per_pod_shd.g_rec_type);
34 --
35 end per_pod_flex;