Request url in Payload
This commit is contained in:
parent
002ce835da
commit
2bc8765f33
@ -1318,7 +1318,7 @@ CREATE OR REPLACE PACKAGE BODY app AS
|
|||||||
RETURN app.log__ (
|
RETURN app.log__ (
|
||||||
in_flag => app.flag_request,
|
in_flag => app.flag_request,
|
||||||
in_action_name => app.get_request(),
|
in_action_name => app.get_request(),
|
||||||
in_arguments => app.get_request_url()
|
in_payload => app.get_request_url() || CHR(10)
|
||||||
);
|
);
|
||||||
END;
|
END;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user