DBA Data[Home] [Help]

PACKAGE: APPS.PER_ANC_FLEX

Source


1 package per_anc_flex AUTHID CURRENT_USER as
2 /* $Header: peancfli.pkh 115.1 99/07/17 18:30:32 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_anc_shd.g_rec_type);
34 --
35 end per_anc_flex;