DBA Data[Home] [Help]

APPS.FND_PROFILE dependencies on FND_RELEASE

Line 71: major_version NUMBER := fnd_release.major_version;

67:
68: /*
69: ** Global variable that stores Applications Release Major Version
70: */
71: major_version NUMBER := fnd_release.major_version;
72:
73: /*
74: ** Global variable that stores Applications Release Minor Version
75: */

Line 76: minor_version NUMBER := fnd_release.minor_version;

72:
73: /*
74: ** Global variable that stores Applications Release Minor Version
75: */
76: minor_version NUMBER := fnd_release.minor_version;
77:
78: /*
79: ** Global variable that stores Applications Release Point Version
80: */

Line 81: point_version NUMBER := fnd_release.point_version;

77:
78: /*
79: ** Global variable that stores Applications Release Point Version
80: */
81: point_version NUMBER := fnd_release.point_version;
82:
83: /*
84: ** Global variable that stores the start time of initial
85: ** FND_PROFILE use