DBA Data[Home] [Help]

PACKAGE: APPS.PAY_SET_INS

Source


1 Package pay_set_ins as
2 /* $Header: pysetrhi.pkh 120.0 2005/05/29 08:39:36 appldev noship $ */
3 
4 --
5 -- ----------------------------------------------------------------------------
6 -- |---------------------------------< ins >----------------------------------|
7 -- ----------------------------------------------------------------------------
8 -- {Start Of Comments}
9 --
10 -- Description:
11 --   This procedure is the record interface for the insert process
12 --   for the specified entity. The role of this process is to insert a fully
13 --   validated row, into the HR schema passing back to  the calling process,
14 --   any system generated values (e.g. primary and object version number
15 --   attributes). This process is the main backbone of the ins
16 --   process. The processing of this procedure is as follows:
17 --   1) The controlling validation process insert_validate is executed
18 --      which will execute all private and public validation business rule
19 --      processes.
20 --   2) The pre_insert business process is then executed which enables any
21 --      logic to be processed before the insert dml process is executed.
22 --   3) The insert_dml process will physical perform the insert dml into the
23 --      specified entity.
24 --   4) The post_insert business process is then executed which enables any
25 --      logic to be processed after the insert dml process.
26 --
27 -- Prerequisites:
28 --   The main parameters to the this process have to be in the record
29 --   format.
30 --
31 -- In Parameters:
32 --
33 -- Post Success:
34 --   A fully validated row will be inserted into the specified entity
35 --   without being committed.
36 --
37 -- Post Failure:
38 --   If an error has occurred, an error message will be supplied with the work
39 --   rolled back.
40 --
41 -- Developer Implementation Notes:
42 --   None.
43 --
44 -- Access Status:
45 --   Internal Development Use Only.
46 --
47 -- {End Of Comments}
48 -- ----------------------------------------------------------------------------
49 Procedure ins
50   (p_effective_date in            date
51   ,p_rec            in out nocopy pay_set_shd.g_rec_type
52   );
53 --
54 -- ----------------------------------------------------------------------------
55 -- |---------------------------------< ins >----------------------------------|
56 -- ----------------------------------------------------------------------------
57 -- {Start Of Comments}
58 --
59 -- Description:
60 --   This procedure is the attribute interface for the insert
61 --   process for the specified entity and is the outermost layer. The role
62 --   of this process is to insert a fully validated row into the HR schema
63 --   passing back to the calling process, any system generated values
64 --   (e.g. object version number attributes).The processing of this
65 --   procedure is as follows:
66 --   1) The attributes are converted into a local record structure by
67 --      calling the convert_args function.
68 --   2) After the conversion has taken place, the corresponding record ins
69 --      interface process is executed.
70 --   3) OUT parameters are then set to their corresponding record attributes.
71 --
72 -- Prerequisites:
73 --
74 -- In Parameters:
75 --
76 -- Post Success:
77 --   A fully validated row will be inserted for the specified entity
78 --   without being committed.
79 --
80 -- Post Failure:
81 --   If an error has occurred, an error message will be supplied with the work
82 --   rolled back.
83 --
84 -- Developer Implementation Notes:
85 --   None.
86 --
87 -- Access Status:
88 --   Internal Development Use Only.
89 --
90 -- {End Of Comments}
91 -- ----------------------------------------------------------------------------
92 Procedure ins
93   (
94   p_element_type_id              out nocopy number,
95   p_effective_date               in date,
96   p_template_id                  in number,
97   p_classification_name          in varchar2,
98   p_additional_entry_allowed_fla in varchar2,
99   p_adjustment_only_flag         in varchar2,
100   p_closed_for_entry_flag        in varchar2,
101   p_element_name                 in varchar2,
102   p_indirect_only_flag           in varchar2,
103   p_multiple_entries_allowed_fla in varchar2,
104   p_multiply_value_flag          in varchar2,
105   p_post_termination_rule        in varchar2,
106   p_process_in_run_flag          in varchar2,
107   p_relative_processing_priority in number,
108   p_processing_type              in varchar2         default null,
109   p_standard_link_flag           in varchar2,
110   p_input_currency_code          in varchar2         default null,
111   p_output_currency_code         in varchar2         default null,
112   p_benefit_classification_name  in varchar2         default null,
113   p_description                  in varchar2         default null,
114   p_qualifying_age               in number           default null,
115   p_qualifying_length_of_service in number           default null,
116   p_qualifying_units             in varchar2         default null,
117   p_reporting_name               in varchar2         default null,
118   p_attribute_category           in varchar2         default null,
119   p_attribute1                   in varchar2         default null,
120   p_attribute2                   in varchar2         default null,
121   p_attribute3                   in varchar2         default null,
122   p_attribute4                   in varchar2         default null,
123   p_attribute5                   in varchar2         default null,
124   p_attribute6                   in varchar2         default null,
125   p_attribute7                   in varchar2         default null,
126   p_attribute8                   in varchar2         default null,
127   p_attribute9                   in varchar2         default null,
128   p_attribute10                  in varchar2         default null,
129   p_attribute11                  in varchar2         default null,
130   p_attribute12                  in varchar2         default null,
131   p_attribute13                  in varchar2         default null,
132   p_attribute14                  in varchar2         default null,
133   p_attribute15                  in varchar2         default null,
134   p_attribute16                  in varchar2         default null,
135   p_attribute17                  in varchar2         default null,
136   p_attribute18                  in varchar2         default null,
137   p_attribute19                  in varchar2         default null,
138   p_attribute20                  in varchar2         default null,
139   p_element_information_category in varchar2         default null,
140   p_element_information1         in varchar2         default null,
141   p_element_information2         in varchar2         default null,
142   p_element_information3         in varchar2         default null,
143   p_element_information4         in varchar2         default null,
144   p_element_information5         in varchar2         default null,
145   p_element_information6         in varchar2         default null,
146   p_element_information7         in varchar2         default null,
147   p_element_information8         in varchar2         default null,
148   p_element_information9         in varchar2         default null,
149   p_element_information10        in varchar2         default null,
150   p_element_information11        in varchar2         default null,
151   p_element_information12        in varchar2         default null,
152   p_element_information13        in varchar2         default null,
153   p_element_information14        in varchar2         default null,
154   p_element_information15        in varchar2         default null,
155   p_element_information16        in varchar2         default null,
156   p_element_information17        in varchar2         default null,
157   p_element_information18        in varchar2         default null,
158   p_element_information19        in varchar2         default null,
159   p_element_information20        in varchar2         default null,
160   p_third_party_pay_only_flag    in varchar2         default null,
161   p_skip_formula                 in varchar2         default null,
162   p_payroll_formula_id           in number           default null,
163   p_exclusion_rule_id            in number           default null,
164   p_iterative_flag               in varchar2         default null,
165   p_iterative_priority           in number           default null,
166   p_iterative_formula_name       in varchar2         default null,
167   p_process_mode                 in varchar2         default null,
168   p_grossup_flag                 in varchar2         default null,
169   p_advance_indicator            in varchar2         default null,
170   p_advance_payable              in varchar2         default null,
171   p_advance_deduction            in varchar2         default null,
172   p_process_advance_entry        in varchar2         default null,
173   p_proration_group              in varchar2         default null,
174   p_proration_formula            in varchar2         default null,
175   p_recalc_event_group           in varchar2         default null,
176   p_once_each_period_flag        in varchar2         default null,
177   p_object_version_number        out nocopy number
178   );
179 --
180 end pay_set_ins;