DBA Data[Home] [Help]

PACKAGE: APPS.PER_PPC_FLEX

Source


1 Package per_ppc_flex AUTHID CURRENT_USER as
2 /* $Header: peppcfli.pkh 115.0 99/07/18 14:28:33 porting ship $ */
3 --
4 -- -----------------------------------------------------------------------------
5 -- |-------------------------------< df >--------------------------------------|
6 -- -----------------------------------------------------------------------------
7 -- {Start of Comments}
8 --
9 --  Description:
10 --    This procedure controls the validation processing required for
11 --    descriptive flexfields by calling the relevant validation
12 --    procedures. These are called dependant on the value of the relevant
13 --    entity reference field value.
14 --
15 --  Pre Conditions:
16 --    A fully validated entity record structure.
17 --
18 --  In Arguments:
19 --    p_rec (Record structure for relevant entity).
20 --
21 --  Post Success:
22 --    Processing of the calling api continues.
23 --
24 --  Post Failure:
25 --    A failure can only occur under two circumstances:
26 --    1) The value of reference field is not supported.
27 --    2) If when the refence field value is null and not all
28 --       the attribute arguments are not null(i.e. attribute
29 --       arguments cannot be set without a corresponding reference
30 --       field value).
31 --
32 --  Developer Implementation Notes:
33 --    Customer defined.
34 --
35 --  Access Status:
36 --    Internal Development Use Only.
37 --
38 --  {End of Comments}
39 -- -----------------------------------------------------------------------------
40 procedure df
41   (p_rec   in per_ppc_shd.g_rec_type
42   );
43 --
44 end per_ppc_flex;