This page (revision-7) was last changed on 26-Nov-2021 10:22 by rforbes

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 26-Nov-2021 10:22 737 bytes rforbes to previous
6 26-Nov-2021 10:22 745 bytes rforbes to previous | to last VERTEX ==> Vertex.VERTEX
5 26-Nov-2021 10:22 738 bytes RForbes to previous | to last
4 26-Nov-2021 10:22 568 bytes RForbes to previous | to last Data base procedur ==> DATA BASE PROCEDURE
3 26-Nov-2021 10:22 568 bytes RForbes to previous | to last Data base procedure ==> Data base procedur
2 26-Nov-2021 10:22 568 bytes RForbes to previous | to last
1 26-Nov-2021 10:22 562 bytes Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
A data base procedure is an Oracle PL/SQL program that resides in the data base. Like [data base functions|DATA BASE FUNCTION] a procedure may take parameters or not, but will generally perform a computation or a data retrieval and either set values in a buffer area for other programs to use or, more commonly, will update the data base records themselves.
A data base procedure is an Oracle PL/SQL program that resides in the data base. Like [data base functions] a procedure may take parameters or not, but will generally perform a computation or a data retrieval and either set values in a buffer area for other programs to use or, more commonly, will update the data base records themselves.
At line 3 changed 6 lines
For example, a data base procedure called P2K_SPUXTAXI sets up the values that are required by the tax engine to compute taxes successfully; A data base procedure called P2K_SSUR updates the data base with upcoming reviews.
----
![Notes|Edit:Internal.DATA+BASE+PROCEDURE]
[{InsertPage page='Internal.DATA+BASE+PROCEDURE' default='Click to create a new notes page'}]
For example, a data base procedure called P2K_SPUXTAXI sets up the values that are required by [Vertex|VERTEX] to compute taxes successfully; A data base procedure called P2K_SSUR updates the data base with upcoming reviews.