Files Created by a Business Function Build

When you build a single business function through Oracle's JD Edwards EnterpriseOne Object Librarian, the Business Function Builder program uses the make (*.mak) file that is generated at runtime, and creates or copies these files and builds the business functions into their respective DLLs:

  • Source file (*.c)

  • Header file (*.h)

  • Object file (*.obj)

You must use the jdecallobject API to call a business function from a business function.

These files are created for NER business functions:

  • OBJNAME.c

  • OBJNAME.h

  • OBJNAME.obj

These files are created for table event rules:

  • OBJNAME.c

  • OBJNAME.hxx

  • OBJNAME.obj