Skip to main content
Solved

How Create a Folder For Select a Method in DB Task

  • November 1, 2021
  • 6 replies
  • 180 views

HumbertoFloresD
Sidekick (Customer)
Forum|alt.badge.img+9

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?

 

 

Best answer by Technical Outlaws

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.

 

 

This topic has been closed for replies.

6 replies

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • November 1, 2021

Try to post questions like these in the framework forum. Moved it for you now.


Technical Outlaws
Hero (Employee)
Forum|alt.badge.img+11

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.

 

 


HumbertoFloresD
Sidekick (Customer)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • November 2, 2021

hI @Technical Outlaws  , I hope you can help me, and thank you, 

 

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

I already refresh the Data Dictionary Cache , and try to set permission but i cant found too, 
I Missing Something ? or maybe i do something wrong .
Thanks for the Help´-
​​​​​​




 

 


Technical Outlaws
Hero (Employee)
Forum|alt.badge.img+11

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.


HumbertoFloresD
Sidekick (Customer)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • November 3, 2021

@Technical Outlaws  Yes Sure i create the package Body Too, i dont Know if in the package Body i need setup   Module ,  Lu_name, and  Lu_type in the package body too ? or i missing something 

 


Technical Outlaws
Hero (Employee)
Forum|alt.badge.img+11

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.