FNDLOAD doesn't output anything after Entity Definitions
I'm trying to download a lookup type and it's corresponding lookup codes with the following command:
FNDLOAD apps/$PWD O Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct XXFN_AP_RESP.ldt FND_LOOKUP_VALUE APPLICATION_SHORT_NAME="XXFN" LOOKUP_TYPE="FIS_AP_VIEW_BANK_ACCT"
The ldt file is created, but only contains the Entity Definitions. I've seen this when downloading concurrent programs with FNDLOAD and was able to add a parameter, P_VSET_DOWNLOAD_CHILDREN="Y" to get the data values to download. This parameter didn't work for downloading the lookup type and codes. Is there another parameter I might use?