We are calling AP Invoice Workbench form from a custom form using fnd_function.execute. The followin
We are calling AP Invoices Workbench form from a custom form using fnd_function.execute. The following errors are thrown up.
FRM-40105: Unable to resolve reference to item ZX_REC_NREC_DIST.OPERATING_UNIT
.
.
FRM-40205: Unable to resolve reference to item ZX_REC_NREC_DIST.TASK.
ZX_REC_NREC_DIST is a referenced data block in the Invoices (APXINWKB.fmb) form. In the property pallette for this block, the subclass information points to an object of the same name from module ZX_TRL_LINES_DIST. Where is this module ZX_TRL_LINES_DIST? Any idea how to fix this issue?