[Home] [Help]
375: begin
376: select pac.context_value
377: into l_tax_group
378: from pay_action_contexts pac
379: ,ff_contexts fc
380: where pac.assignment_action_id = p_assignment_action_id
381: and fc.context_name = 'TAX_GROUP'
382: and pac.context_id = fc.context_id;
383: