DBA Data[Home] [Help]

PACKAGE: APPS.PAY_EXA_FLEX

Source


1 package pay_exa_flex AUTHID CURRENT_USER as
2 /* $Header: pyexafli.pkh 115.0 99/07/17 06:02:22 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_exa_shd.g_rec_type,
34              p_business_group_id in number);
35 --
36 end pay_exa_flex;