DBA Data[Home] [Help]

PACKAGE: APPS.PAY_BTL_INS

Source


1 Package pay_btl_ins AUTHID CURRENT_USER as
2 /* $Header: pybtlrhi.pkh 120.2 2005/10/17 00:50:22 mkataria noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |---------------------------------< ins >----------------------------------|
6 -- ----------------------------------------------------------------------------
7 -- {Start Of Comments}
8 --
9 -- Description:
10 --   This procedure is the record interface for the insert process
11 --   for the specified entity. The role of this process is to insert a fully
12 --   validated row, into the HR schema passing back to  the calling process,
13 --   any system generated values (e.g. primary and object version number
14 --   attributes). This process is the main backbone of the ins
15 --   process. The processing of this procedure is as follows:
16 --   1) The controlling validation process insert_validate is executed
17 --      which will execute all private and public validation business rule
18 --      processes.
19 --   2) The pre_insert business process is then executed which enables any
23 --   4) The post_insert business process is then executed which enables any
20 --      logic to be processed before the insert dml process is executed.
21 --   3) The insert_dml process will physical perform the insert dml into the
22 --      specified entity.
24 --      logic to be processed after the insert dml process.
25 --
26 -- Prerequisites:
27 --   The main parameters to the this process have to be in the record
28 --   format.
29 --
30 -- In Parameters:
31 --
32 -- Post Success:
33 --   A fully validated row will be inserted into the specified entity
34 --   without being committed.
35 --
36 -- Post Failure:
37 --   If an error has occurred, an error message will be raised.
38 --
39 -- Developer Implementation Notes:
40 --   None.
41 --
42 -- Access Status:
43 --   Internal Development Use Only.
44 --
45 -- {End Of Comments}
46 -- ----------------------------------------------------------------------------
47 Procedure ins
48   (p_session_date                 in     date,
49    p_rec                          in out nocopy pay_btl_shd.g_rec_type
50   );
51 --
52 -- ----------------------------------------------------------------------------
53 -- |---------------------------------< ins >----------------------------------|
54 -- ----------------------------------------------------------------------------
55 -- {Start Of Comments}
56 --
57 -- Description:
58 --   This procedure is the attribute interface for the insert
59 --   process for the specified entity and is the outermost layer. The role
60 --   of this process is to insert a fully validated row into the HR schema
61 --   passing back to the calling process, any system generated values
62 --   (e.g. object version number attributes).The processing of this
63 --   procedure is as follows:
64 --   1) The attributes are converted into a local record structure by
65 --      calling the convert_args function.
66 --   2) After the conversion has taken place, the corresponding record ins
67 --      interface process is executed.
68 --   3) OUT parameters are then set to their corresponding record attributes.
69 --
70 -- Prerequisites:
71 --
72 -- In Parameters:
73 --
74 -- Post Success:
75 --   A fully validated row will be inserted for the specified entity
76 --   without being committed.
77 --
78 -- Post Failure:
79 --   If an error has occurred, an error message will be raised.
80 --
81 -- Developer Implementation Notes:
82 --   None.
83 --
84 -- Access Status:
85 --   Internal Development Use Only.
86 --
87 -- {End Of Comments}
88 -- ----------------------------------------------------------------------------
89 Procedure ins
90   (p_session_date                   in     date
91   ,p_batch_id                       in     number
92   ,p_batch_line_status              in     varchar2
93   ,p_cost_allocation_keyflex_id     in     number   default null
94   ,p_element_type_id                in     number   default null
95   ,p_assignment_id                  in     number   default null
96   ,p_assignment_number              in     varchar2 default null
97   ,p_batch_sequence                 in     number   default null
98   ,p_concatenated_segments          in     varchar2 default null
99   ,p_effective_date                 in     date     default null
100   ,p_element_name                   in     varchar2 default null
101   ,p_entry_type                     in     varchar2 default null
102   ,p_reason                         in     varchar2 default null
103   ,p_segment1                       in     varchar2 default null
104   ,p_segment2                       in     varchar2 default null
105   ,p_segment3                       in     varchar2 default null
106   ,p_segment4                       in     varchar2 default null
107   ,p_segment5                       in     varchar2 default null
108   ,p_segment6                       in     varchar2 default null
109   ,p_segment7                       in     varchar2 default null
110   ,p_segment8                       in     varchar2 default null
111   ,p_segment9                       in     varchar2 default null
112   ,p_segment10                      in     varchar2 default null
113   ,p_segment11                      in     varchar2 default null
114   ,p_segment12                      in     varchar2 default null
115   ,p_segment13                      in     varchar2 default null
116   ,p_segment14                      in     varchar2 default null
117   ,p_segment15                      in     varchar2 default null
118   ,p_segment16                      in     varchar2 default null
119   ,p_segment17                      in     varchar2 default null
120   ,p_segment18                      in     varchar2 default null
121   ,p_segment19                      in     varchar2 default null
122   ,p_segment20                      in     varchar2 default null
123   ,p_segment21                      in     varchar2 default null
124   ,p_segment22                      in     varchar2 default null
125   ,p_segment23                      in     varchar2 default null
126   ,p_segment24                      in     varchar2 default null
127   ,p_segment25                      in     varchar2 default null
128   ,p_segment26                      in     varchar2 default null
129   ,p_segment27                      in     varchar2 default null
130   ,p_segment28                      in     varchar2 default null
131   ,p_segment29                      in     varchar2 default null
132   ,p_segment30                      in     varchar2 default null
133   ,p_value_1                        in     varchar2 default null
134   ,p_value_2                        in     varchar2 default null
135   ,p_value_3                        in     varchar2 default null
136   ,p_value_4                        in     varchar2 default null
137   ,p_value_5                        in     varchar2 default null
138   ,p_value_6                        in     varchar2 default null
139   ,p_value_7                        in     varchar2 default null
140   ,p_value_8                        in     varchar2 default null
141   ,p_value_9                        in     varchar2 default null
142   ,p_value_10                       in     varchar2 default null
143   ,p_value_11                       in     varchar2 default null
144   ,p_value_12                       in     varchar2 default null
145   ,p_value_13                       in     varchar2 default null
146   ,p_value_14                       in     varchar2 default null
147   ,p_value_15                       in     varchar2 default null
148   ,p_attribute_category             in     varchar2 default null
149   ,p_attribute1                     in     varchar2 default null
150   ,p_attribute2                     in     varchar2 default null
151   ,p_attribute3                     in     varchar2 default null
152   ,p_attribute4                     in     varchar2 default null
153   ,p_attribute5                     in     varchar2 default null
154   ,p_attribute6                     in     varchar2 default null
155   ,p_attribute7                     in     varchar2 default null
156   ,p_attribute8                     in     varchar2 default null
157   ,p_attribute9                     in     varchar2 default null
158   ,p_attribute10                    in     varchar2 default null
159   ,p_attribute11                    in     varchar2 default null
160   ,p_attribute12                    in     varchar2 default null
161   ,p_attribute13                    in     varchar2 default null
162   ,p_attribute14                    in     varchar2 default null
163   ,p_attribute15                    in     varchar2 default null
164   ,p_attribute16                    in     varchar2 default null
165   ,p_attribute17                    in     varchar2 default null
166   ,p_attribute18                    in     varchar2 default null
167   ,p_attribute19                    in     varchar2 default null
168   ,p_attribute20                    in     varchar2 default null
169   ,p_entry_information_category     in     varchar2 default null
170   ,p_entry_information1             in     varchar2 default null
171   ,p_entry_information2             in     varchar2 default null
172   ,p_entry_information3             in     varchar2 default null
173   ,p_entry_information4             in     varchar2 default null
174   ,p_entry_information5             in     varchar2 default null
175   ,p_entry_information6             in     varchar2 default null
176   ,p_entry_information7             in     varchar2 default null
177   ,p_entry_information8             in     varchar2 default null
178   ,p_entry_information9             in     varchar2 default null
179   ,p_entry_information10            in     varchar2 default null
180   ,p_entry_information11            in     varchar2 default null
181   ,p_entry_information12            in     varchar2 default null
182   ,p_entry_information13            in     varchar2 default null
183   ,p_entry_information14            in     varchar2 default null
184   ,p_entry_information15            in     varchar2 default null
185   ,p_entry_information16            in     varchar2 default null
186   ,p_entry_information17            in     varchar2 default null
187   ,p_entry_information18            in     varchar2 default null
188   ,p_entry_information19            in     varchar2 default null
189   ,p_entry_information20            in     varchar2 default null
190   ,p_entry_information21            in     varchar2 default null
191   ,p_entry_information22            in     varchar2 default null
192   ,p_entry_information23            in     varchar2 default null
193   ,p_entry_information24            in     varchar2 default null
194   ,p_entry_information25            in     varchar2 default null
195   ,p_entry_information26            in     varchar2 default null
196   ,p_entry_information27            in     varchar2 default null
197   ,p_entry_information28            in     varchar2 default null
198   ,p_entry_information29            in     varchar2 default null
199   ,p_entry_information30            in     varchar2 default null
200   ,p_date_earned                    in     date     default null
201   ,p_personal_payment_method_id     in     number   default null
202   ,p_subpriority                    in     number   default null
203   ,p_effective_start_date           in     date     default null
204   ,p_effective_end_date             in     date     default null
205   ,p_batch_line_id                     out nocopy number
206   ,p_object_version_number             out nocopy number
207   );
208 --
209 end pay_btl_ins;