[Home] [Help]
259: ,p_restrict_use IN OUT NOCOPY VARCHAR2) is
260: --
261: cursor restriction(l_customization_type VARCHAR2) is
262: select value
263: from pay_restriction_values
264: where restriction_code = l_customization_type
265: and customized_restriction_id = p_customized_restriction_id;
266: --
267: l_exists varchar2(30);