DBA Data[Home] [Help]

APPS.PAY_BLT_INS dependencies on PAY_BLT_BUS

Line 487: pay_blt_bus.insert_validate

483: hr_utility.set_location('Entering:'||l_proc, 5);
484: --
485: -- Call the supporting insert validate operations
486: --
487: pay_blt_bus.insert_validate
488: (p_effective_date
489: ,p_rec
490: );
491:

Line 515: pay_blt_bus.insert_primary_balance_feed

511: --
512: -- insert associated feed of primary balance
513: --
514: if p_rec.input_value_id is not null then
515: pay_blt_bus.insert_primary_balance_feed
516: ( p_effective_date => p_effective_date
517: ,p_business_group_id => p_rec.business_group_id
518: ,p_balance_type_id => p_rec.balance_type_id
519: ,p_input_value_id => p_rec.input_value_id