Hi Everyone, i need create a folder for Include mi Custom Bd Package for Can Selected in Method for Create a DB Task , how can i create this folder?
Hi Everyone, i need create a folder for Include mi Custom Bd Package for Can Selected in Method for Create a DB Task , how can i create this folder?
Try to post questions like these in the framework forum. Moved it for you now.
You don’t “create” the folders in the application.
When you define your custom PLSQL package, you specify the module and logical unit typically in the specification of the package, this will determine the folder structure that you see in the method selection of the database task. You may have to refresh the dictionary cache for the custom PLSQL package to show up in the method list.
hI
I Create this Package Using a IFS_DEVELOPER_TOOL
i setup the Module and LU_NAME , i see the package in DB, but i cant found in Select Method for Database Task
Have you actually created the rest of the procedure in the package body yet? Your screenshot is obviously only showing me what you have declared in the package specification. I just tried an example where I purposely omitted the procedure in the package body, the procedure does not show up on the database task method list.
One of the difference in the example custom PLSQL package that I created was I did not bother specifying the lu type.
Remove the lu type completely, recompile the package, refresh the dictionary cache, then log off/log in again.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.