DBA Data[Home] [Help]

APPS.PAY_BDT_UPD dependencies on PAY_BDT_BUS

Line 325: pay_bdt_bus.update_validate

321: --
322: -- 2. Call the supporting update validate operations.
323: --
324: convert_defs(p_rec);
325: pay_bdt_bus.update_validate
326: (p_rec
327: );
328: --
329: -- Call to raise any errors on multi-message list

Line 422: l_leg_code := pay_bdt_bus.return_legislation_code

418: --
419: Begin
420: hr_utility.set_location('Entering:'||l_proc,10);
421: if p_record_dbi_changes then
422: l_leg_code := pay_bdt_bus.return_legislation_code
423: (p_balance_dimension_id => p_balance_dimension_id
424: ,p_language => p_language_code
425: );
426: end if;