recompile DFF Manually follow the below mentioned steps:
1. First we need some info about the 2 failing DFFs:
2. * Log in to Oracle Applications. (with a user name which has access to Application Developer
Responsibility.)
3. * Select Application Developer Responsibility.
4. * Navigate to Flexfield->Descriptive->Segments.
5. * Query the descriptive flexfield that you want to compile.
(Query | Find... will display a list of values for currently defined descriptive flexfields.)
6. * Now cursor should be in Application field. Value in Application field is the application name
of the owner application. Please either use Application->Register Form to get application short
name for this application or check your manuals to find application short name. This value will be
used for <ApplShortName> . (Ex. Human Resourses = PER)
7. * Do Help->Tools->Examine. (If it asks for Oracle password, please contact to your System
Administrator and get this password.)
8. * Select Block : TABLE, Field : DESCRIPTIVE_FLEXFIELD_NAME. The value in the Value field is
the internal name for this descriptive flexfield. This value will be used for <DescFlexName>. ( Ex. Extra Person Info DDF)
9. * Now click on the Cancel button to close Examine window.
10. * Close the form.
11. * Exit from Oracle Applications.
Now you have both of the arguments that are going to be used in the fdfcmp call for D mode.
12. Then run the below command from $FND_TOP/bin directory:
fdfcmp apps/<password> 0 Y D <ApplShortName> <DescFlexName>
1. First we need some info about the 2 failing DFFs:
2. * Log in to Oracle Applications. (with a user name which has access to Application Developer
Responsibility.)
3. * Select Application Developer Responsibility.
4. * Navigate to Flexfield->Descriptive->Segments.
5. * Query the descriptive flexfield that you want to compile.
(Query | Find... will display a list of values for currently defined descriptive flexfields.)
6. * Now cursor should be in Application field. Value in Application field is the application name
of the owner application. Please either use Application->Register Form to get application short
name for this application or check your manuals to find application short name. This value will be
used for <ApplShortName> . (Ex. Human Resourses = PER)
7. * Do Help->Tools->Examine. (If it asks for Oracle password, please contact to your System
Administrator and get this password.)
8. * Select Block : TABLE, Field : DESCRIPTIVE_FLEXFIELD_NAME. The value in the Value field is
the internal name for this descriptive flexfield. This value will be used for <DescFlexName>. ( Ex. Extra Person Info DDF)
9. * Now click on the Cancel button to close Examine window.
10. * Close the form.
11. * Exit from Oracle Applications.
Now you have both of the arguments that are going to be used in the fdfcmp call for D mode.
12. Then run the below command from $FND_TOP/bin directory:
fdfcmp apps/<password> 0 Y D <ApplShortName> <DescFlexName>
No comments:
Post a Comment