Home » Developer & Programmer » Forms » How to define a Type Record as Global? (Oracle 10g, Developer suite, Windows XP Pro)
icon4.gif  How to define a Type Record as Global? [message #379445] Tue, 06 January 2009 08:55 Go to next message
niladri
Messages: 14
Registered: January 2009
Location: USA
Junior Member
How do I define a Type Record as Global, so that the rocord Type can be accessed from other Forms too?

Say I have,

Declare
Type DetailRecType IS Record (
pk_cde varchar2(18),
RPN_CDE varchar2(12),
Qty number(10,2)) ;

DetailRec DetailRecType;
Begin
----- -----
----- -----
End;
/

How to make this a Global and accessable from anywhere?
Also for for Type Table also. Please reply with code so that I can follow you.

thanks
niladri

Re: How to define a Type Record as Global? [message #379469 is a reply to message #379445] Tue, 06 January 2009 12:31 Go to previous message
Littlefoot
Messages: 21823
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Hm, how about declaring it in a database package?
Previous Topic: Fetch more than one record in cursor
Next Topic: connection problem
Goto Forum:
  


Current Time: Mon Feb 10 02:21:47 CST 2025