DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_ARCH dependencies on FF_CONTEXTS

Line 228: ff_contexts fc

224: RETURN varchar2 is
225: cursor cur_context is
226: select context_value
227: from pay_action_contexts pac,
228: ff_contexts fc
229: where pac.assignment_action_id = p_asg_act_id
230: and pac.assignment_id = p_assignment_id
231: and pac.context_id = fc.context_id
232: and fc.context_name = p_context_name;