December 26, 2011

R12 Forms cmd

Command to compile the form  in R12

frmcmp_batch module=$XXAYE_TOP/forms/US/XXAYE_DMS_DO.fmb userid=username/password@instance output_file=$XXAYE_TOP/forms/US/XXAYE_DMS_DO.fmx module_type=form batch=yes compile_all=special

set path from custom top

> FORMS_PATH=$FORMS_PATH:$AU_TOP/forms/US:$XXAYE_TOP/forms/US
>export FORMS_PATH



No comments:

Post a Comment

Thanks for your comments submitted.,will review and Post soon! by admin.

COALESCE-SQL

Coalesce- return the null values from the expression. It works similar to a case statement where if expression 1 is false then goes to expr...