DBA Data[Home] [Help]

APPS.PAY_CA_PAYROLL_ARCH dependencies on PAY_ACTION_CONTEXTS

Line 213: from pay_action_contexts pac,

209: p_asg_act_id in number)
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