[Home] [Help]
217: --
218: cursor legsel is
219: select pbg.legislation_code
220: from per_business_groups pbg,
221: pay_personal_payment_methods_f ppm
222: where pbg.business_group_id = ppm.business_group_id
223: and ppm.personal_payment_method_id = p_personal_payment_method_id
224: and p_effective_date between ppm.effective_start_date
225: and ppm.effective_end_date;