Can you call APPCORE library in CUSTOM library ?

You cannot attach the APPCORE library to CUSTOM because it would cause a recursion problem (because CUSTOM is attached to APPCORE). As of Oracle Applications Release 11i, you may attach the APPCORE2 library to CUSTOM. The APPCORE2 library duplicates most APPCORE routines with the following packages:
APP_ITEM_PROPERTY2

APP_DATE2

APP_SPECIAL2

These packages contain the same routines as the corresponding APPCORE packages. Follow the documentation for the corresponding
APPCORE routines, but add a 2 to the package names.

Showing Answers 1 - 4 of 4 Answers

P.Maria Varuvel Raj

  • Jan 7th, 2006
 

hi

 You cann't call appcore library from custom library.Becuase the Custom.pll is itself attached (called ) by APPCORE pll.

So once you try to call Appcore in forms a indefinite cycle.

So instead you can call the APPCORE2 which duplicate all functions and properties of APPCORE except it wouldn't reffer custom.pll.

  Was this answer useful?  Yes

Ashutosh

  • Sep 8th, 2007
 

You can call APPCORE from Custom.pll or a customized library which is then called from Custom.pll and it may even work fine but you will face issues while converting pld to pll.
DBAs need pld to pll conversion to log comments about modifications as they don't use D2K.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions