DBA Data[Home] [Help]

APPS.PER_FR_TERMINATION dependencies on PAY_FR_GENERAL

Line 967: l_rolling_balance := PAY_FR_GENERAL.FR_ROLLING_BALANCE

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