Skip to content
#

plsql

Here are 435 public repositories matching this topic...

martindsouza
martindsouza commented Feb 19, 2020

A lot of applications need to store documents somewhere. They all contain the same fields that become redundant to create/manage etc. Create a generic table where applications can use as a file store. Things to consider:

  • Have all insert/update/delete managed by a package so we pre-store things like doc_length etc
  • Soft delete flag / option (i.e. have a flag called delete_yn). This could b
MikeKutz
MikeKutz commented Jun 23, 2016

Within the "Generate..." form, the ability to view a custom "help/info" page would be nice.

Example operation:
If a "get_help()" function exists within the generator, an icon for "help" would appear in the top right corner of the form.

Clicking on the "help" icon would open a floatable window that displays the results of the "get_help()" function. That is, you can read the "help/info" documenta

Improve this page

Add a description, image, and links to the plsql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plsql topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.