DBA Data[Home] [Help]

APPS.PER_OTA_PREDEL_VALIDATION dependencies on PER_OTA_PREDEL_VALIDATION

Line 1: PACKAGE BODY PER_OTA_PREDEL_VALIDATION as

1: PACKAGE BODY PER_OTA_PREDEL_VALIDATION as
2: /* $Header: peperota.pkb 115.3 2002/12/07 00:07:02 dhmulia ship $ */
3:
4: PROCEDURE ota_predel_job_validation(p_job_id number) is
5: --

Line 27: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_job_validation', 10);

23: begin
24: --
25: -- Check there are no values in ota_event_association
26: --
27: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_job_validation', 10);
28: --
29: --
30: --
31: -- is ota installed?

Line 78: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_pos_validation', 10);

74: --
75: -- Check there are no values in ota_event_association
76: --
77: --
78: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_pos_validation', 10);
79: --
80: --
81: -- is ota installed?
82: if (fnd_installation.get(appl_id => 810

Line 143: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_org_validation', 10);

139: -- ota_finance_headers
140: -- ota_activity_versions
141: -- ota_notrng_histories
142: --
143: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_org_validation', 10);
144: --
145: --
146: -- is ota installed?
147: --

Line 202: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_per_validation', 10);

198: -- ota_activity_versions
199: -- ota_events
200: -- ota_notrng_histories
201: --
202: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_per_validation', 10);
203: --
204: -- is ota installed?
205: --
206: if (fnd_installation.get(appl_id => 810

Line 247: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_asg_validation', 10);

243: begin
244: --
245: -- Check there are no values in ota_delegate_bookings
246: --
247: hr_utility.set_location('PER_OTA_PREDEL_VALIDATION.ota_predel_asg_validation', 10);
248: --
249: --
250: -- is ota installed?
251: --

Line 275: END PER_OTA_PREDEL_VALIDATION;

271: end if;
272: end ota_predel_asg_validation;
273: --
274: --
275: END PER_OTA_PREDEL_VALIDATION;