DBA Data[Home] [Help]

APPS.PAY_IN_FF_PKG dependencies on DUAL

Line 986: FROM dual;

982: CURSOR c_payroll_month_dates
983: IS
984: SELECT ADD_MONTHS(LAST_DAY(p_effective_date),-1)+1
985: ,LAST_DAY(p_effective_date)
986: FROM dual;
987:
988:
989: -- The cursor to find out the total no of GRE/Legal entity chnages in a given month.
990: CURSOR c_gre_changes(p_start_date DATE