DBA Data[Home] [Help]

PACKAGE: APPS.PAY_PGP_FLEX

Source


1 package pay_pgp_flex AUTHID CURRENT_USER as
2 /* $Header: pypgpfli.pkh 115.0 99/07/17 06:21:53 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 pay_pgp_shd.g_rec_type);
34 --
35 end pay_pgp_flex;