DBA Data[Home] [Help]

APPS.CE_INTEREST_CALC dependencies on DUAL

Line 680: from dual;

676: decode( mod(dDate, 100), 0, 'FALSE', 'TRUE')
677: ), 'FALSE'
678: )
679: into IsLeapYear
680: from dual;
681:
682: IF (IsLeapYear = 'FALSE') THEN
683: return(FALSE);
684: ELSE