DBA Data[Home] [Help]

APPS.PAY_ROM_BUS dependencies on PAY_ROM_SHD

Line 177: ,p_rec in pay_rom_shd.g_rec_type

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

Line 189: IF NOT pay_rom_shd.api_updating

185: --
186: -- Only proceed with the validation if a row exists for the current
187: -- record in the HR Schema.
188: --
189: IF NOT pay_rom_shd.api_updating
190: (p_run_type_org_method_id => p_rec.run_type_org_method_id
191: ,p_effective_date => p_effective_date
192: ,p_object_version_number => p_rec.object_version_number
193: ) THEN

Line 206: nvl(pay_rom_shd.g_old_rec.business_group_id, hr_api.g_number) then

202: --
203: hr_utility.set_location(l_proc, 10);
204: --
205: if nvl(p_rec.business_group_id, hr_api.g_number) <>
206: nvl(pay_rom_shd.g_old_rec.business_group_id, hr_api.g_number) then
207: l_argument := 'business_group_id';
208: raise l_error;
209: end if;
210: hr_utility.set_location(l_proc, 15);

Line 213: nvl(pay_rom_shd.g_old_rec.run_type_org_method_id,hr_api.g_number) then

209: end if;
210: hr_utility.set_location(l_proc, 15);
211: --
212: if nvl(p_rec.run_type_org_method_id, hr_api.g_number) <>
213: nvl(pay_rom_shd.g_old_rec.run_type_org_method_id,hr_api.g_number) then
214: l_argument := 'run_type_org_method_id';
215: raise l_error;
216: end if;
217: hr_utility.set_location(l_proc, 20);

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

216: end if;
217: hr_utility.set_location(l_proc, 20);
218: --
219: if nvl(p_rec.legislation_code,hr_api.g_varchar2) <>
220: nvl(pay_rom_shd.g_old_rec.legislation_code,hr_api.g_varchar2) then
221: l_argument := 'legislation_code';
222: raise l_error;
223: end if;
224: hr_utility.set_location(l_proc, 25);

Line 227: nvl(pay_rom_shd.g_old_rec.run_type_id, hr_api.g_number) then

223: end if;
224: hr_utility.set_location(l_proc, 25);
225: --
226: if nvl(p_rec.run_type_id, hr_api.g_number) <>
227: nvl(pay_rom_shd.g_old_rec.run_type_id, hr_api.g_number) then
228: l_argument := 'run_type_id';
229: raise l_error;
230: end if;
231: hr_utility.set_location(l_proc, 30);

Line 234: nvl(pay_rom_shd.g_old_rec.org_payment_method_id,hr_api.g_number) then

230: end if;
231: hr_utility.set_location(l_proc, 30);
232: --
233: if nvl(p_rec.org_payment_method_id, hr_api.g_number) <>
234: nvl(pay_rom_shd.g_old_rec.org_payment_method_id,hr_api.g_number) then
235: l_argument := 'org_payment_method_id';
236: raise l_error;
237: end if;
238: hr_utility.set_location(l_proc, 35);

Line 355: nvl(pay_rom_shd.g_old_rec.run_type_id, hr_api.g_number) <>

351: -- primary key value. For update it will be not null. For insert it will be
352: -- null because pre_insert has not been called yet.
353: --
354: IF (((p_run_type_org_method_id is not null) and
355: nvl(pay_rom_shd.g_old_rec.run_type_id, hr_api.g_number) <>
356: nvl(p_run_type_id, hr_api.g_number)) or
357: (p_run_type_org_method_id is null)) THEN
358: --
359: hr_utility.set_location(l_proc, 10);

Line 493: nvl(pay_rom_shd.g_old_rec.org_payment_method_id, hr_api.g_number) <>

489: -- primary key value. For update it will be not null. For insert it will be
490: -- null because pre_insert has not been called yet.
491: --
492: IF (((p_run_type_org_method_id is not null) and
493: nvl(pay_rom_shd.g_old_rec.org_payment_method_id, hr_api.g_number) <>
494: nvl(p_org_payment_method_id, hr_api.g_number)) or
495: (p_run_type_org_method_id is null)) THEN
496: --
497: hr_utility.set_location(l_proc, 10);

Line 627: nvl(pay_rom_shd.g_old_rec.priority, hr_api.g_number) <>

623: -- primary key value. For update it will be not null. For insert it will be
624: -- null, because pre_inset has not been called yet.
625: --
626: IF (((p_run_type_org_method_id is not null) and
627: nvl(pay_rom_shd.g_old_rec.priority, hr_api.g_number) <>
628: nvl(p_priority, hr_api.g_number))
629: or
630: (p_run_type_org_method_id is null)) then
631: --

Line 1145: (p_rec in pay_rom_shd.g_rec_type

1141: -- ----------------------------------------------------------------------------
1142: -- |---------------------------< insert_validate >----------------------------|
1143: -- ----------------------------------------------------------------------------
1144: Procedure insert_validate
1145: (p_rec in pay_rom_shd.g_rec_type
1146: ,p_effective_date in date
1147: ,p_datetrack_mode in varchar2
1148: ,p_validation_start_date in date
1149: ,p_validation_end_date in date

Line 1211: (p_rec in pay_rom_shd.g_rec_type

1207: -- ----------------------------------------------------------------------------
1208: -- |---------------------------< update_validate >----------------------------|
1209: -- ----------------------------------------------------------------------------
1210: Procedure update_validate
1211: (p_rec in pay_rom_shd.g_rec_type
1212: ,p_effective_date in date
1213: ,p_datetrack_mode in varchar2
1214: ,p_validation_start_date in date
1215: ,p_validation_end_date in date

Line 1296: (p_rec in pay_rom_shd.g_rec_type

1292: -- ----------------------------------------------------------------------------
1293: -- |---------------------------< delete_validate >----------------------------|
1294: -- ----------------------------------------------------------------------------
1295: Procedure delete_validate
1296: (p_rec in pay_rom_shd.g_rec_type
1297: ,p_effective_date in date
1298: ,p_datetrack_mode in varchar2
1299: ,p_validation_start_date in date
1300: ,p_validation_end_date in date

Line 1311: ,pay_rom_shd.g_old_rec.business_group_id

1307: --
1308: -- Call all supporting business operations
1309: --
1310: chk_startup_action(False
1311: ,pay_rom_shd.g_old_rec.business_group_id
1312: ,pay_rom_shd.g_old_rec.legislation_code);
1313: --
1314: dt_delete_validate
1315: (p_datetrack_mode => p_datetrack_mode

Line 1312: ,pay_rom_shd.g_old_rec.legislation_code);

1308: -- Call all supporting business operations
1309: --
1310: chk_startup_action(False
1311: ,pay_rom_shd.g_old_rec.business_group_id
1312: ,pay_rom_shd.g_old_rec.legislation_code);
1313: --
1314: dt_delete_validate
1315: (p_datetrack_mode => p_datetrack_mode
1316: ,p_validation_start_date => p_validation_start_date