DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_ARCH dependencies on FF_CONTEXTS

Line 214: ff_contexts fc

210: RETURN varchar2 is
211: cursor cur_context is
212: select context_value
213: from pay_action_contexts pac,
214: ff_contexts fc
215: where pac.assignment_action_id = p_asg_act_id
216: and pac.assignment_id = p_assignment_id
217: and pac.context_id = fc.context_id
218: and fc.context_name = p_context_name;