How to download specific Lookup Types via FNDLOAD
Dear All,
I have more then 1000 lookup types in custom application XXCA.I have categorized all lookup types for example.
ABC_EMPLOYEES
ABC_DEPT
ABC_LOCATION
DEF_EMPLOYEES
DEF_DEPT
DEF_LOACTION
DEF_AREA
GHI_EMPLOYEE
GHI_DEPT
my question is how to download only ABC lookup types.i have try but this script download all lookup types of mentioned application XXCA.
FNDLOAD apps/pwd@seeddb 0 Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct file_name.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME=”XXCA” LOOKUP_TYPE LIKE”FMS%”
Valueable solution and suggestions would be highly appreciated.
Regards,
ABA
I have more then 1000 lookup types in custom application XXCA.I have categorized all lookup types for example.
ABC_EMPLOYEES
ABC_DEPT
ABC_LOCATION
DEF_EMPLOYEES
DEF_DEPT
DEF_LOACTION
DEF_AREA
GHI_EMPLOYEE
GHI_DEPT
my question is how to download only ABC lookup types.i have try but this script download all lookup types of mentioned application XXCA.
FNDLOAD apps/pwd@seeddb 0 Y DOWNLOAD $FND_TOP/patch/115/import/aflvmlu.lct file_name.ldt FND_LOOKUP_TYPE APPLICATION_SHORT_NAME=”XXCA” LOOKUP_TYPE LIKE”FMS%”
Valueable solution and suggestions would be highly appreciated.
Regards,
ABA
0