Wednesday, January 1, 2014

Error while opening the forms (identifier APP_ITEM_PROPERTY.SET_PROPERTY must be declared)

Below learning was shared by one of my teammates:

While compiling forms in form builder sometimes we get some standard errors like –

“identifier APP_ITEM_PROPERTY.SET_PROPERTY must be declared”
“identifier APP_WINDOW.CLOSE_FIRST_WINDOW must be declared”
“identifier FND_STANDARD.SET_WHO must be declared”

This happens because some standard library functions will be unavailable in your form builder library.
You can resolve this by placing all standard libraries required into your ‘LIB’ folder in the following path – C:\Oracle_Home (Wherever oracle forms is installed)

You can verify the same by checking if the below files are present in your ‘Attached Libraries’ in your form builder – (this is for 6i version)

        APPCORE.pll
                    APPDAYPK.pll
                    GLOBE.pll
                    FNDSQF.pll
                    JA.pll
                    JE.pll
                    JL.PLL
                    GHR.pll
                    CUSTOM.pll
If you don't have these in your local machine,FTP these in binary mode from $AU_TOP/resource

No comments:

Post a Comment