DBA Data[Home] [Help]

APPS.PAY_CA_BALANCE_PKG dependencies on FF_CONTEXTS

Line 368: ,ff_contexts fc

364: begin
365: select pac.context_value
366: into l_tax_group
367: from pay_action_contexts pac
368: ,ff_contexts fc
369: where pac.assignment_action_id = p_assignment_action_id
370: and fc.context_name = 'TAX_GROUP'
371: and pac.context_id = fc.context_id;
372: