updated oracle service
This commit is contained in:
parent
6f7e1229a0
commit
59a9e3e4ad
@ -67,7 +67,7 @@ export class OracleService {
|
||||
|
||||
const result = await connection.execute(
|
||||
`BEGIN
|
||||
sp1(:p_region,:p_name,:p_cursor);
|
||||
USCIB_Managed_Pkg.InsertNewRegion(:p_region,:p_name,:p_cursor);
|
||||
END;`, {
|
||||
p_region: {
|
||||
val: p_region,
|
||||
@ -110,7 +110,7 @@ export class OracleService {
|
||||
|
||||
const result = await connection.execute(
|
||||
`BEGIN
|
||||
sp1(:p_regionID,:p_name,:p_cursor);
|
||||
USCIB_Managed_Pkg.UpdateRegion(:p_regionID,:p_name,:p_cursor);
|
||||
END;`, {
|
||||
p_regionID: {
|
||||
val: p_regionID,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user