DBA Data[Home] [Help]

APPS.PAY_SPR_INS dependencies on PAY_SPR_BUS

Line 309: pay_spr_bus.insert_validate

305: hr_utility.set_location('Entering:'||l_proc, 5);
306: --
307: -- Call the supporting insert validate operations
308: --
309: pay_spr_bus.insert_validate
310: (p_effective_date
311: ,p_rec
312: );
313: --

Line 364: pay_spr_bus.chk_security_profile

360: -- be valid.
361:
362: -- Call to validate the business group id is not global
363:
364: pay_spr_bus.chk_security_profile
365: (p_security_profile_id => p_security_profile_id
366: ,p_business_group_id => l_business_group_id);
367:
368: -- Call to Validate security profile id and payroll id belong to the

Line 371: pay_spr_bus.chk_payroll_id

367:
368: -- Call to Validate security profile id and payroll id belong to the
369: -- same business group.
370:
371: pay_spr_bus.chk_payroll_id
372: (p_payroll_id => p_payroll_id
373: ,p_security_profile_id => p_security_profile_id
374: ,p_business_group_id => l_business_group_id);
375: