DBA Data[Home] [Help]

PACKAGE: APPS.HR_LEI_FLEX

Source


1 Package hr_lei_flex AUTHID CURRENT_USER as
2 /* $Header: hrleifli.pkh 115.0 99/07/17 16:40:36 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 hr_lei_shd.g_rec_type
42   );
43 --
44 --
45 -- -----------------------------------------------------------------------------
46 -- |-------------------------------< ddf >--------------------------------------|
47 -- -----------------------------------------------------------------------------
48 -- {Start of Comments}
49 --
50 --  Description:
51 --    This procedure controls the validation processing required for
52 --    developer descriptive flexfields by calling the relevant validation
53 --    procedures. These are called dependant on the value of the relevant
54 --    entity reference field value.
55 --
56 --  Pre Conditions:
57 --    A fully validated entity record structure.
58 --
59 --  In Arguments:
60 --    p_rec (Record structure for relevant entity).
61 --
62 --  Post Success:
63 --    Processing of the calling api continues.
64 --
65 --  Post Failure:
66 --    A failure can only occur under two circumstances:
67 --    1) The value of reference field is not supported.
68 --    2) If when the refence field value is null and not all
69 --       the attribute arguments are not null(i.e. attribute
70 --       arguments cannot be set without a corresponding reference
71 --       field value).
72 --
73 --  Developer Implementation Notes:
74 --    Developer defined.
75 --
76 --  Access Status:
77 --    Internal Development Use Only.
78 --
79 --  {End of Comments}
80 -- -----------------------------------------------------------------------------
81 procedure ddf
82   (p_rec   in hr_lei_shd.g_rec_type
83   );
84 --
85 end hr_lei_flex;