DBA Data[Home] [Help]

APPS.PER_FR_TERMINATION dependencies on PAY_FR_GENERAL

Line 972: l_rolling_balance := PAY_FR_GENERAL.FR_ROLLING_BALANCE

968: -- function calculates over last 12 months
969: -- 1st day of 12 calendar months prior to above date
970: l_bal_date_from := TRUNC(ADD_MONTHS(l_bal_date_to+1,-12), 'MONTH');
971: -- Get rolling balances
972: l_rolling_balance := PAY_FR_GENERAL.FR_ROLLING_BALANCE
973: (p_assignment_id,
974: 'FR_NOTICE_PERIOD_IN_LIEU_EARNINGS_BASE',
975: l_bal_date_from,
976: l_bal_date_to);