Followers

Thursday, December 22, 2016

Command to generate and compile XDF

Script to generate XDF

perl $FND_TOP/bin/xdfgen.pl apps/pwd xx_table_name

Script to compile XDF

perl $FND_TOP/bin/xdfcmp.pl owner/pwd xx_table_name.xdf apps/pwd

Upgrading Editioning View after Alter table

In development instances, after altering the table, the Editioning View needs to be upgraded. Below is the command to upgrade the Editioning View.

exec ad_zd_table.upgrade('OWNER', 'TABLE_NAME')