DBA Data[Home] [Help]

APPS.PAY_PEL_INS dependencies on PAY_PEL_BUS

Line 702: pay_pel_bus.chk_end_date

698: -- parameter in the call to chk_end_date from p_rec.effective_start_date
699: -- to l_validation_start_date. This is because p_rec.effective_start_date
700: -- will be set to null at this point.
701:
702: pay_pel_bus.chk_end_date
703: (p_rec.element_type_id ,
704: null ,
705: l_validation_start_date,
706: l_validation_end_date ,

Line 722: pay_pel_bus.insert_validate

718: );
719: --
720: -- Call the supporting insert validate operations
721: --
722: pay_pel_bus.insert_validate
723: (p_rec => p_rec
724: ,p_effective_date => p_effective_date
725: ,p_datetrack_mode => l_datetrack_mode
726: ,p_validation_start_date => l_validation_start_date

Line 739: -- pay_pel_bus.chk_org_unit

735: --
736: -- validation for organization outside insert validate to default
737: -- location id in p_rec
738: -- if p_rec.organization_id is not null then
739: -- pay_pel_bus.chk_org_unit
740: -- (p_business_group_id => p_rec.business_group_id
741: -- ,p_organization_id => p_rec.organization_id
742: -- ,p_effective_date => p_effective_date
743: -- ,p_location_id => p_rec.location_id