DBA Data[Home] [Help]

APPS.PAY_BLD_BUS dependencies on PAY_BLD_SHD

Line 188: (p_rec in pay_bld_shd.g_rec_type

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

Line 198: IF NOT pay_bld_shd.api_updating

194: --
195: -- Only proceed with the validation if a row exists for the current
196: -- record in the HR Schema.
197: --
198: IF NOT pay_bld_shd.api_updating
199: (p_balance_dimension_id => p_rec.balance_dimension_id
200: ) THEN
201: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');
202: fnd_message.set_token('PROCEDURE ', l_proc);

Line 254: (p_rec in pay_bld_shd.g_rec_type

250: -- ----------------------------------------------------------------------------
251: -- |---------------------------< insert_validate >----------------------------|
252: -- ----------------------------------------------------------------------------
253: Procedure insert_validate
254: (p_rec in pay_bld_shd.g_rec_type
255: ) is
256: --
257: l_proc varchar2(72) := g_package||'insert_validate';
258: --

Line 276: ,p_associated_column1 => pay_bld_shd.g_tab_nam

272: -- Validate Important Attributes
273: --
274: hr_api.validate_bus_grp_id
275: (p_business_group_id => p_rec.business_group_id
276: ,p_associated_column1 => pay_bld_shd.g_tab_nam
277: || '.BUSINESS_GROUP_ID');
278: --
279: -- after validating the set of important attributes,
280: -- if Multiple Message Detection is enabled and at least

Line 297: (p_rec in pay_bld_shd.g_rec_type

293: -- ----------------------------------------------------------------------------
294: -- |---------------------------< update_validate >----------------------------|
295: -- ----------------------------------------------------------------------------
296: Procedure update_validate
297: (p_rec in pay_bld_shd.g_rec_type
298: ) is
299: --
300: l_proc varchar2(72) := g_package||'update_validate';
301: --

Line 319: ,p_associated_column1 => pay_bld_shd.g_tab_nam

315: -- Validate Important Attributes
316: --
317: hr_api.validate_bus_grp_id
318: (p_business_group_id => p_rec.business_group_id
319: ,p_associated_column1 => pay_bld_shd.g_tab_nam
320: || '.BUSINESS_GROUP_ID');
321: --
322: -- After validating the set of important attributes,
323: -- if Multiple Message Detection is enabled and at least

Line 344: (p_rec in pay_bld_shd.g_rec_type

340: -- ----------------------------------------------------------------------------
341: -- |---------------------------< delete_validate >----------------------------|
342: -- ----------------------------------------------------------------------------
343: Procedure delete_validate
344: (p_rec in pay_bld_shd.g_rec_type
345: ) is
346: --
347: l_proc varchar2(72) := g_package||'delete_validate';
348: --

Line 354: ,pay_bld_shd.g_old_rec.business_group_id

350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: --
353: chk_startup_action(false
354: ,pay_bld_shd.g_old_rec.business_group_id
355: ,pay_bld_shd.g_old_rec.legislation_code
356: );
357: IF hr_startup_data_api_support.g_startup_mode
358: NOT IN ('GENERIC','STARTUP') THEN

Line 355: ,pay_bld_shd.g_old_rec.legislation_code

351: --
352: --
353: chk_startup_action(false
354: ,pay_bld_shd.g_old_rec.business_group_id
355: ,pay_bld_shd.g_old_rec.legislation_code
356: );
357: IF hr_startup_data_api_support.g_startup_mode
358: NOT IN ('GENERIC','STARTUP') THEN
359: --