DBA Data[Home] [Help]

APPS.PAY_PTA_BUS dependencies on PAY_PTA_SHD

Line 176: (p_rec in pay_pta_shd.g_rec_type

172: --
173: -- {End Of Comments}
174: -- ----------------------------------------------------------------------------
175: Procedure chk_non_updateable_args
176: (p_rec in pay_pta_shd.g_rec_type
177: ) IS
178: --
179: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
180: l_error EXCEPTION;

Line 188: IF NOT pay_pta_shd.api_updating

184: --
185: -- Only proceed with the validation if a row exists for the current
186: -- record in the HR Schema.
187: --
188: IF NOT pay_pta_shd.api_updating
189: (p_dated_table_id => p_rec.dated_table_id
190: ,p_object_version_number => p_rec.object_version_number
191: ) THEN
192: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 199: nvl(pay_pta_shd.g_old_rec.table_name, hr_api.g_varchar2)

195: fnd_message.raise_error;
196: END IF;
197: --
198: if (nvl(p_rec.table_name, hr_api.g_varchar2) <>
199: nvl(pay_pta_shd.g_old_rec.table_name, hr_api.g_varchar2)
200: ) then
201: l_argument := 'table_name';
202: raise l_error;
203: END IF;

Line 206: nvl(pay_pta_shd.g_old_rec.application_id,hr_api.g_number)

202: raise l_error;
203: END IF;
204: --
205: if (nvl(p_rec.application_id, hr_api.g_number) <>
206: nvl(pay_pta_shd.g_old_rec.application_id,hr_api.g_number)
207: ) then
208: l_argument := 'application_id';
209: raise l_error;
210: END IF;

Line 213: nvl(pay_pta_shd.g_old_rec.business_group_id,hr_api.g_number)

209: raise l_error;
210: END IF;
211: --
212: if (nvl(p_rec.business_group_id, hr_api.g_number) <>
213: nvl(pay_pta_shd.g_old_rec.business_group_id,hr_api.g_number)
214: ) then
215: l_argument := 'business_group_id';
216: raise l_error;
217: END IF;

Line 220: nvl(pay_pta_shd.g_old_rec.legislation_code, hr_api.g_varchar2)

216: raise l_error;
217: END IF;
218: --
219: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>
220: nvl(pay_pta_shd.g_old_rec.legislation_code, hr_api.g_varchar2)
221: then
222: l_argument := 'legislation_code';
223: raise l_error;
224: end if;

Line 260: (p_rec in pay_pta_shd.g_rec_type

256: --
257: -- {End of comments}
258: --
259: Procedure chk_dyn_trigger
260: (p_rec in pay_pta_shd.g_rec_type
261: ) is
262: --
263: l_proc varchar2(72) := g_package||'chk_dyn_trigger';
264: --

Line 312: (p_rec in pay_pta_shd.g_rec_type

308: --
309: -- {End of comments}
310: --
311: Procedure chk_table_name
312: (p_rec in pay_pta_shd.g_rec_type
313: ) is
314: l_proc varchar2(72) := g_package||'chk_table_name';
315: --
316: Begin

Line 363: (p_rec in pay_pta_shd.g_rec_type

359: --
360: -- {End of comments}
361: --
362: Procedure chk_dyn_trig_pkg_generated
363: (p_rec in pay_pta_shd.g_rec_type
364: ) is
365: --
366: l_proc varchar2(72) := g_package||'chk_dyn_trig_pkg_generated';
367: --

Line 421: (p_rec in pay_pta_shd.g_rec_type

417: --
418: -- {End of comments}
419: --
420: Procedure chk_columns
421: (p_rec in pay_pta_shd.g_rec_type
422: ) is
423: --
424: l_proc varchar2(72) := g_package||'chk_columns';
425: --

Line 477: (p_rec in pay_pta_shd.g_rec_type

473: -- ----------------------------------------------------------------------------
474: -- |---------------------------< insert_validate >----------------------------|
475: -- ----------------------------------------------------------------------------
476: Procedure insert_validate
477: (p_rec in pay_pta_shd.g_rec_type
478: ) is
479: --
480: l_proc varchar2(72) := g_package||'insert_validate';
481: --

Line 502: (p_rec in pay_pta_shd.g_rec_type

498: -- ----------------------------------------------------------------------------
499: -- |---------------------------< update_validate >----------------------------|
500: -- ----------------------------------------------------------------------------
501: Procedure update_validate
502: (p_rec in pay_pta_shd.g_rec_type
503: ) is
504: --
505: l_proc varchar2(72) := g_package||'update_validate';
506: --

Line 531: (p_rec in pay_pta_shd.g_rec_type

527: -- ----------------------------------------------------------------------------
528: -- |---------------------------< delete_validate >----------------------------|
529: -- ----------------------------------------------------------------------------
530: Procedure delete_validate
531: (p_rec in pay_pta_shd.g_rec_type
532: ) is
533: --
534: l_proc varchar2(72) := g_package||'delete_validate';
535: --