We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070e018 commit a607a1bCopy full SHA for a607a1b
Oracle-SQL-and-PL-SQL-Coding-Guidelines /README.md
@@ -92,7 +92,7 @@ This is the standard of oracle PL/SQL objects.
92
| 3.1 | Cursor Parameters | | | p | | p_customer |
93
| 3.2 | In Parameters | | | p | | p_customer_id |
94
| 3.3 | Out Parameters | | | x | | x_customer_id |
95
- | 3.4 | In/Out Parameters | | | px | | xp_customer_id |
+ | 3.4 | In/Out Parameters | | | px | | px_customer_id |
96
| 4 | **Other Objects Definitions** | - | | - | - | - |
97
| 4.1 | Cursors | | | cur | | cur_customers |
98
| 4.2 | Record | | | r | type | r_customer_type |
0 commit comments