DBA Data[Home] [Help]

APPS.PAY_FR_REBATES dependencies on PAY_PAYROLL_ACTIONS

Line 685: pay_payroll_actions ppa

681: cursor csr_get_assignment_action is
682: select fnd_number.canonical_to_number(substr(max(lpad(paa.action_sequence,15,'0')||
683: paa.assignment_action_id),16))
684: from pay_assignment_actions paa,
685: pay_payroll_actions ppa
686: where paa.assignment_id = p_assignment_id
687: and ppa.payroll_action_id = paa.payroll_action_id
688: and ppa.effective_date between
689: pay_fr_general.g_prev_start_date and