DBA Data[Home] [Help]

APPS.OTA_CFS_DEL dependencies on OTA_CFS_SHD

Line 52: (p_rec in ota_cfs_shd.g_rec_type

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

Line 75: ota_cfs_shd.constraint_error

71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated
74: --
75: ota_cfs_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 ota_cfs_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_cfs_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_cfs_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_cfs_shd.g_rec_type) is
157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin

Line 168: => ota_cfs_shd.g_old_rec.url

164: ota_cfs_rkd.after_delete
165: (p_conference_server_id
166: => p_rec.conference_server_id
167: ,p_url_o
168: => ota_cfs_shd.g_old_rec.url
169: ,p_type_o
170: => ota_cfs_shd.g_old_rec.type
171: ,p_owc_site_id_o
172: => ota_cfs_shd.g_old_rec.owc_site_id

Line 170: => ota_cfs_shd.g_old_rec.type

166: => p_rec.conference_server_id
167: ,p_url_o
168: => ota_cfs_shd.g_old_rec.url
169: ,p_type_o
170: => ota_cfs_shd.g_old_rec.type
171: ,p_owc_site_id_o
172: => ota_cfs_shd.g_old_rec.owc_site_id
173: ,p_owc_auth_token_o
174: => ota_cfs_shd.g_old_rec.owc_auth_token

Line 172: => ota_cfs_shd.g_old_rec.owc_site_id

168: => ota_cfs_shd.g_old_rec.url
169: ,p_type_o
170: => ota_cfs_shd.g_old_rec.type
171: ,p_owc_site_id_o
172: => ota_cfs_shd.g_old_rec.owc_site_id
173: ,p_owc_auth_token_o
174: => ota_cfs_shd.g_old_rec.owc_auth_token
175: ,p_end_date_active_o
176: => ota_cfs_shd.g_old_rec.end_date_active

Line 174: => ota_cfs_shd.g_old_rec.owc_auth_token

170: => ota_cfs_shd.g_old_rec.type
171: ,p_owc_site_id_o
172: => ota_cfs_shd.g_old_rec.owc_site_id
173: ,p_owc_auth_token_o
174: => ota_cfs_shd.g_old_rec.owc_auth_token
175: ,p_end_date_active_o
176: => ota_cfs_shd.g_old_rec.end_date_active
177: ,p_object_version_number_o
178: => ota_cfs_shd.g_old_rec.object_version_number

Line 176: => ota_cfs_shd.g_old_rec.end_date_active

172: => ota_cfs_shd.g_old_rec.owc_site_id
173: ,p_owc_auth_token_o
174: => ota_cfs_shd.g_old_rec.owc_auth_token
175: ,p_end_date_active_o
176: => ota_cfs_shd.g_old_rec.end_date_active
177: ,p_object_version_number_o
178: => ota_cfs_shd.g_old_rec.object_version_number
179: ,p_business_group_id_o
180: => ota_cfs_shd.g_old_rec.business_group_id

Line 178: => ota_cfs_shd.g_old_rec.object_version_number

174: => ota_cfs_shd.g_old_rec.owc_auth_token
175: ,p_end_date_active_o
176: => ota_cfs_shd.g_old_rec.end_date_active
177: ,p_object_version_number_o
178: => ota_cfs_shd.g_old_rec.object_version_number
179: ,p_business_group_id_o
180: => ota_cfs_shd.g_old_rec.business_group_id
181: ,p_attribute_category_o
182: => ota_cfs_shd.g_old_rec.attribute_category

Line 180: => ota_cfs_shd.g_old_rec.business_group_id

176: => ota_cfs_shd.g_old_rec.end_date_active
177: ,p_object_version_number_o
178: => ota_cfs_shd.g_old_rec.object_version_number
179: ,p_business_group_id_o
180: => ota_cfs_shd.g_old_rec.business_group_id
181: ,p_attribute_category_o
182: => ota_cfs_shd.g_old_rec.attribute_category
183: ,p_attribute1_o
184: => ota_cfs_shd.g_old_rec.attribute1

Line 182: => ota_cfs_shd.g_old_rec.attribute_category

178: => ota_cfs_shd.g_old_rec.object_version_number
179: ,p_business_group_id_o
180: => ota_cfs_shd.g_old_rec.business_group_id
181: ,p_attribute_category_o
182: => ota_cfs_shd.g_old_rec.attribute_category
183: ,p_attribute1_o
184: => ota_cfs_shd.g_old_rec.attribute1
185: ,p_attribute2_o
186: => ota_cfs_shd.g_old_rec.attribute2

Line 184: => ota_cfs_shd.g_old_rec.attribute1

180: => ota_cfs_shd.g_old_rec.business_group_id
181: ,p_attribute_category_o
182: => ota_cfs_shd.g_old_rec.attribute_category
183: ,p_attribute1_o
184: => ota_cfs_shd.g_old_rec.attribute1
185: ,p_attribute2_o
186: => ota_cfs_shd.g_old_rec.attribute2
187: ,p_attribute3_o
188: => ota_cfs_shd.g_old_rec.attribute3

Line 186: => ota_cfs_shd.g_old_rec.attribute2

182: => ota_cfs_shd.g_old_rec.attribute_category
183: ,p_attribute1_o
184: => ota_cfs_shd.g_old_rec.attribute1
185: ,p_attribute2_o
186: => ota_cfs_shd.g_old_rec.attribute2
187: ,p_attribute3_o
188: => ota_cfs_shd.g_old_rec.attribute3
189: ,p_attribute4_o
190: => ota_cfs_shd.g_old_rec.attribute4

Line 188: => ota_cfs_shd.g_old_rec.attribute3

184: => ota_cfs_shd.g_old_rec.attribute1
185: ,p_attribute2_o
186: => ota_cfs_shd.g_old_rec.attribute2
187: ,p_attribute3_o
188: => ota_cfs_shd.g_old_rec.attribute3
189: ,p_attribute4_o
190: => ota_cfs_shd.g_old_rec.attribute4
191: ,p_attribute5_o
192: => ota_cfs_shd.g_old_rec.attribute5

Line 190: => ota_cfs_shd.g_old_rec.attribute4

186: => ota_cfs_shd.g_old_rec.attribute2
187: ,p_attribute3_o
188: => ota_cfs_shd.g_old_rec.attribute3
189: ,p_attribute4_o
190: => ota_cfs_shd.g_old_rec.attribute4
191: ,p_attribute5_o
192: => ota_cfs_shd.g_old_rec.attribute5
193: ,p_attribute6_o
194: => ota_cfs_shd.g_old_rec.attribute6

Line 192: => ota_cfs_shd.g_old_rec.attribute5

188: => ota_cfs_shd.g_old_rec.attribute3
189: ,p_attribute4_o
190: => ota_cfs_shd.g_old_rec.attribute4
191: ,p_attribute5_o
192: => ota_cfs_shd.g_old_rec.attribute5
193: ,p_attribute6_o
194: => ota_cfs_shd.g_old_rec.attribute6
195: ,p_attribute7_o
196: => ota_cfs_shd.g_old_rec.attribute7

Line 194: => ota_cfs_shd.g_old_rec.attribute6

190: => ota_cfs_shd.g_old_rec.attribute4
191: ,p_attribute5_o
192: => ota_cfs_shd.g_old_rec.attribute5
193: ,p_attribute6_o
194: => ota_cfs_shd.g_old_rec.attribute6
195: ,p_attribute7_o
196: => ota_cfs_shd.g_old_rec.attribute7
197: ,p_attribute8_o
198: => ota_cfs_shd.g_old_rec.attribute8

Line 196: => ota_cfs_shd.g_old_rec.attribute7

192: => ota_cfs_shd.g_old_rec.attribute5
193: ,p_attribute6_o
194: => ota_cfs_shd.g_old_rec.attribute6
195: ,p_attribute7_o
196: => ota_cfs_shd.g_old_rec.attribute7
197: ,p_attribute8_o
198: => ota_cfs_shd.g_old_rec.attribute8
199: ,p_attribute9_o
200: => ota_cfs_shd.g_old_rec.attribute9

Line 198: => ota_cfs_shd.g_old_rec.attribute8

194: => ota_cfs_shd.g_old_rec.attribute6
195: ,p_attribute7_o
196: => ota_cfs_shd.g_old_rec.attribute7
197: ,p_attribute8_o
198: => ota_cfs_shd.g_old_rec.attribute8
199: ,p_attribute9_o
200: => ota_cfs_shd.g_old_rec.attribute9
201: ,p_attribute10_o
202: => ota_cfs_shd.g_old_rec.attribute10

Line 200: => ota_cfs_shd.g_old_rec.attribute9

196: => ota_cfs_shd.g_old_rec.attribute7
197: ,p_attribute8_o
198: => ota_cfs_shd.g_old_rec.attribute8
199: ,p_attribute9_o
200: => ota_cfs_shd.g_old_rec.attribute9
201: ,p_attribute10_o
202: => ota_cfs_shd.g_old_rec.attribute10
203: ,p_attribute11_o
204: => ota_cfs_shd.g_old_rec.attribute11

Line 202: => ota_cfs_shd.g_old_rec.attribute10

198: => ota_cfs_shd.g_old_rec.attribute8
199: ,p_attribute9_o
200: => ota_cfs_shd.g_old_rec.attribute9
201: ,p_attribute10_o
202: => ota_cfs_shd.g_old_rec.attribute10
203: ,p_attribute11_o
204: => ota_cfs_shd.g_old_rec.attribute11
205: ,p_attribute12_o
206: => ota_cfs_shd.g_old_rec.attribute12

Line 204: => ota_cfs_shd.g_old_rec.attribute11

200: => ota_cfs_shd.g_old_rec.attribute9
201: ,p_attribute10_o
202: => ota_cfs_shd.g_old_rec.attribute10
203: ,p_attribute11_o
204: => ota_cfs_shd.g_old_rec.attribute11
205: ,p_attribute12_o
206: => ota_cfs_shd.g_old_rec.attribute12
207: ,p_attribute13_o
208: => ota_cfs_shd.g_old_rec.attribute13

Line 206: => ota_cfs_shd.g_old_rec.attribute12

202: => ota_cfs_shd.g_old_rec.attribute10
203: ,p_attribute11_o
204: => ota_cfs_shd.g_old_rec.attribute11
205: ,p_attribute12_o
206: => ota_cfs_shd.g_old_rec.attribute12
207: ,p_attribute13_o
208: => ota_cfs_shd.g_old_rec.attribute13
209: ,p_attribute14_o
210: => ota_cfs_shd.g_old_rec.attribute14

Line 208: => ota_cfs_shd.g_old_rec.attribute13

204: => ota_cfs_shd.g_old_rec.attribute11
205: ,p_attribute12_o
206: => ota_cfs_shd.g_old_rec.attribute12
207: ,p_attribute13_o
208: => ota_cfs_shd.g_old_rec.attribute13
209: ,p_attribute14_o
210: => ota_cfs_shd.g_old_rec.attribute14
211: ,p_attribute15_o
212: => ota_cfs_shd.g_old_rec.attribute15

Line 210: => ota_cfs_shd.g_old_rec.attribute14

206: => ota_cfs_shd.g_old_rec.attribute12
207: ,p_attribute13_o
208: => ota_cfs_shd.g_old_rec.attribute13
209: ,p_attribute14_o
210: => ota_cfs_shd.g_old_rec.attribute14
211: ,p_attribute15_o
212: => ota_cfs_shd.g_old_rec.attribute15
213: ,p_attribute16_o
214: => ota_cfs_shd.g_old_rec.attribute16

Line 212: => ota_cfs_shd.g_old_rec.attribute15

208: => ota_cfs_shd.g_old_rec.attribute13
209: ,p_attribute14_o
210: => ota_cfs_shd.g_old_rec.attribute14
211: ,p_attribute15_o
212: => ota_cfs_shd.g_old_rec.attribute15
213: ,p_attribute16_o
214: => ota_cfs_shd.g_old_rec.attribute16
215: ,p_attribute17_o
216: => ota_cfs_shd.g_old_rec.attribute17

Line 214: => ota_cfs_shd.g_old_rec.attribute16

210: => ota_cfs_shd.g_old_rec.attribute14
211: ,p_attribute15_o
212: => ota_cfs_shd.g_old_rec.attribute15
213: ,p_attribute16_o
214: => ota_cfs_shd.g_old_rec.attribute16
215: ,p_attribute17_o
216: => ota_cfs_shd.g_old_rec.attribute17
217: ,p_attribute18_o
218: => ota_cfs_shd.g_old_rec.attribute18

Line 216: => ota_cfs_shd.g_old_rec.attribute17

212: => ota_cfs_shd.g_old_rec.attribute15
213: ,p_attribute16_o
214: => ota_cfs_shd.g_old_rec.attribute16
215: ,p_attribute17_o
216: => ota_cfs_shd.g_old_rec.attribute17
217: ,p_attribute18_o
218: => ota_cfs_shd.g_old_rec.attribute18
219: ,p_attribute19_o
220: => ota_cfs_shd.g_old_rec.attribute19

Line 218: => ota_cfs_shd.g_old_rec.attribute18

214: => ota_cfs_shd.g_old_rec.attribute16
215: ,p_attribute17_o
216: => ota_cfs_shd.g_old_rec.attribute17
217: ,p_attribute18_o
218: => ota_cfs_shd.g_old_rec.attribute18
219: ,p_attribute19_o
220: => ota_cfs_shd.g_old_rec.attribute19
221: ,p_attribute20_o
222: => ota_cfs_shd.g_old_rec.attribute20

Line 220: => ota_cfs_shd.g_old_rec.attribute19

216: => ota_cfs_shd.g_old_rec.attribute17
217: ,p_attribute18_o
218: => ota_cfs_shd.g_old_rec.attribute18
219: ,p_attribute19_o
220: => ota_cfs_shd.g_old_rec.attribute19
221: ,p_attribute20_o
222: => ota_cfs_shd.g_old_rec.attribute20
223: );
224: --

