DBA Data[Home] [Help]

APPS.PSP_PEE_DEL dependencies on PSP_PEE_SHD

Line 52: (p_rec in psp_pee_shd.g_rec_type

48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml
52: (p_rec in psp_pee_shd.g_rec_type
53: ) is
54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --

Line 75: psp_pee_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: psp_pee_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: --
79: Raise;

Line 114: Procedure pre_delete(p_rec in psp_pee_shd.g_rec_type) is

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure pre_delete(p_rec in psp_pee_shd.g_rec_type) is
115: --
116: l_proc varchar2(72) := g_package||'pre_delete';
117: --
118: Begin

Line 156: Procedure post_delete(p_rec in psp_pee_shd.g_rec_type) is

152: -- Internal Row Handler Use Only.
153: --
154: -- {End Of Comments}
155: -- -----------------------------------------------------------------------------
156: Procedure post_delete(p_rec in psp_pee_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 168: => psp_pee_shd.g_old_rec.batch_name

164: psp_pee_rkd.after_delete
165: (p_external_effort_line_id
166: => p_rec.external_effort_line_id
167: ,p_batch_name_o
168: => psp_pee_shd.g_old_rec.batch_name
169: ,p_object_version_number_o
170: => psp_pee_shd.g_old_rec.object_version_number
171: ,p_distribution_date_o
172: => psp_pee_shd.g_old_rec.distribution_date

Line 170: => psp_pee_shd.g_old_rec.object_version_number

166: => p_rec.external_effort_line_id
167: ,p_batch_name_o
168: => psp_pee_shd.g_old_rec.batch_name
169: ,p_object_version_number_o
170: => psp_pee_shd.g_old_rec.object_version_number
171: ,p_distribution_date_o
172: => psp_pee_shd.g_old_rec.distribution_date
173: ,p_person_id_o
174: => psp_pee_shd.g_old_rec.person_id

Line 172: => psp_pee_shd.g_old_rec.distribution_date

168: => psp_pee_shd.g_old_rec.batch_name
169: ,p_object_version_number_o
170: => psp_pee_shd.g_old_rec.object_version_number
171: ,p_distribution_date_o
172: => psp_pee_shd.g_old_rec.distribution_date
173: ,p_person_id_o
174: => psp_pee_shd.g_old_rec.person_id
175: ,p_assignment_id_o
176: => psp_pee_shd.g_old_rec.assignment_id

Line 174: => psp_pee_shd.g_old_rec.person_id

170: => psp_pee_shd.g_old_rec.object_version_number
171: ,p_distribution_date_o
172: => psp_pee_shd.g_old_rec.distribution_date
173: ,p_person_id_o
174: => psp_pee_shd.g_old_rec.person_id
175: ,p_assignment_id_o
176: => psp_pee_shd.g_old_rec.assignment_id
177: ,p_currency_code_o
178: => psp_pee_shd.g_old_rec.currency_code

Line 176: => psp_pee_shd.g_old_rec.assignment_id

172: => psp_pee_shd.g_old_rec.distribution_date
173: ,p_person_id_o
174: => psp_pee_shd.g_old_rec.person_id
175: ,p_assignment_id_o
176: => psp_pee_shd.g_old_rec.assignment_id
177: ,p_currency_code_o
178: => psp_pee_shd.g_old_rec.currency_code
179: ,p_distribution_amount_o
180: => psp_pee_shd.g_old_rec.distribution_amount

Line 178: => psp_pee_shd.g_old_rec.currency_code

174: => psp_pee_shd.g_old_rec.person_id
175: ,p_assignment_id_o
176: => psp_pee_shd.g_old_rec.assignment_id
177: ,p_currency_code_o
178: => psp_pee_shd.g_old_rec.currency_code
179: ,p_distribution_amount_o
180: => psp_pee_shd.g_old_rec.distribution_amount
181: ,p_business_group_id_o
182: => psp_pee_shd.g_old_rec.business_group_id

Line 180: => psp_pee_shd.g_old_rec.distribution_amount

176: => psp_pee_shd.g_old_rec.assignment_id
177: ,p_currency_code_o
178: => psp_pee_shd.g_old_rec.currency_code
179: ,p_distribution_amount_o
180: => psp_pee_shd.g_old_rec.distribution_amount
181: ,p_business_group_id_o
182: => psp_pee_shd.g_old_rec.business_group_id
183: ,p_set_of_books_id_o
184: => psp_pee_shd.g_old_rec.set_of_books_id

Line 182: => psp_pee_shd.g_old_rec.business_group_id

178: => psp_pee_shd.g_old_rec.currency_code
179: ,p_distribution_amount_o
180: => psp_pee_shd.g_old_rec.distribution_amount
181: ,p_business_group_id_o
182: => psp_pee_shd.g_old_rec.business_group_id
183: ,p_set_of_books_id_o
184: => psp_pee_shd.g_old_rec.set_of_books_id
185: ,p_gl_code_combination_id_o
186: => psp_pee_shd.g_old_rec.gl_code_combination_id

Line 184: => psp_pee_shd.g_old_rec.set_of_books_id

180: => psp_pee_shd.g_old_rec.distribution_amount
181: ,p_business_group_id_o
182: => psp_pee_shd.g_old_rec.business_group_id
183: ,p_set_of_books_id_o
184: => psp_pee_shd.g_old_rec.set_of_books_id
185: ,p_gl_code_combination_id_o
186: => psp_pee_shd.g_old_rec.gl_code_combination_id
187: ,p_project_id_o
188: => psp_pee_shd.g_old_rec.project_id

Line 186: => psp_pee_shd.g_old_rec.gl_code_combination_id

182: => psp_pee_shd.g_old_rec.business_group_id
183: ,p_set_of_books_id_o
184: => psp_pee_shd.g_old_rec.set_of_books_id
185: ,p_gl_code_combination_id_o
186: => psp_pee_shd.g_old_rec.gl_code_combination_id
187: ,p_project_id_o
188: => psp_pee_shd.g_old_rec.project_id
189: ,p_task_id_o
190: => psp_pee_shd.g_old_rec.task_id

Line 188: => psp_pee_shd.g_old_rec.project_id

184: => psp_pee_shd.g_old_rec.set_of_books_id
185: ,p_gl_code_combination_id_o
186: => psp_pee_shd.g_old_rec.gl_code_combination_id
187: ,p_project_id_o
188: => psp_pee_shd.g_old_rec.project_id
189: ,p_task_id_o
190: => psp_pee_shd.g_old_rec.task_id
191: ,p_award_id_o
192: => psp_pee_shd.g_old_rec.award_id

Line 190: => psp_pee_shd.g_old_rec.task_id

186: => psp_pee_shd.g_old_rec.gl_code_combination_id
187: ,p_project_id_o
188: => psp_pee_shd.g_old_rec.project_id
189: ,p_task_id_o
190: => psp_pee_shd.g_old_rec.task_id
191: ,p_award_id_o
192: => psp_pee_shd.g_old_rec.award_id
193: ,p_expenditure_organization_i_o
194: => psp_pee_shd.g_old_rec.expenditure_organization_id

Line 192: => psp_pee_shd.g_old_rec.award_id

188: => psp_pee_shd.g_old_rec.project_id
189: ,p_task_id_o
190: => psp_pee_shd.g_old_rec.task_id
191: ,p_award_id_o
192: => psp_pee_shd.g_old_rec.award_id
193: ,p_expenditure_organization_i_o
194: => psp_pee_shd.g_old_rec.expenditure_organization_id
195: ,p_expenditure_type_o
196: => psp_pee_shd.g_old_rec.expenditure_type

Line 194: => psp_pee_shd.g_old_rec.expenditure_organization_id

190: => psp_pee_shd.g_old_rec.task_id
191: ,p_award_id_o
192: => psp_pee_shd.g_old_rec.award_id
193: ,p_expenditure_organization_i_o
194: => psp_pee_shd.g_old_rec.expenditure_organization_id
195: ,p_expenditure_type_o
196: => psp_pee_shd.g_old_rec.expenditure_type
197: ,p_attribute_category_o
198: => psp_pee_shd.g_old_rec.attribute_category

Line 196: => psp_pee_shd.g_old_rec.expenditure_type

192: => psp_pee_shd.g_old_rec.award_id
193: ,p_expenditure_organization_i_o
194: => psp_pee_shd.g_old_rec.expenditure_organization_id
195: ,p_expenditure_type_o
196: => psp_pee_shd.g_old_rec.expenditure_type
197: ,p_attribute_category_o
198: => psp_pee_shd.g_old_rec.attribute_category
199: ,p_attribute1_o
200: => psp_pee_shd.g_old_rec.attribute1

Line 198: => psp_pee_shd.g_old_rec.attribute_category

194: => psp_pee_shd.g_old_rec.expenditure_organization_id
195: ,p_expenditure_type_o
196: => psp_pee_shd.g_old_rec.expenditure_type
197: ,p_attribute_category_o
198: => psp_pee_shd.g_old_rec.attribute_category
199: ,p_attribute1_o
200: => psp_pee_shd.g_old_rec.attribute1
201: ,p_attribute2_o
202: => psp_pee_shd.g_old_rec.attribute2

Line 200: => psp_pee_shd.g_old_rec.attribute1

196: => psp_pee_shd.g_old_rec.expenditure_type
197: ,p_attribute_category_o
198: => psp_pee_shd.g_old_rec.attribute_category
199: ,p_attribute1_o
200: => psp_pee_shd.g_old_rec.attribute1
201: ,p_attribute2_o
202: => psp_pee_shd.g_old_rec.attribute2
203: ,p_attribute3_o
204: => psp_pee_shd.g_old_rec.attribute3

Line 202: => psp_pee_shd.g_old_rec.attribute2

198: => psp_pee_shd.g_old_rec.attribute_category
199: ,p_attribute1_o
200: => psp_pee_shd.g_old_rec.attribute1
201: ,p_attribute2_o
202: => psp_pee_shd.g_old_rec.attribute2
203: ,p_attribute3_o
204: => psp_pee_shd.g_old_rec.attribute3
205: ,p_attribute4_o
206: => psp_pee_shd.g_old_rec.attribute4

Line 204: => psp_pee_shd.g_old_rec.attribute3

200: => psp_pee_shd.g_old_rec.attribute1
201: ,p_attribute2_o
202: => psp_pee_shd.g_old_rec.attribute2
203: ,p_attribute3_o
204: => psp_pee_shd.g_old_rec.attribute3
205: ,p_attribute4_o
206: => psp_pee_shd.g_old_rec.attribute4
207: ,p_attribute5_o
208: => psp_pee_shd.g_old_rec.attribute5

Line 206: => psp_pee_shd.g_old_rec.attribute4

202: => psp_pee_shd.g_old_rec.attribute2
203: ,p_attribute3_o
204: => psp_pee_shd.g_old_rec.attribute3
205: ,p_attribute4_o
206: => psp_pee_shd.g_old_rec.attribute4
207: ,p_attribute5_o
208: => psp_pee_shd.g_old_rec.attribute5
209: ,p_attribute6_o
210: => psp_pee_shd.g_old_rec.attribute6

Line 208: => psp_pee_shd.g_old_rec.attribute5

204: => psp_pee_shd.g_old_rec.attribute3
205: ,p_attribute4_o
206: => psp_pee_shd.g_old_rec.attribute4
207: ,p_attribute5_o
208: => psp_pee_shd.g_old_rec.attribute5
209: ,p_attribute6_o
210: => psp_pee_shd.g_old_rec.attribute6
211: ,p_attribute7_o
212: => psp_pee_shd.g_old_rec.attribute7

Line 210: => psp_pee_shd.g_old_rec.attribute6

206: => psp_pee_shd.g_old_rec.attribute4
207: ,p_attribute5_o
208: => psp_pee_shd.g_old_rec.attribute5
209: ,p_attribute6_o
210: => psp_pee_shd.g_old_rec.attribute6
211: ,p_attribute7_o
212: => psp_pee_shd.g_old_rec.attribute7
213: ,p_attribute8_o
214: => psp_pee_shd.g_old_rec.attribute8

Line 212: => psp_pee_shd.g_old_rec.attribute7

208: => psp_pee_shd.g_old_rec.attribute5
209: ,p_attribute6_o
210: => psp_pee_shd.g_old_rec.attribute6
211: ,p_attribute7_o
212: => psp_pee_shd.g_old_rec.attribute7
213: ,p_attribute8_o
214: => psp_pee_shd.g_old_rec.attribute8
215: ,p_attribute9_o
216: => psp_pee_shd.g_old_rec.attribute9

Line 214: => psp_pee_shd.g_old_rec.attribute8

210: => psp_pee_shd.g_old_rec.attribute6
211: ,p_attribute7_o
212: => psp_pee_shd.g_old_rec.attribute7
213: ,p_attribute8_o
214: => psp_pee_shd.g_old_rec.attribute8
215: ,p_attribute9_o
216: => psp_pee_shd.g_old_rec.attribute9
217: ,p_attribute10_o
218: => psp_pee_shd.g_old_rec.attribute10

Line 216: => psp_pee_shd.g_old_rec.attribute9

212: => psp_pee_shd.g_old_rec.attribute7
213: ,p_attribute8_o
214: => psp_pee_shd.g_old_rec.attribute8
215: ,p_attribute9_o
216: => psp_pee_shd.g_old_rec.attribute9
217: ,p_attribute10_o
218: => psp_pee_shd.g_old_rec.attribute10
219: ,p_attribute11_o
220: => psp_pee_shd.g_old_rec.attribute11

Line 218: => psp_pee_shd.g_old_rec.attribute10

214: => psp_pee_shd.g_old_rec.attribute8
215: ,p_attribute9_o
216: => psp_pee_shd.g_old_rec.attribute9
217: ,p_attribute10_o
218: => psp_pee_shd.g_old_rec.attribute10
219: ,p_attribute11_o
220: => psp_pee_shd.g_old_rec.attribute11
221: ,p_attribute12_o
222: => psp_pee_shd.g_old_rec.attribute12

Line 220: => psp_pee_shd.g_old_rec.attribute11

216: => psp_pee_shd.g_old_rec.attribute9
217: ,p_attribute10_o
218: => psp_pee_shd.g_old_rec.attribute10
219: ,p_attribute11_o
220: => psp_pee_shd.g_old_rec.attribute11
221: ,p_attribute12_o
222: => psp_pee_shd.g_old_rec.attribute12
223: ,p_attribute13_o
224: => psp_pee_shd.g_old_rec.attribute13

Line 222: => psp_pee_shd.g_old_rec.attribute12

218: => psp_pee_shd.g_old_rec.attribute10
219: ,p_attribute11_o
220: => psp_pee_shd.g_old_rec.attribute11
221: ,p_attribute12_o
222: => psp_pee_shd.g_old_rec.attribute12
223: ,p_attribute13_o
224: => psp_pee_shd.g_old_rec.attribute13
225: ,p_attribute14_o
226: => psp_pee_shd.g_old_rec.attribute14

Line 224: => psp_pee_shd.g_old_rec.attribute13

220: => psp_pee_shd.g_old_rec.attribute11
221: ,p_attribute12_o
222: => psp_pee_shd.g_old_rec.attribute12
223: ,p_attribute13_o
224: => psp_pee_shd.g_old_rec.attribute13
225: ,p_attribute14_o
226: => psp_pee_shd.g_old_rec.attribute14
227: ,p_attribute15_o
228: => psp_pee_shd.g_old_rec.attribute15

Line 226: => psp_pee_shd.g_old_rec.attribute14

222: => psp_pee_shd.g_old_rec.attribute12
223: ,p_attribute13_o
224: => psp_pee_shd.g_old_rec.attribute13
225: ,p_attribute14_o
226: => psp_pee_shd.g_old_rec.attribute14
227: ,p_attribute15_o
228: => psp_pee_shd.g_old_rec.attribute15
229: );
230: --

Line 228: => psp_pee_shd.g_old_rec.attribute15

224: => psp_pee_shd.g_old_rec.attribute13
225: ,p_attribute14_o
226: => psp_pee_shd.g_old_rec.attribute14
227: ,p_attribute15_o
228: => psp_pee_shd.g_old_rec.attribute15
229: );
230: --
231: exception
232: --

Line 248: (p_rec in psp_pee_shd.g_rec_type

244: -- ----------------------------------------------------------------------------
245: -- |---------------------------------< del >----------------------------------|
246: -- ----------------------------------------------------------------------------
247: Procedure del
248: (p_rec in psp_pee_shd.g_rec_type
249: ) is
250: --
251: l_proc varchar2(72) := g_package||'del';
252: --

Line 258: psp_pee_shd.lck

254: hr_utility.set_location('Entering:'||l_proc, 5);
255: --
256: -- We must lock the row which we need to delete.
257: --
258: psp_pee_shd.lck
259: (p_rec.external_effort_line_id
260: ,p_rec.object_version_number
261: );
262: --

Line 295: l_rec psp_pee_shd.g_rec_type;

291: (p_external_effort_line_id in number
292: ,p_object_version_number in number
293: ) is
294: --
295: l_rec psp_pee_shd.g_rec_type;
296: l_proc varchar2(72) := g_package||'del';
297: --
298: Begin
299: hr_utility.set_location('Entering:'||l_proc, 5);