DBA Data[Home] [Help]

APPS.FND_GFM dependencies on FND_RELEASE

Line 1541: * Now using FND_RELEASE. Removed exception as it is no longer needed.

1537: begin
1538:
1539: /* Bug 9860032 - release should not be based on this function definition
1540: * Backporting the R12 JAVA File Upload requires this to be changed.
1541: * Now using FND_RELEASE. Removed exception as it is no longer needed.
1542: *
1543: * Please see bug and previous version for details
1544: *
1545: */

Line 1547: return fnd_release.major_version;

1543: * Please see bug and previous version for details
1544: *
1545: */
1546:
1547: return fnd_release.major_version;
1548:
1549:
1550: end;
1551: