DBA Data[Home] [Help]

APPS.OTA_TPS_DEL dependencies on OTA_TPS_SHD

Line 52: (p_rec in ota_tps_shd.g_rec_type

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

Line 60: ota_tps_shd.g_api_dml := true; -- Set the api dml status

56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: ota_tps_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ota_training_plans row.
63: --
64: delete from ota_training_plans

Line 67: ota_tps_shd.g_api_dml := false; -- Unset the api dml status

63: --
64: delete from ota_training_plans
65: where training_plan_id = p_rec.training_plan_id;
66: --
67: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
68: --
69: hr_utility.set_location(' Leaving:'||l_proc, 10);
70: --
71: Exception

Line 74: ota_tps_shd.g_api_dml := false; -- Unset the api dml status

70: --
71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
75: ota_tps_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: ota_tps_shd.g_api_dml := false; -- Unset the api dml status

Line 75: ota_tps_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
75: ota_tps_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
79: Raise;

Line 78: ota_tps_shd.g_api_dml := false; -- Unset the api dml status

74: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
75: ota_tps_shd.constraint_error
76: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
77: When Others Then
78: ota_tps_shd.g_api_dml := false; -- Unset the api dml status
79: Raise;
80: End delete_dml;
81: --
82: -- ----------------------------------------------------------------------------

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

110: -- Internal Row Handler Use Only.
111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure pre_delete(p_rec in ota_tps_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 ota_tps_shd.g_rec_type) is

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

Line 168: => ota_tps_shd.g_old_rec.time_period_id

164: ota_tps_rkd.after_delete
165: (p_training_plan_id
166: => p_rec.training_plan_id
167: ,p_time_period_id_o
168: => ota_tps_shd.g_old_rec.time_period_id
169: ,p_plan_status_type_id_o
170: => ota_tps_shd.g_old_rec.plan_status_type_id
171: ,p_organization_id_o
172: => ota_tps_shd.g_old_rec.organization_id

Line 170: => ota_tps_shd.g_old_rec.plan_status_type_id

166: => p_rec.training_plan_id
167: ,p_time_period_id_o
168: => ota_tps_shd.g_old_rec.time_period_id
169: ,p_plan_status_type_id_o
170: => ota_tps_shd.g_old_rec.plan_status_type_id
171: ,p_organization_id_o
172: => ota_tps_shd.g_old_rec.organization_id
173: ,p_person_id_o
174: => ota_tps_shd.g_old_rec.person_id

Line 172: => ota_tps_shd.g_old_rec.organization_id

168: => ota_tps_shd.g_old_rec.time_period_id
169: ,p_plan_status_type_id_o
170: => ota_tps_shd.g_old_rec.plan_status_type_id
171: ,p_organization_id_o
172: => ota_tps_shd.g_old_rec.organization_id
173: ,p_person_id_o
174: => ota_tps_shd.g_old_rec.person_id
175: ,p_budget_currency_o
176: => ota_tps_shd.g_old_rec.budget_currency

Line 174: => ota_tps_shd.g_old_rec.person_id

170: => ota_tps_shd.g_old_rec.plan_status_type_id
171: ,p_organization_id_o
172: => ota_tps_shd.g_old_rec.organization_id
173: ,p_person_id_o
174: => ota_tps_shd.g_old_rec.person_id
175: ,p_budget_currency_o
176: => ota_tps_shd.g_old_rec.budget_currency
177: ,p_name_o
178: => ota_tps_shd.g_old_rec.name

Line 176: => ota_tps_shd.g_old_rec.budget_currency

172: => ota_tps_shd.g_old_rec.organization_id
173: ,p_person_id_o
174: => ota_tps_shd.g_old_rec.person_id
175: ,p_budget_currency_o
176: => ota_tps_shd.g_old_rec.budget_currency
177: ,p_name_o
178: => ota_tps_shd.g_old_rec.name
179: ,p_description_o
180: => ota_tps_shd.g_old_rec.description

Line 178: => ota_tps_shd.g_old_rec.name

174: => ota_tps_shd.g_old_rec.person_id
175: ,p_budget_currency_o
176: => ota_tps_shd.g_old_rec.budget_currency
177: ,p_name_o
178: => ota_tps_shd.g_old_rec.name
179: ,p_description_o
180: => ota_tps_shd.g_old_rec.description
181: ,p_business_group_id_o
182: => ota_tps_shd.g_old_rec.business_group_id

Line 180: => ota_tps_shd.g_old_rec.description

176: => ota_tps_shd.g_old_rec.budget_currency
177: ,p_name_o
178: => ota_tps_shd.g_old_rec.name
179: ,p_description_o
180: => ota_tps_shd.g_old_rec.description
181: ,p_business_group_id_o
182: => ota_tps_shd.g_old_rec.business_group_id
183: ,p_object_version_number_o
184: => ota_tps_shd.g_old_rec.object_version_number

Line 182: => ota_tps_shd.g_old_rec.business_group_id

178: => ota_tps_shd.g_old_rec.name
179: ,p_description_o
180: => ota_tps_shd.g_old_rec.description
181: ,p_business_group_id_o
182: => ota_tps_shd.g_old_rec.business_group_id
183: ,p_object_version_number_o
184: => ota_tps_shd.g_old_rec.object_version_number
185: ,p_attribute_category_o
186: => ota_tps_shd.g_old_rec.attribute_category

Line 184: => ota_tps_shd.g_old_rec.object_version_number

180: => ota_tps_shd.g_old_rec.description
181: ,p_business_group_id_o
182: => ota_tps_shd.g_old_rec.business_group_id
183: ,p_object_version_number_o
184: => ota_tps_shd.g_old_rec.object_version_number
185: ,p_attribute_category_o
186: => ota_tps_shd.g_old_rec.attribute_category
187: ,p_attribute1_o
188: => ota_tps_shd.g_old_rec.attribute1

Line 186: => ota_tps_shd.g_old_rec.attribute_category

182: => ota_tps_shd.g_old_rec.business_group_id
183: ,p_object_version_number_o
184: => ota_tps_shd.g_old_rec.object_version_number
185: ,p_attribute_category_o
186: => ota_tps_shd.g_old_rec.attribute_category
187: ,p_attribute1_o
188: => ota_tps_shd.g_old_rec.attribute1
189: ,p_attribute2_o
190: => ota_tps_shd.g_old_rec.attribute2

Line 188: => ota_tps_shd.g_old_rec.attribute1

184: => ota_tps_shd.g_old_rec.object_version_number
185: ,p_attribute_category_o
186: => ota_tps_shd.g_old_rec.attribute_category
187: ,p_attribute1_o
188: => ota_tps_shd.g_old_rec.attribute1
189: ,p_attribute2_o
190: => ota_tps_shd.g_old_rec.attribute2
191: ,p_attribute3_o
192: => ota_tps_shd.g_old_rec.attribute3

Line 190: => ota_tps_shd.g_old_rec.attribute2

186: => ota_tps_shd.g_old_rec.attribute_category
187: ,p_attribute1_o
188: => ota_tps_shd.g_old_rec.attribute1
189: ,p_attribute2_o
190: => ota_tps_shd.g_old_rec.attribute2
191: ,p_attribute3_o
192: => ota_tps_shd.g_old_rec.attribute3
193: ,p_attribute4_o
194: => ota_tps_shd.g_old_rec.attribute4

Line 192: => ota_tps_shd.g_old_rec.attribute3

188: => ota_tps_shd.g_old_rec.attribute1
189: ,p_attribute2_o
190: => ota_tps_shd.g_old_rec.attribute2
191: ,p_attribute3_o
192: => ota_tps_shd.g_old_rec.attribute3
193: ,p_attribute4_o
194: => ota_tps_shd.g_old_rec.attribute4
195: ,p_attribute5_o
196: => ota_tps_shd.g_old_rec.attribute5

Line 194: => ota_tps_shd.g_old_rec.attribute4

190: => ota_tps_shd.g_old_rec.attribute2
191: ,p_attribute3_o
192: => ota_tps_shd.g_old_rec.attribute3
193: ,p_attribute4_o
194: => ota_tps_shd.g_old_rec.attribute4
195: ,p_attribute5_o
196: => ota_tps_shd.g_old_rec.attribute5
197: ,p_attribute6_o
198: => ota_tps_shd.g_old_rec.attribute6

Line 196: => ota_tps_shd.g_old_rec.attribute5

192: => ota_tps_shd.g_old_rec.attribute3
193: ,p_attribute4_o
194: => ota_tps_shd.g_old_rec.attribute4
195: ,p_attribute5_o
196: => ota_tps_shd.g_old_rec.attribute5
197: ,p_attribute6_o
198: => ota_tps_shd.g_old_rec.attribute6
199: ,p_attribute7_o
200: => ota_tps_shd.g_old_rec.attribute7

Line 198: => ota_tps_shd.g_old_rec.attribute6

194: => ota_tps_shd.g_old_rec.attribute4
195: ,p_attribute5_o
196: => ota_tps_shd.g_old_rec.attribute5
197: ,p_attribute6_o
198: => ota_tps_shd.g_old_rec.attribute6
199: ,p_attribute7_o
200: => ota_tps_shd.g_old_rec.attribute7
201: ,p_attribute8_o
202: => ota_tps_shd.g_old_rec.attribute8

Line 200: => ota_tps_shd.g_old_rec.attribute7

196: => ota_tps_shd.g_old_rec.attribute5
197: ,p_attribute6_o
198: => ota_tps_shd.g_old_rec.attribute6
199: ,p_attribute7_o
200: => ota_tps_shd.g_old_rec.attribute7
201: ,p_attribute8_o
202: => ota_tps_shd.g_old_rec.attribute8
203: ,p_attribute9_o
204: => ota_tps_shd.g_old_rec.attribute9

Line 202: => ota_tps_shd.g_old_rec.attribute8

198: => ota_tps_shd.g_old_rec.attribute6
199: ,p_attribute7_o
200: => ota_tps_shd.g_old_rec.attribute7
201: ,p_attribute8_o
202: => ota_tps_shd.g_old_rec.attribute8
203: ,p_attribute9_o
204: => ota_tps_shd.g_old_rec.attribute9
205: ,p_attribute10_o
206: => ota_tps_shd.g_old_rec.attribute10

Line 204: => ota_tps_shd.g_old_rec.attribute9

200: => ota_tps_shd.g_old_rec.attribute7
201: ,p_attribute8_o
202: => ota_tps_shd.g_old_rec.attribute8
203: ,p_attribute9_o
204: => ota_tps_shd.g_old_rec.attribute9
205: ,p_attribute10_o
206: => ota_tps_shd.g_old_rec.attribute10
207: ,p_attribute11_o
208: => ota_tps_shd.g_old_rec.attribute11

Line 206: => ota_tps_shd.g_old_rec.attribute10

202: => ota_tps_shd.g_old_rec.attribute8
203: ,p_attribute9_o
204: => ota_tps_shd.g_old_rec.attribute9
205: ,p_attribute10_o
206: => ota_tps_shd.g_old_rec.attribute10
207: ,p_attribute11_o
208: => ota_tps_shd.g_old_rec.attribute11
209: ,p_attribute12_o
210: => ota_tps_shd.g_old_rec.attribute12

Line 208: => ota_tps_shd.g_old_rec.attribute11

204: => ota_tps_shd.g_old_rec.attribute9
205: ,p_attribute10_o
206: => ota_tps_shd.g_old_rec.attribute10
207: ,p_attribute11_o
208: => ota_tps_shd.g_old_rec.attribute11
209: ,p_attribute12_o
210: => ota_tps_shd.g_old_rec.attribute12
211: ,p_attribute13_o
212: => ota_tps_shd.g_old_rec.attribute13

Line 210: => ota_tps_shd.g_old_rec.attribute12

206: => ota_tps_shd.g_old_rec.attribute10
207: ,p_attribute11_o
208: => ota_tps_shd.g_old_rec.attribute11
209: ,p_attribute12_o
210: => ota_tps_shd.g_old_rec.attribute12
211: ,p_attribute13_o
212: => ota_tps_shd.g_old_rec.attribute13
213: ,p_attribute14_o
214: => ota_tps_shd.g_old_rec.attribute14

Line 212: => ota_tps_shd.g_old_rec.attribute13

208: => ota_tps_shd.g_old_rec.attribute11
209: ,p_attribute12_o
210: => ota_tps_shd.g_old_rec.attribute12
211: ,p_attribute13_o
212: => ota_tps_shd.g_old_rec.attribute13
213: ,p_attribute14_o
214: => ota_tps_shd.g_old_rec.attribute14
215: ,p_attribute15_o
216: => ota_tps_shd.g_old_rec.attribute15

Line 214: => ota_tps_shd.g_old_rec.attribute14

210: => ota_tps_shd.g_old_rec.attribute12
211: ,p_attribute13_o
212: => ota_tps_shd.g_old_rec.attribute13
213: ,p_attribute14_o
214: => ota_tps_shd.g_old_rec.attribute14
215: ,p_attribute15_o
216: => ota_tps_shd.g_old_rec.attribute15
217: ,p_attribute16_o
218: => ota_tps_shd.g_old_rec.attribute16

Line 216: => ota_tps_shd.g_old_rec.attribute15

212: => ota_tps_shd.g_old_rec.attribute13
213: ,p_attribute14_o
214: => ota_tps_shd.g_old_rec.attribute14
215: ,p_attribute15_o
216: => ota_tps_shd.g_old_rec.attribute15
217: ,p_attribute16_o
218: => ota_tps_shd.g_old_rec.attribute16
219: ,p_attribute17_o
220: => ota_tps_shd.g_old_rec.attribute17

Line 218: => ota_tps_shd.g_old_rec.attribute16

214: => ota_tps_shd.g_old_rec.attribute14
215: ,p_attribute15_o
216: => ota_tps_shd.g_old_rec.attribute15
217: ,p_attribute16_o
218: => ota_tps_shd.g_old_rec.attribute16
219: ,p_attribute17_o
220: => ota_tps_shd.g_old_rec.attribute17
221: ,p_attribute18_o
222: => ota_tps_shd.g_old_rec.attribute18

Line 220: => ota_tps_shd.g_old_rec.attribute17

216: => ota_tps_shd.g_old_rec.attribute15
217: ,p_attribute16_o
218: => ota_tps_shd.g_old_rec.attribute16
219: ,p_attribute17_o
220: => ota_tps_shd.g_old_rec.attribute17
221: ,p_attribute18_o
222: => ota_tps_shd.g_old_rec.attribute18
223: ,p_attribute19_o
224: => ota_tps_shd.g_old_rec.attribute19

Line 222: => ota_tps_shd.g_old_rec.attribute18

218: => ota_tps_shd.g_old_rec.attribute16
219: ,p_attribute17_o
220: => ota_tps_shd.g_old_rec.attribute17
221: ,p_attribute18_o
222: => ota_tps_shd.g_old_rec.attribute18
223: ,p_attribute19_o
224: => ota_tps_shd.g_old_rec.attribute19
225: ,p_attribute20_o
226: => ota_tps_shd.g_old_rec.attribute20

Line 224: => ota_tps_shd.g_old_rec.attribute19

220: => ota_tps_shd.g_old_rec.attribute17
221: ,p_attribute18_o
222: => ota_tps_shd.g_old_rec.attribute18
223: ,p_attribute19_o
224: => ota_tps_shd.g_old_rec.attribute19
225: ,p_attribute20_o
226: => ota_tps_shd.g_old_rec.attribute20
227: ,p_attribute21_o
228: => ota_tps_shd.g_old_rec.attribute21

Line 226: => ota_tps_shd.g_old_rec.attribute20

222: => ota_tps_shd.g_old_rec.attribute18
223: ,p_attribute19_o
224: => ota_tps_shd.g_old_rec.attribute19
225: ,p_attribute20_o
226: => ota_tps_shd.g_old_rec.attribute20
227: ,p_attribute21_o
228: => ota_tps_shd.g_old_rec.attribute21
229: ,p_attribute22_o
230: => ota_tps_shd.g_old_rec.attribute22

Line 228: => ota_tps_shd.g_old_rec.attribute21

224: => ota_tps_shd.g_old_rec.attribute19
225: ,p_attribute20_o
226: => ota_tps_shd.g_old_rec.attribute20
227: ,p_attribute21_o
228: => ota_tps_shd.g_old_rec.attribute21
229: ,p_attribute22_o
230: => ota_tps_shd.g_old_rec.attribute22
231: ,p_attribute23_o
232: => ota_tps_shd.g_old_rec.attribute23

Line 230: => ota_tps_shd.g_old_rec.attribute22

226: => ota_tps_shd.g_old_rec.attribute20
227: ,p_attribute21_o
228: => ota_tps_shd.g_old_rec.attribute21
229: ,p_attribute22_o
230: => ota_tps_shd.g_old_rec.attribute22
231: ,p_attribute23_o
232: => ota_tps_shd.g_old_rec.attribute23
233: ,p_attribute24_o
234: => ota_tps_shd.g_old_rec.attribute24

Line 232: => ota_tps_shd.g_old_rec.attribute23

228: => ota_tps_shd.g_old_rec.attribute21
229: ,p_attribute22_o
230: => ota_tps_shd.g_old_rec.attribute22
231: ,p_attribute23_o
232: => ota_tps_shd.g_old_rec.attribute23
233: ,p_attribute24_o
234: => ota_tps_shd.g_old_rec.attribute24
235: ,p_attribute25_o
236: => ota_tps_shd.g_old_rec.attribute25

Line 234: => ota_tps_shd.g_old_rec.attribute24

230: => ota_tps_shd.g_old_rec.attribute22
231: ,p_attribute23_o
232: => ota_tps_shd.g_old_rec.attribute23
233: ,p_attribute24_o
234: => ota_tps_shd.g_old_rec.attribute24
235: ,p_attribute25_o
236: => ota_tps_shd.g_old_rec.attribute25
237: ,p_attribute26_o
238: => ota_tps_shd.g_old_rec.attribute26

Line 236: => ota_tps_shd.g_old_rec.attribute25

232: => ota_tps_shd.g_old_rec.attribute23
233: ,p_attribute24_o
234: => ota_tps_shd.g_old_rec.attribute24
235: ,p_attribute25_o
236: => ota_tps_shd.g_old_rec.attribute25
237: ,p_attribute26_o
238: => ota_tps_shd.g_old_rec.attribute26
239: ,p_attribute27_o
240: => ota_tps_shd.g_old_rec.attribute27

Line 238: => ota_tps_shd.g_old_rec.attribute26

234: => ota_tps_shd.g_old_rec.attribute24
235: ,p_attribute25_o
236: => ota_tps_shd.g_old_rec.attribute25
237: ,p_attribute26_o
238: => ota_tps_shd.g_old_rec.attribute26
239: ,p_attribute27_o
240: => ota_tps_shd.g_old_rec.attribute27
241: ,p_attribute28_o
242: => ota_tps_shd.g_old_rec.attribute28

Line 240: => ota_tps_shd.g_old_rec.attribute27

236: => ota_tps_shd.g_old_rec.attribute25
237: ,p_attribute26_o
238: => ota_tps_shd.g_old_rec.attribute26
239: ,p_attribute27_o
240: => ota_tps_shd.g_old_rec.attribute27
241: ,p_attribute28_o
242: => ota_tps_shd.g_old_rec.attribute28
243: ,p_attribute29_o
244: => ota_tps_shd.g_old_rec.attribute29

Line 242: => ota_tps_shd.g_old_rec.attribute28

238: => ota_tps_shd.g_old_rec.attribute26
239: ,p_attribute27_o
240: => ota_tps_shd.g_old_rec.attribute27
241: ,p_attribute28_o
242: => ota_tps_shd.g_old_rec.attribute28
243: ,p_attribute29_o
244: => ota_tps_shd.g_old_rec.attribute29
245: ,p_attribute30_o
246: => ota_tps_shd.g_old_rec.attribute30

Line 244: => ota_tps_shd.g_old_rec.attribute29

240: => ota_tps_shd.g_old_rec.attribute27
241: ,p_attribute28_o
242: => ota_tps_shd.g_old_rec.attribute28
243: ,p_attribute29_o
244: => ota_tps_shd.g_old_rec.attribute29
245: ,p_attribute30_o
246: => ota_tps_shd.g_old_rec.attribute30
247: ,p_plan_source_o => ota_tps_shd.g_old_rec.plan_source --changed
248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date

Line 246: => ota_tps_shd.g_old_rec.attribute30

242: => ota_tps_shd.g_old_rec.attribute28
243: ,p_attribute29_o
244: => ota_tps_shd.g_old_rec.attribute29
245: ,p_attribute30_o
246: => ota_tps_shd.g_old_rec.attribute30
247: ,p_plan_source_o => ota_tps_shd.g_old_rec.plan_source --changed
248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date
249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date
250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id

Line 247: ,p_plan_source_o => ota_tps_shd.g_old_rec.plan_source --changed

243: ,p_attribute29_o
244: => ota_tps_shd.g_old_rec.attribute29
245: ,p_attribute30_o
246: => ota_tps_shd.g_old_rec.attribute30
247: ,p_plan_source_o => ota_tps_shd.g_old_rec.plan_source --changed
248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date
249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date
250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id
251: ,p_additional_member_flag_o => ota_tps_shd.g_old_rec.additional_member_flag

Line 248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date

244: => ota_tps_shd.g_old_rec.attribute29
245: ,p_attribute30_o
246: => ota_tps_shd.g_old_rec.attribute30
247: ,p_plan_source_o => ota_tps_shd.g_old_rec.plan_source --changed
248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date
249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date
250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id
251: ,p_additional_member_flag_o => ota_tps_shd.g_old_rec.additional_member_flag
252: ,p_learning_path_id_o => ota_tps_shd.g_old_rec.learning_path_id

Line 249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date

245: ,p_attribute30_o
246: => ota_tps_shd.g_old_rec.attribute30
247: ,p_plan_source_o => ota_tps_shd.g_old_rec.plan_source --changed
248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date
249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date
250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id
251: ,p_additional_member_flag_o => ota_tps_shd.g_old_rec.additional_member_flag
252: ,p_learning_path_id_o => ota_tps_shd.g_old_rec.learning_path_id
253: ,p_contact_id_o => ota_tps_shd.g_old_rec.contact_id

Line 250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id

246: => ota_tps_shd.g_old_rec.attribute30
247: ,p_plan_source_o => ota_tps_shd.g_old_rec.plan_source --changed
248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date
249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date
250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id
251: ,p_additional_member_flag_o => ota_tps_shd.g_old_rec.additional_member_flag
252: ,p_learning_path_id_o => ota_tps_shd.g_old_rec.learning_path_id
253: ,p_contact_id_o => ota_tps_shd.g_old_rec.contact_id
254: );

Line 251: ,p_additional_member_flag_o => ota_tps_shd.g_old_rec.additional_member_flag

247: ,p_plan_source_o => ota_tps_shd.g_old_rec.plan_source --changed
248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date
249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date
250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id
251: ,p_additional_member_flag_o => ota_tps_shd.g_old_rec.additional_member_flag
252: ,p_learning_path_id_o => ota_tps_shd.g_old_rec.learning_path_id
253: ,p_contact_id_o => ota_tps_shd.g_old_rec.contact_id
254: );
255: --

