Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT dbo.[FN_Get_WordingText2](@policyID,
- 'eff_begin_date='+@ls_wait_to
- +';previous_eff_begin_date='+ @ls_wait_to_previous
- +';With_in='+@ls_exclusion_to
- +';first_cover='+CAST(@lnm_dvs_first_cover AS VARCHAR(10))
- +';second_cover='+CAST(@lnm_dvs_second_cover AS VARCHAR(10))
- +';effective='+CONVERT(VARCHAR,CAST(@ls_effective AS datetime),103)+' '+CONVERT(VARCHAR,CAST(@ls_effective AS datetime),108)
- +';Chronic_to='+@ls_chronic_to
- ) AS policy_condition
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement