DBA Data[Home] [Help]

APPS.PQH_FYN_UPD dependencies on PQH_FYN_SHD

Line 48: Procedure update_dml(p_rec in out nocopy pqh_fyn_shd.g_rec_type) is

44: -- Internal Row Handler Use Only.
45: --
46: -- {End Of Comments}
47: -- ----------------------------------------------------------------------------
48: Procedure update_dml(p_rec in out nocopy pqh_fyn_shd.g_rec_type) is
49: --
50: l_proc varchar2(72) := g_package||'update_dml';
51: --
52: Begin

Line 81: pqh_fyn_shd.constraint_error

77: --
78: Exception
79: When hr_api.check_integrity_violated Then
80: -- A check constraint has been violated
81: pqh_fyn_shd.constraint_error
82: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
83: When hr_api.parent_integrity_violated Then
84: -- Parent integrity has been violated
85: pqh_fyn_shd.constraint_error

Line 85: pqh_fyn_shd.constraint_error

81: pqh_fyn_shd.constraint_error
82: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
83: When hr_api.parent_integrity_violated Then
84: -- Parent integrity has been violated
85: pqh_fyn_shd.constraint_error
86: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
87: When hr_api.unique_integrity_violated Then
88: -- Unique integrity has been violated
89: pqh_fyn_shd.constraint_error

Line 89: pqh_fyn_shd.constraint_error

85: pqh_fyn_shd.constraint_error
86: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
87: When hr_api.unique_integrity_violated Then
88: -- Unique integrity has been violated
89: pqh_fyn_shd.constraint_error
90: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
91: When Others Then
92: Raise;
93: End update_dml;

Line 127: Procedure pre_update(p_rec in pqh_fyn_shd.g_rec_type) is

123: -- Internal Row Handler Use Only.
124: --
125: -- {End Of Comments}
126: -- ----------------------------------------------------------------------------
127: Procedure pre_update(p_rec in pqh_fyn_shd.g_rec_type) is
128: --
129: l_proc varchar2(72) := g_package||'pre_update';
130: --
131: Begin

Line 170: p_effective_date in date,p_rec in pqh_fyn_shd.g_rec_type) is

166: --
167: -- {End Of Comments}
168: -- ----------------------------------------------------------------------------
169: Procedure post_update(
170: p_effective_date in date,p_rec in pqh_fyn_shd.g_rec_type) is
171: --
172: l_proc varchar2(72) := g_package||'post_update';
173: --
174: Begin

Line 194: ,p_transaction_category_id_o =>pqh_fyn_shd.g_old_rec.transaction_category_id

190: ,p_notification_date =>p_rec.notification_date
191: ,p_status =>p_rec.status
192: ,p_object_version_number =>p_rec.object_version_number
193: ,p_effective_date =>p_effective_date
194: ,p_transaction_category_id_o =>pqh_fyn_shd.g_old_rec.transaction_category_id
195: ,p_transaction_id_o =>pqh_fyn_shd.g_old_rec.transaction_id
196: ,p_notification_event_cd_o =>pqh_fyn_shd.g_old_rec.notification_event_cd
197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd
198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name

Line 195: ,p_transaction_id_o =>pqh_fyn_shd.g_old_rec.transaction_id

191: ,p_status =>p_rec.status
192: ,p_object_version_number =>p_rec.object_version_number
193: ,p_effective_date =>p_effective_date
194: ,p_transaction_category_id_o =>pqh_fyn_shd.g_old_rec.transaction_category_id
195: ,p_transaction_id_o =>pqh_fyn_shd.g_old_rec.transaction_id
196: ,p_notification_event_cd_o =>pqh_fyn_shd.g_old_rec.notification_event_cd
197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd
198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name
199: ,p_notification_date_o =>pqh_fyn_shd.g_old_rec.notification_date

Line 196: ,p_notification_event_cd_o =>pqh_fyn_shd.g_old_rec.notification_event_cd

192: ,p_object_version_number =>p_rec.object_version_number
193: ,p_effective_date =>p_effective_date
194: ,p_transaction_category_id_o =>pqh_fyn_shd.g_old_rec.transaction_category_id
195: ,p_transaction_id_o =>pqh_fyn_shd.g_old_rec.transaction_id
196: ,p_notification_event_cd_o =>pqh_fyn_shd.g_old_rec.notification_event_cd
197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd
198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name
199: ,p_notification_date_o =>pqh_fyn_shd.g_old_rec.notification_date
200: ,p_status_o =>pqh_fyn_shd.g_old_rec.status

