Descriptive Flexfields has many Context Codes based on the value of the reference field and there is a need of downloading a specific Context and then upload to other instances.
Example 1
Downloading ‘Global Data Element’ and all context codes that start with JA for all Descriptive Flexfields that start with JG.
$ FNDLOAD apps/password 0 Y DOWNLOAD @FND:admin/import/afffload.lct output.ldt DESC_FLEX APPLICATION_SHORT_NAME="JG" DESCRIPTIVE_FLEXFIELD_NAME="JG%" P_LEVEL="COL_ALL:REF_ALL:CTX_ONE" DESCRIPTIVE_FLEX_CONTEXT_CODE="JA%"
Example 2
Downloading ‘Global Data Element’ and context codes is specifically LOCATION1 for Descriptive Flexfield HR_LOCATIONS.
$ FNDLOAD apps/password 0 Y DOWNLOAD @FND:patch/115/import/afffload.lct output.ldt DESC_FLEX APPLICATION_SHORT_NAME="PER" DESCRIPTIVE_FLEXFIELD_NAME="HR_LOCATIONS" DESCRIPTIVE_FLEX_CONTEXT_CODE="LOCATION1" P_LEVEL="COL_ALL:REF_ALL:CTX_ONE:SEG_ALL"
Example 3
$ FNDLOAD apps/password 0 Y DOWNLOAD $FND_TOP/patch/115/import/afffload.lct output.ldt DESC_FLEX APPLICATION_SHORT_NAME="PER" DESCRIPTIVE_FLEXFIELD_NAME="Assignment Developer DF" DESCRIPTIVE_FLEX_CONTEXT_CODE="Interfaces"
Uploading the .ldt file:
$ FNDLOAD apps/password 0 Y UPLOAD @FND:patch/115/import/afffload.lct output.ldt