pulling my hair out over record groups/parm lists
From: Dwayne K. King <dwayne_at_dwayne.FreeNet.Kiev.UA>
Date: 1996/11/01
Message-ID: <ADR3WUoyTG_at_dwayne.FreeNet.Kiev.UA>#1/1
Date: 1996/11/01
Message-ID: <ADR3WUoyTG_at_dwayne.FreeNet.Kiev.UA>#1/1
I have been pulling my hair out over the following problem (which is fairly simple I think).
DECLARE
pl_id ParamList;
pl_name VARCHAR2(15) := 'pl_tin';
BEGIN
pl_id := Get_Parameter_List(pl_name);
IF Id_Null(pl_id) THEN
message('AHHHHHHHHH!');
ELSE
/* my code to process the information */
END IF;
END;
Thanks in advance to everyone.
-- Dwayne K. King | "Logic is an organized way Computer Systems Advisor, | of going wrong with confidence." International Monetary Fund |Received on Fri Nov 01 1996 - 00:00:00 CET