Tuesday, October 24, 2017

FNDLOAD to DOWNLOAD and UPLOAD Form Personalization for given Form Function

Below script will download and upload Form Personalizations defined at AR Transactions Form Function Level.

Download:-
FNDLOAD apps/apps 0 Y DOWNLOAD $FND_TOP/patch/115/import/affrmcus.lct AR_TRANSACTION_FORM_PERSONALIZATIONS.ldt FND_FORM_CUSTOM_RULES function_name="AR_ARXTWMAI_HEADER"

Upload:-
FNDLOAD apps/apps 0 Y UPLOAD $FND_TOP/patch/115/import/affrmcus.lct AR_TRANSACTION_FORM_PERSONALIZATIONS.ldt

No comments:

Post a Comment

Query to get Parent and Child Accounts in Oracle APPS R12

SELECT ffv1.flex_value parent_account       ,ffvt1.description parent_account_desc   ,ffv2.flex_value child_account   ,ffvt2.description...