Normally for translations we are updating the translation tables (table that are ending with _TL).
But if there is a scenario where we have to update translation for parameters of concurrent program. Then in this case only updation of translation table is not sufficient.
Actually,
Concurrent Program parameter is based on Descriptive Flexfield. A
descriptive flexfield must be compiled after a new concurrent program is
created, or some changes are done in parameters or parameter translations.
So, after changes are done, we have to compile the descriptive Flexfield.Compilation can be done using script or by submitting Concurrent request,
1) Using script :
To compile specific DFF
fdfcmp <Oracle Username/Password> 0 Y D[escriptive] <appl_short_name> <desc_flex_name>
To compile ALL Flexfields
fdfcmp <Oracle Username/Password> 0 Y A
2) Concurrent Request to compile Flexfield is "Compile All Flexfields"
No comments:
Post a Comment