Line 222: => ota_cfs_shd.g_old_rec.attribute20

218: => ota_cfs_shd.g_old_rec.attribute18
219: ,p_attribute19_o
220: => ota_cfs_shd.g_old_rec.attribute19
221: ,p_attribute20_o
222: => ota_cfs_shd.g_old_rec.attribute20
223: );
224: --
225: exception
226: --

Line 242: (p_rec in ota_cfs_shd.g_rec_type

238: -- ----------------------------------------------------------------------------
239: -- |---------------------------------< del >----------------------------------|
240: -- ----------------------------------------------------------------------------
241: Procedure del
242: (p_rec in ota_cfs_shd.g_rec_type
243: ) is
244: --
245: l_proc varchar2(72) := g_package||'del';
246: --

Line 252: ota_cfs_shd.lck

248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: -- We must lock the row which we need to delete.
251: --
252: ota_cfs_shd.lck
253: (p_rec.conference_server_id
254: ,p_rec.object_version_number
255: );
256: --

Line 289: l_rec ota_cfs_shd.g_rec_type;

285: (p_conference_server_id in number
286: ,p_object_version_number in number
287: ) is
288: --
289: l_rec ota_cfs_shd.g_rec_type;
290: l_proc varchar2(72) := g_package||'del';
291: --
292: Begin
293: hr_utility.set_location('Entering:'||l_proc, 5);