Line 197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd

193: ,p_effective_date =>p_effective_date
194: ,p_transaction_category_id_o =>pqh_fyn_shd.g_old_rec.transaction_category_id
195: ,p_transaction_id_o =>pqh_fyn_shd.g_old_rec.transaction_id
196: ,p_notification_event_cd_o =>pqh_fyn_shd.g_old_rec.notification_event_cd
197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd
198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name
199: ,p_notification_date_o =>pqh_fyn_shd.g_old_rec.notification_date
200: ,p_status_o =>pqh_fyn_shd.g_old_rec.status
201: ,p_object_version_number_o =>pqh_fyn_shd.g_old_rec.object_version_number

Line 198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name

194: ,p_transaction_category_id_o =>pqh_fyn_shd.g_old_rec.transaction_category_id
195: ,p_transaction_id_o =>pqh_fyn_shd.g_old_rec.transaction_id
196: ,p_notification_event_cd_o =>pqh_fyn_shd.g_old_rec.notification_event_cd
197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd
198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name
199: ,p_notification_date_o =>pqh_fyn_shd.g_old_rec.notification_date
200: ,p_status_o =>pqh_fyn_shd.g_old_rec.status
201: ,p_object_version_number_o =>pqh_fyn_shd.g_old_rec.object_version_number
202: );

Line 199: ,p_notification_date_o =>pqh_fyn_shd.g_old_rec.notification_date

195: ,p_transaction_id_o =>pqh_fyn_shd.g_old_rec.transaction_id
196: ,p_notification_event_cd_o =>pqh_fyn_shd.g_old_rec.notification_event_cd
197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd
198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name
199: ,p_notification_date_o =>pqh_fyn_shd.g_old_rec.notification_date
200: ,p_status_o =>pqh_fyn_shd.g_old_rec.status
201: ,p_object_version_number_o =>pqh_fyn_shd.g_old_rec.object_version_number
202: );
203: --

Line 200: ,p_status_o =>pqh_fyn_shd.g_old_rec.status

196: ,p_notification_event_cd_o =>pqh_fyn_shd.g_old_rec.notification_event_cd
197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd
198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name
199: ,p_notification_date_o =>pqh_fyn_shd.g_old_rec.notification_date
200: ,p_status_o =>pqh_fyn_shd.g_old_rec.status
201: ,p_object_version_number_o =>pqh_fyn_shd.g_old_rec.object_version_number
202: );
203: --
204: exception

Line 201: ,p_object_version_number_o =>pqh_fyn_shd.g_old_rec.object_version_number

197: ,p_notified_type_cd_o =>pqh_fyn_shd.g_old_rec.notified_type_cd
198: ,p_notified_name_o =>pqh_fyn_shd.g_old_rec.notified_name
199: ,p_notification_date_o =>pqh_fyn_shd.g_old_rec.notification_date
200: ,p_status_o =>pqh_fyn_shd.g_old_rec.status
201: ,p_object_version_number_o =>pqh_fyn_shd.g_old_rec.object_version_number
202: );
203: --
204: exception
205: --

Line 263: Procedure convert_defs(p_rec in out nocopy pqh_fyn_shd.g_rec_type) is

259: -- Internal Row Handler Use Only.
260: --
261: -- {End Of Comments}
262: -- ----------------------------------------------------------------------------
263: Procedure convert_defs(p_rec in out nocopy pqh_fyn_shd.g_rec_type) is
264: --
265: l_proc varchar2(72) := g_package||'convert_defs';
266: --
267: Begin

Line 278: pqh_fyn_shd.g_old_rec.transaction_category_id;

274: -- is being used then we must set to the 'current' argument value.
275: --
276: If (p_rec.transaction_category_id = hr_api.g_number) then
277: p_rec.transaction_category_id :=
278: pqh_fyn_shd.g_old_rec.transaction_category_id;
279: End If;
280: If (p_rec.transaction_id = hr_api.g_number) then
281: p_rec.transaction_id :=
282: pqh_fyn_shd.g_old_rec.transaction_id;

Line 282: pqh_fyn_shd.g_old_rec.transaction_id;

