DBA Data[Home] [Help]

APPS.PAY_PBF_BUS dependencies on PAY_PBF_SHD

Line 188: ,p_rec in pay_pbf_shd.g_rec_type

184: -- {End Of Comments}
185: -- ----------------------------------------------------------------------------
186: Procedure chk_non_updateable_args
187: (p_effective_date in date
188: ,p_rec in pay_pbf_shd.g_rec_type
189: ) IS
190: --
191: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
192: l_argument varchar2(30);

Line 201: IF NOT pay_pbf_shd.api_updating

197:
198: -- Only proceed with the validation if a row exists for the current
199: -- record in the HR Schema.
200: --
201: IF NOT pay_pbf_shd.api_updating
202: (p_balance_feed_id => p_rec.balance_feed_id
203: ,p_effective_date => p_effective_date
204: ,p_object_version_number => p_rec.object_version_number
205: ) THEN

Line 215: nvl(pay_pbf_shd.g_old_rec.business_group_id, hr_api.g_number) then

211: --
212: hr_utility.set_location('Entering:'||l_proc, 6);
213:
214: if nvl(p_rec.business_group_id, hr_api.g_number) <>
215: nvl(pay_pbf_shd.g_old_rec.business_group_id, hr_api.g_number) then
216: l_argument := 'business_group_id';
217: raise hr_api.argument_changed;
218: end if;
219:

Line 222: nvl(pay_pbf_shd.g_old_rec.input_value_id, hr_api.g_number) then

218: end if;
219:
220: hr_utility.set_location('Entering:'||l_proc, 7);
221: if nvl(p_rec.input_value_id, hr_api.g_number) <>
222: nvl(pay_pbf_shd.g_old_rec.input_value_id, hr_api.g_number) then
223: l_argument := 'input_value_id';
224: raise hr_api.argument_changed;
225: end if;
226:

Line 229: nvl(pay_pbf_shd.g_old_rec.balance_type_id, hr_api.g_number) then

225: end if;
226:
227: hr_utility.set_location('Entering:'||l_proc, 8);
228: if nvl(p_rec.balance_type_id, hr_api.g_number) <>
229: nvl(pay_pbf_shd.g_old_rec.balance_type_id, hr_api.g_number) then
230: l_argument := 'balance_type_id';
231: raise hr_api.argument_changed;
232: end if;
233:

Line 236: nvl(pay_pbf_shd.g_old_rec.legislation_code, hr_api.g_varchar2) then

232: end if;
233:
234: hr_utility.set_location('Entering:'||l_proc, 9);
235: if nvl(p_rec.legislation_code, hr_api.g_varchar2) <>
236: nvl(pay_pbf_shd.g_old_rec.legislation_code, hr_api.g_varchar2) then
237: l_argument := 'legislation_code';
238: raise hr_api.argument_changed;
239: end if;
240:

Line 243: nvl(pay_pbf_shd.g_old_rec.legislation_subgroup, hr_api.g_varchar2) then

239: end if;
240:
241: hr_utility.set_location('Entering:'||l_proc, 9);
242: if nvl(p_rec.legislation_subgroup, hr_api.g_varchar2) <>
243: nvl(pay_pbf_shd.g_old_rec.legislation_subgroup, hr_api.g_varchar2) then
244: l_argument := 'legislation_subgroup';
245: raise hr_api.argument_changed;
246: end if;
247:

Line 1300: (p_rec in pay_pbf_shd.g_rec_type

1296: -- ----------------------------------------------------------------------------
1297: -- |---------------------------< insert_validate >----------------------------|
1298: -- ----------------------------------------------------------------------------
1299: Procedure insert_validate
1300: (p_rec in pay_pbf_shd.g_rec_type
1301: ,p_effective_date in date
1302: ,p_datetrack_mode in varchar2
1303: ,p_validation_start_date in date
1304: ,p_validation_end_date in date

Line 1335: ,p_associated_column1 => pay_pbf_shd.g_tab_nam

1331: -- Validate Important Attributes
1332: --
1333: hr_api.validate_bus_grp_id
1334: (p_business_group_id => p_rec.business_group_id
1335: ,p_associated_column1 => pay_pbf_shd.g_tab_nam
1336: || '.BUSINESS_GROUP_ID');
1337: --
1338: -- after validating the set of important attributes,
1339: -- if Multiple Message Detection is enabled and at least

Line 1480: (p_rec in pay_pbf_shd.g_rec_type

1476: -- ----------------------------------------------------------------------------
1477: -- |---------------------------< update_validate >----------------------------|
1478: -- ----------------------------------------------------------------------------
1479: Procedure update_validate
1480: (p_rec in pay_pbf_shd.g_rec_type
1481: ,p_effective_date in date
1482: ,p_datetrack_mode in varchar2
1483: ,p_validation_start_date in date
1484: ,p_validation_end_date in date

Line 1522: ,p_associated_column1 => pay_pbf_shd.g_tab_nam

1518: -- Validate Important Attributes
1519: --
1520: hr_api.validate_bus_grp_id
1521: (p_business_group_id => p_rec.business_group_id
1522: ,p_associated_column1 => pay_pbf_shd.g_tab_nam
1523: || '.BUSINESS_GROUP_ID');
1524: --
1525: -- After validating the set of important attributes,
1526: -- if Multiple Message Detection is enabled and at least

Line 1577: (p_rec in pay_pbf_shd.g_rec_type

1573: -- ----------------------------------------------------------------------------
1574: -- |---------------------------< delete_validate >----------------------------|
1575: -- ----------------------------------------------------------------------------
1576: Procedure delete_validate
1577: (p_rec in pay_pbf_shd.g_rec_type
1578: ,p_effective_date in date
1579: ,p_datetrack_mode in varchar2
1580: ,p_validation_start_date in date
1581: ,p_validation_end_date in date

Line 1606: ,pay_pbf_shd.g_old_rec.business_group_id

1602: END IF; -- added for Bug #8721639
1603:
1604:
1605: chk_startup_action(false
1606: ,pay_pbf_shd.g_old_rec.business_group_id
1607: ,pay_pbf_shd.g_old_rec.legislation_code
1608: );
1609:
1610: IF hr_startup_data_api_support.g_startup_mode

Line 1607: ,pay_pbf_shd.g_old_rec.legislation_code

1603:
1604:
1605: chk_startup_action(false
1606: ,pay_pbf_shd.g_old_rec.business_group_id
1607: ,pay_pbf_shd.g_old_rec.legislation_code
1608: );
1609:
1610: IF hr_startup_data_api_support.g_startup_mode
1611: NOT IN ('GENERIC','STARTUP') THEN