DBA Data[Home] [Help]

APPS.PAY_RTU_BUS dependencies on PAY_RTU_SHD

Line 177: ,p_rec in pay_rtu_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_rtu_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_rtu_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_rtu_shd.api_updating
190: (p_run_type_usage_id => p_rec.run_type_usage_id
191: ,p_effective_date => p_effective_date
192: ,p_object_version_number => p_rec.object_version_number
193: ) THEN

Line 203: nvl(pay_rtu_shd.g_old_rec.business_group_id, hr_api.g_number) then

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

Line 209: if p_rec.run_type_usage_id <> pay_rtu_shd.g_old_rec.run_type_usage_id then

205: raise l_error;
206: end if;
207: hr_utility.set_location(l_proc, 15);
208: --
209: if p_rec.run_type_usage_id <> pay_rtu_shd.g_old_rec.run_type_usage_id then
210: l_argument := 'run_type_usage_id';
211: raise l_error;
212: end if;
213: hr_utility.set_location(l_proc, 20);

Line 215: if p_rec.legislation_code <> pay_rtu_shd.g_old_rec.legislation_code then

211: raise l_error;
212: end if;
213: hr_utility.set_location(l_proc, 20);
214: --
215: if p_rec.legislation_code <> pay_rtu_shd.g_old_rec.legislation_code then
216: l_argument := 'legislation_code';
217: raise l_error;
218: end if;
219: hr_utility.set_location(l_proc, 25);

Line 221: if p_rec.parent_run_type_id <> pay_rtu_shd.g_old_rec.parent_run_type_id then

217: raise l_error;
218: end if;
219: hr_utility.set_location(l_proc, 25);
220: --
221: if p_rec.parent_run_type_id <> pay_rtu_shd.g_old_rec.parent_run_type_id then
222: l_argument := 'parent_run_type_id';
223: raise l_error;
224: end if;
225: hr_utility.set_location(l_proc, 30);

Line 227: if p_rec.child_run_type_id <> pay_rtu_shd.g_old_rec.child_run_type_id then

223: raise l_error;
224: end if;
225: hr_utility.set_location(l_proc, 30);
226: --
227: if p_rec.child_run_type_id <> pay_rtu_shd.g_old_rec.child_run_type_id then
228: l_argument := 'child_run_type_id';
229: raise l_error;
230: end if;
231: hr_utility.set_location(l_proc, 35);

Line 337: nvl(pay_rtu_shd.g_old_rec.parent_run_type_id, hr_api.g_number) <>

333: -- primary key value. For update it will be not null. For insert it will be
334: -- null, because pre_inset has not been called yet.
335: --
336: IF (((p_run_type_usage_id is not null) and
337: nvl(pay_rtu_shd.g_old_rec.parent_run_type_id, hr_api.g_number) <>
338: nvl(p_parent_run_type_id, hr_api.g_number))
339: or
340: (p_run_type_usage_id is null)) then
341: --

Line 523: nvl(pay_rtu_shd.g_old_rec.child_run_type_id, hr_api.g_number) <>

519: -- primary key value. For update it will be not null. For insert it will be
520: -- null, because pre_inset has not been called yet.
521: --
522: IF (((p_run_type_usage_id is not null) and
523: nvl(pay_rtu_shd.g_old_rec.child_run_type_id, hr_api.g_number) <>
524: nvl(p_child_run_type_id, hr_api.g_number))
525: or
526: (p_run_type_usage_id is null)) then
527: --

Line 793: nvl(pay_rtu_shd.g_old_rec.sequence, hr_api.g_number) <>

789: -- primary key value. For update it will be not null. For insert it will be
790: -- null, because pre_inset has not been called yet.
791: --
792: IF (((p_run_type_usage_id is not null) and
793: nvl(pay_rtu_shd.g_old_rec.sequence, hr_api.g_number) <>
794: nvl(p_sequence, hr_api.g_number))
795: or
796: (p_run_type_usage_id is null)) then
797: --

Line 1087: (p_rec in pay_rtu_shd.g_rec_type

1083: -- ----------------------------------------------------------------------------
1084: -- |---------------------------< insert_validate >----------------------------|
1085: -- ----------------------------------------------------------------------------
1086: Procedure insert_validate
1087: (p_rec in pay_rtu_shd.g_rec_type
1088: ,p_effective_date in date
1089: ,p_datetrack_mode in varchar2
1090: ,p_validation_start_date in date
1091: ,p_validation_end_date in date

Line 1150: (p_rec in pay_rtu_shd.g_rec_type

1146: -- ----------------------------------------------------------------------------
1147: -- |---------------------------< update_validate >----------------------------|
1148: -- ----------------------------------------------------------------------------
1149: Procedure update_validate
1150: (p_rec in pay_rtu_shd.g_rec_type
1151: ,p_effective_date in date
1152: ,p_datetrack_mode in varchar2
1153: ,p_validation_start_date in date
1154: ,p_validation_end_date in date

Line 1233: (p_rec in pay_rtu_shd.g_rec_type

1229: -- ----------------------------------------------------------------------------
1230: -- |---------------------------< delete_validate >----------------------------|
1231: -- ----------------------------------------------------------------------------
1232: Procedure delete_validate
1233: (p_rec in pay_rtu_shd.g_rec_type
1234: ,p_effective_date in date
1235: ,p_datetrack_mode in varchar2
1236: ,p_validation_start_date in date
1237: ,p_validation_end_date in date

Line 1248: ,pay_rtu_shd.g_old_rec.business_group_id

1244: --
1245: -- Call all supporting business operations
1246: --
1247: chk_startup_action(false
1248: ,pay_rtu_shd.g_old_rec.business_group_id
1249: ,pay_rtu_shd.g_old_rec.legislation_code
1250: );
1251: --
1252: dt_delete_validate

Line 1249: ,pay_rtu_shd.g_old_rec.legislation_code

1245: -- Call all supporting business operations
1246: --
1247: chk_startup_action(false
1248: ,pay_rtu_shd.g_old_rec.business_group_id
1249: ,pay_rtu_shd.g_old_rec.legislation_code
1250: );
1251: --
1252: dt_delete_validate
1253: (p_datetrack_mode => p_datetrack_mode