278: pqh_fyn_shd.g_old_rec.transaction_category_id;
279: End If;
280: If (p_rec.transaction_id = hr_api.g_number) then
281: p_rec.transaction_id :=
282: pqh_fyn_shd.g_old_rec.transaction_id;
283: End If;
284: If (p_rec.notification_event_cd = hr_api.g_varchar2) then
285: p_rec.notification_event_cd :=
286: pqh_fyn_shd.g_old_rec.notification_event_cd;

Line 286: pqh_fyn_shd.g_old_rec.notification_event_cd;

282: pqh_fyn_shd.g_old_rec.transaction_id;
283: End If;
284: If (p_rec.notification_event_cd = hr_api.g_varchar2) then
285: p_rec.notification_event_cd :=
286: pqh_fyn_shd.g_old_rec.notification_event_cd;
287: End If;
288: If (p_rec.notified_type_cd = hr_api.g_varchar2) then
289: p_rec.notified_type_cd :=
290: pqh_fyn_shd.g_old_rec.notified_type_cd;

Line 290: pqh_fyn_shd.g_old_rec.notified_type_cd;

286: pqh_fyn_shd.g_old_rec.notification_event_cd;
287: End If;
288: If (p_rec.notified_type_cd = hr_api.g_varchar2) then
289: p_rec.notified_type_cd :=
290: pqh_fyn_shd.g_old_rec.notified_type_cd;
291: End If;
292: If (p_rec.notified_name = hr_api.g_varchar2) then
293: p_rec.notified_name :=
294: pqh_fyn_shd.g_old_rec.notified_name;

Line 294: pqh_fyn_shd.g_old_rec.notified_name;

290: pqh_fyn_shd.g_old_rec.notified_type_cd;
291: End If;
292: If (p_rec.notified_name = hr_api.g_varchar2) then
293: p_rec.notified_name :=
294: pqh_fyn_shd.g_old_rec.notified_name;
295: End If;
296: If (p_rec.notification_date = hr_api.g_date) then
297: p_rec.notification_date :=
298: pqh_fyn_shd.g_old_rec.notification_date;

Line 298: pqh_fyn_shd.g_old_rec.notification_date;

294: pqh_fyn_shd.g_old_rec.notified_name;
295: End If;
296: If (p_rec.notification_date = hr_api.g_date) then
297: p_rec.notification_date :=
298: pqh_fyn_shd.g_old_rec.notification_date;
299: End If;
300: If (p_rec.status = hr_api.g_varchar2) then
301: p_rec.status :=
302: pqh_fyn_shd.g_old_rec.status;

Line 302: pqh_fyn_shd.g_old_rec.status;

298: pqh_fyn_shd.g_old_rec.notification_date;
299: End If;
300: If (p_rec.status = hr_api.g_varchar2) then
301: p_rec.status :=
302: pqh_fyn_shd.g_old_rec.status;
303: End If;
304:
305: --
306: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 316: p_rec in out nocopy pqh_fyn_shd.g_rec_type

312: -- ----------------------------------------------------------------------------
313: Procedure upd
314: (
315: p_effective_date in date,
316: p_rec in out nocopy pqh_fyn_shd.g_rec_type
317: ) is
318: --
319: l_proc varchar2(72) := g_package||'upd';
320: --

Line 326: pqh_fyn_shd.lck

322: hr_utility.set_location('Entering:'||l_proc, 5);
323: --
324: -- We must lock the row which we need to update.
325: --
326: pqh_fyn_shd.lck
327: (
328: p_rec.fyi_notified_id,
329: p_rec.object_version_number
330: );

Line 373: l_rec pqh_fyn_shd.g_rec_type;

369: p_status in varchar2 default hr_api.g_varchar2,
370: p_object_version_number in out nocopy number
371: ) is
372: --
373: l_rec pqh_fyn_shd.g_rec_type;
374: l_proc varchar2(72) := g_package||'upd';
375: --
376: Begin
377: hr_utility.set_location('Entering:'||l_proc, 5);

Line 383: pqh_fyn_shd.convert_args

379: -- Call conversion function to turn arguments into the
380: -- l_rec structure.
381: --
382: l_rec :=
383: pqh_fyn_shd.convert_args
384: (
385: p_fyi_notified_id,
386: p_transaction_category_id,
387: p_transaction_id,