DBA Data[Home] [Help]

APPS.PAY_PPE_BUS dependencies on PAY_PPE_SHD

Line 184: (p_rec in pay_ppe_shd.g_rec_type

180: --
181: -- {End Of Comments}
182: -- ----------------------------------------------------------------------------
183: Procedure chk_non_updateable_args
184: (p_rec in pay_ppe_shd.g_rec_type
185: ) IS
186: --
187: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
188: l_error EXCEPTION;

Line 196: IF NOT pay_ppe_shd.api_updating

192: --
193: -- Only proceed with the validation if a row exists for the current
194: -- record in the HR Schema.
195: --
196: IF NOT pay_ppe_shd.api_updating
197: (p_process_event_id => p_rec.process_event_id
198: ,p_object_version_number => p_rec.object_version_number
199: ) THEN
200: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 211: nvl(pay_ppe_shd.g_old_rec.assignment_id, hr_api.g_number)

207: --
208: -- p_assignment_id
209: --
210: if nvl(p_rec.assignment_id, hr_api.g_number) <>
211: nvl(pay_ppe_shd.g_old_rec.assignment_id, hr_api.g_number)
212: then
213: l_argument := 'p_assignment_id';
214: raise l_error;
215: end if;

Line 220: nvl(pay_ppe_shd.g_old_rec.effective_date, hr_api.g_date)

216: --
217: -- p_effective_date
218: --
219: if nvl(p_rec.effective_date, hr_api.g_date) <>
220: nvl(pay_ppe_shd.g_old_rec.effective_date, hr_api.g_date)
221: then
222: l_argument := 'p_effective_date';
223: raise l_error;
224: end if;

Line 229: nvl(pay_ppe_shd.g_old_rec.change_type, hr_api.g_varchar2)

225: --
226: -- p_change_type
227: --
228: if nvl(p_rec.change_type, hr_api.g_varchar2) <>
229: nvl(pay_ppe_shd.g_old_rec.change_type, hr_api.g_varchar2)
230: then
231: l_argument := 'p_change_type';
232: raise l_error;
233: end if;

Line 269: (p_rec in pay_ppe_shd.g_rec_type

265: --
266: -- {End Of Comments}
267: -- ----------------------------------------------------------------------------
268: Procedure chk_change_type
269: (p_rec in pay_ppe_shd.g_rec_type
270: ) IS
271: --
272: l_proc varchar2(72) := g_package || 'chk_change_type';
273: l_error EXCEPTION;

Line 321: (p_rec in pay_ppe_shd.g_rec_type

317: --
318: -- {End Of Comments}
319: -- ----------------------------------------------------------------------------
320: Procedure chk_assignment_exists
321: (p_rec in pay_ppe_shd.g_rec_type
322: ) IS
323: --
324: l_proc varchar2(72) := g_package || 'chk_assignment_exists';
325: l_error EXCEPTION;

Line 384: (p_rec in pay_ppe_shd.g_rec_type

380: --
381: -- {End Of Comments}
382: -- ----------------------------------------------------------------------------
383: Procedure chk_status
384: (p_rec in pay_ppe_shd.g_rec_type
385: ) IS
386: --
387: l_proc varchar2(72) := g_package || 'chk_status';
388: l_error EXCEPTION;

Line 415: (p_rec in pay_ppe_shd.g_rec_type

411: -- ----------------------------------------------------------------------------
412: -- |---------------------------< insert_validate >----------------------------|
413: -- ----------------------------------------------------------------------------
414: Procedure insert_validate
415: (p_rec in pay_ppe_shd.g_rec_type
416: ) is
417: --
418: l_proc varchar2(72) := g_package||'insert_validate';
419: --

Line 450: (p_rec in pay_ppe_shd.g_rec_type

446: -- ----------------------------------------------------------------------------
447: -- |---------------------------< update_validate >----------------------------|
448: -- ----------------------------------------------------------------------------
449: Procedure update_validate
450: (p_rec in pay_ppe_shd.g_rec_type
451: ) is
452: --
453: l_proc varchar2(72) := g_package||'update_validate';
454: --

Line 487: (p_rec in pay_ppe_shd.g_rec_type

483: -- ----------------------------------------------------------------------------
484: -- |---------------------------< delete_validate >----------------------------|
485: -- ----------------------------------------------------------------------------
486: Procedure delete_validate
487: (p_rec in pay_ppe_shd.g_rec_type
488: ) is
489: --
490: l_proc varchar2(72) := g_package||'delete_validate';
491: --