Hello All
I call a custom form from a Standard Apps form using
the zoom option. However I would like to save the data
in the custom form after the data in the Standard form
is saved since I need to save the id which is
generated in the Standard form at the time of commit.
Would appreciate any insight into this.
Thanks
Abhimayu
- William Rogge <William_Rogge_at_voltek.com> wrote:
> There are NO standard GLOBAL variables. You simply
> use one and oracle will
> set it up in the users data space and maintain it
> for the users entire
> session.
>
> -----Original Message-----
> From: Oracle Apps [SMTP:oaugdba_at_yahoo.com]
> Sent: Thursday, November 16, 2000 7:46 AM
> To: ORACLE-L_at_fatcity.com; William_Rogge_at_voltek.com
> Subject: RE: Calling custom form from a Standard
> Apps Form
>
>
> Are there any standard global variables available
> with
> standard Oracle forms which can be used ???? and
> then
> where are they saved?.. Since we would like to do
> this
> without modifying the standard Oracle forms for the
> obvious reason.
>
> Thanks
> Abhimanyu
>
>
> --- William Rogge <William_Rogge_at_voltek.com> wrote:
> > One option would be to load :GLOABL.varname with
> > values in the custom form,
> > and upon arrival back in the application form set
> > your fields to the
> > :GLOBAL.varname.
> >
> > We use this method for passing info between
> > different applications and it
> > works fine for us.
> >
> > -----Original Message-----
> > From: Oracle Apps [SMTP:oaugdba_at_yahoo.com]
> > Sent: Wednesday, November 15, 2000 1:02 PM
> > To: Multiple recipients of list ORACLE-L
> > Subject: Calling custom form from a Standard Apps
> > Form
> >
> > Hello Application Gurus
> > In one of our application we want to call a custom
> > form from a standard applications form. After this
> > when we exit the custom form we want to pass some
> > values to existing columns in the original custom
> > form. We have successfully been able to call the
> > custom form without making changes to the standard
> > Apps form using the custom library. However, I
> would
> > like to know if there is a way to set the values
> of
> > existing columns in the original calling form from
> > the
> > called form without making a change to the
> standard
> > APPS form.
> >
> > Would appreciate your inputs.
> >
> > Thanks
> > Abhimanyu
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Calendar - Get organized for the holidays!
> > http://calendar.yahoo.com/
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: Oracle Apps
> > INET: oaugdba_at_yahoo.com
> >
> > Fat City Network Services -- (858) 538-5051
> FAX:
> > (858) 538-5051
> > San Diego, California -- Public Internet
> > access / Mailing Lists
> >
>
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be
> removed
> > from). You may
> > also send the HELP command for other information
> > (like subscribing).
> > --
> > Please see the official ORACLE-L FAQ:
> > http://www.orafaq.com
> > --
> > Author: William Rogge
> > INET: William_Rogge_at_voltek.com
> >
> > Fat City Network Services -- (858) 538-5051
> FAX:
> > (858) 538-5051
> > San Diego, California -- Public Internet
> > access / Mailing Lists
> >
>
> > To REMOVE yourself from this mailing list, send an
> > E-Mail message
> > to: ListGuru_at_fatcity.com (note EXACT spelling of
> > 'ListGuru') and in
> > the message BODY, include a line containing: UNSUB
> > ORACLE-L
> > (or the name of mailing list you want to be
> removed
> > from). You may
> > also send the HELP command for other information
> > (like subscribing).
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Calendar - Get organized for the holidays!
> http://calendar.yahoo.com/
Received on Wed Nov 29 2000 - 07:53:50 CST