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 1278: (p_rec in pay_pbf_shd.g_rec_type

1274: -- ----------------------------------------------------------------------------
1275: -- |---------------------------< insert_validate >----------------------------|
1276: -- ----------------------------------------------------------------------------
1277: Procedure insert_validate
1278: (p_rec in pay_pbf_shd.g_rec_type
1279: ,p_effective_date in date
1280: ,p_datetrack_mode in varchar2
1281: ,p_validation_start_date in date
1282: ,p_validation_end_date in date

Line 1313: ,p_associated_column1 => pay_pbf_shd.g_tab_nam

1309: -- Validate Important Attributes
1310: --
1311: hr_api.validate_bus_grp_id
1312: (p_business_group_id => p_rec.business_group_id
1313: ,p_associated_column1 => pay_pbf_shd.g_tab_nam
1314: || '.BUSINESS_GROUP_ID');
1315: --
1316: -- after validating the set of important attributes,
1317: -- if Multiple Message Detection is enabled and at least

Line 1442: (p_rec in pay_pbf_shd.g_rec_type

1438: -- ----------------------------------------------------------------------------
1439: -- |---------------------------< update_validate >----------------------------|
1440: -- ----------------------------------------------------------------------------
1441: Procedure update_validate
1442: (p_rec in pay_pbf_shd.g_rec_type
1443: ,p_effective_date in date
1444: ,p_datetrack_mode in varchar2
1445: ,p_validation_start_date in date
1446: ,p_validation_end_date in date

Line 1484: ,p_associated_column1 => pay_pbf_shd.g_tab_nam

1480: -- Validate Important Attributes
1481: --
1482: hr_api.validate_bus_grp_id
1483: (p_business_group_id => p_rec.business_group_id
1484: ,p_associated_column1 => pay_pbf_shd.g_tab_nam
1485: || '.BUSINESS_GROUP_ID');
1486: --
1487: -- After validating the set of important attributes,
1488: -- if Multiple Message Detection is enabled and at least

Line 1538: (p_rec in pay_pbf_shd.g_rec_type

1534: -- ----------------------------------------------------------------------------
1535: -- |---------------------------< delete_validate >----------------------------|
1536: -- ----------------------------------------------------------------------------
1537: Procedure delete_validate
1538: (p_rec in pay_pbf_shd.g_rec_type
1539: ,p_effective_date in date
1540: ,p_datetrack_mode in varchar2
1541: ,p_validation_start_date in date
1542: ,p_validation_end_date in date

Line 1564: ,pay_pbf_shd.g_old_rec.business_group_id

1560: chk_dtdel_allowed ( p_datetrack_mode => p_datetrack_mode
1561: ,p_input_value_id => p_rec.input_value_id);
1562:
1563: chk_startup_action(false
1564: ,pay_pbf_shd.g_old_rec.business_group_id
1565: ,pay_pbf_shd.g_old_rec.legislation_code
1566: );
1567:
1568: IF hr_startup_data_api_support.g_startup_mode

Line 1565: ,pay_pbf_shd.g_old_rec.legislation_code

1561: ,p_input_value_id => p_rec.input_value_id);
1562:
1563: chk_startup_action(false
1564: ,pay_pbf_shd.g_old_rec.business_group_id
1565: ,pay_pbf_shd.g_old_rec.legislation_code
1566: );
1567:
1568: IF hr_startup_data_api_support.g_startup_mode
1569: NOT IN ('GENERIC','STARTUP') THEN