Line 252: ,p_learning_path_id_o => ota_tps_shd.g_old_rec.learning_path_id

248: ,p_start_date_o => ota_tps_shd.g_old_rec.start_date
249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date
250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id
251: ,p_additional_member_flag_o => ota_tps_shd.g_old_rec.additional_member_flag
252: ,p_learning_path_id_o => ota_tps_shd.g_old_rec.learning_path_id
253: ,p_contact_id_o => ota_tps_shd.g_old_rec.contact_id
254: );
255: --
256: exception

Line 253: ,p_contact_id_o => ota_tps_shd.g_old_rec.contact_id

249: ,p_end_date_o => ota_tps_shd.g_old_rec.end_date
250: ,p_creator_person_id_o => ota_tps_shd.g_old_rec.creator_person_id
251: ,p_additional_member_flag_o => ota_tps_shd.g_old_rec.additional_member_flag
252: ,p_learning_path_id_o => ota_tps_shd.g_old_rec.learning_path_id
253: ,p_contact_id_o => ota_tps_shd.g_old_rec.contact_id
254: );
255: --
256: exception
257: --

Line 273: (p_rec in ota_tps_shd.g_rec_type

269: -- ----------------------------------------------------------------------------
270: -- |---------------------------------< del >----------------------------------|
271: -- ----------------------------------------------------------------------------
272: Procedure del
273: (p_rec in ota_tps_shd.g_rec_type
274: ) is
275: --
276: l_proc varchar2(72) := g_package||'del';
277: --

Line 283: ota_tps_shd.lck

279: hr_utility.set_location('Entering:'||l_proc, 5);
280: --
281: -- We must lock the row which we need to delete.
282: --
283: ota_tps_shd.lck
284: (p_rec.training_plan_id
285: ,p_rec.object_version_number
286: );
287: --

Line 320: l_rec ota_tps_shd.g_rec_type;

316: (p_training_plan_id in number
317: ,p_object_version_number in number
318: ) is
319: --
320: l_rec ota_tps_shd.g_rec_type;
321: l_proc varchar2(72) := g_package||'del';
322: --
323: Begin
324: hr_utility.set_location('Entering:'||l_proc, 5);