DBA Data[Home] [Help]

PACKAGE: APPS.PER_JOB_FLEX

Source


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