DBA Data[Home] [Help]

APPS.PAY_SPR_DEL dependencies on PAY_SPR_BUS

Line 169: pay_spr_bus.set_view_all_payrolls_flag

165: --
166: -- If the security payroll being deleted is the last then
167: -- set the view_all_payrolls_flag to Yes on the security profile.
168: --
169: pay_spr_bus.set_view_all_payrolls_flag
170: (p_security_profile_id => p_rec.security_profile_id);
171:
172: hr_utility.set_location(l_proc, 10);
173:

Line 228: pay_spr_bus.delete_validate(p_rec);

224: );
225: --
226: -- Call the supporting delete validate operation
227: --
228: pay_spr_bus.delete_validate(p_rec);
229: --
230: -- Call to raise any errors on multi-message list
231: hr_multi_message.end_validation_set;
232: --