DBA Data[Home] [Help]

APPS.PAY_PBF_INS dependencies on PAY_PBF_BUS

Line 574: pay_pbf_bus.g_balance_init_flag := null;

570: --
571: Begin
572: hr_utility.set_location('Entering:'||l_proc, 5);
573:
574: pay_pbf_bus.g_balance_init_flag := null;
575:
576: -- When initial balance feed is being created, the effective start date must be
577: -- from hr_api.g_sot. The parents must also exist as of this date.
578:

Line 579: if pay_pbf_bus.get_balance_init_flag ( p_input_value_id => p_rec.input_value_id ) then

575:
576: -- When initial balance feed is being created, the effective start date must be
577: -- from hr_api.g_sot. The parents must also exist as of this date.
578:
579: if pay_pbf_bus.get_balance_init_flag ( p_input_value_id => p_rec.input_value_id ) then
580: l_effective_date := hr_api.g_sot;
581: else
582: l_effective_date := p_effective_date;
583: end if;

Line 598: pay_pbf_bus.insert_validate

594: );
595: --
596: -- Call the supporting insert validate operations
597: --
598: pay_pbf_bus.insert_validate
599: (p_rec => p_rec
600: ,p_effective_date => l_effective_date
601: ,p_datetrack_mode => l_datetrack_mode
602: ,p_validation_start_date => l_validation_start_date