DBA Data[Home] [Help]

APPS.PAY_FF_FUNCTIONS dependencies on PAY_US_CONTRIBUTION_HISTORY

Line 676: pay_us_contribution_history contr,

672: cursor c1 is
673: select
674: sum(max(contr.max_contr_allowed) - sum(contr.amt_contr)) amt
675: from
676: pay_us_contribution_history contr,
677: per_assignments_f paf
678: where
679: paf.assignment_id = p_assignment_id
680: and l_effective_date between paf.effective_start_date and