I cannot Ctrl+Click on in_some_object, because both the object and the member are highlighted.
CREATE PROCEDURE test_me(
in_some_object IN some_object
)
AS
BEGIN
dbms_output.put_line( in_some_object.some_member );
END;
I cannot Ctrl+Click on in_some_object, because both the object and the member are highlighted.
CREATE PROCEDURE test_me(
in_some_object IN some_object
)
AS
BEGIN
dbms_output.put_line( in_some_object.some_member );
END;
Not sure if you got this one?
Thanks, Peter
I thought I had logged, but it seems I didn’t. It’s logged now. It will be a bit before I can get to this one.
Michael