Jump to content


Click the link below to see the new game I'm developing!


cdi_rajesh

Member Since 10 Mar 2003
Offline Last Active Private
-----

Posts I've Made

In Topic: Global Logic - SQL

10 August 2006 - 12:00 AM

Thanks for your suggestion and I have tried them already. For some reason my script is not been called out from PROIV. I guess I need to investigate further and try to identify the problem.

Thanks

In Topic: Global Logic - SQL

08 August 2006 - 04:10 AM

I tired another approach, instead of using Global Logic, I am using Global Update. Now that I am not getting any error, but the strange part is it’s not executing the SQL block (when I can check on backend, I don’t see any new records).

Strange…!!!???

In Topic: Global Logic - SQL

03 August 2006 - 10:38 PM

Sorry i forgot to correct them in the post. But in my actual function they are right (see below) and still having problem.

$_CURFUNCT = 'ABC'
$_ACTION = 'ADD'
$_LINK_FUNCTION = 'MENU'

SQL
DECLARE
v_action VARCHAR2(8) := :$_ACTION;
v_curfunct VARCHAR2(8) := :$_CURFUNCT;
v_link_function VARCHAR2(8) := :$_LINK_FUNCTION;
BEGIN
performance_logging_package.write_pro4_log(v_action, v_curfunct, v_link_function);
END;
ENDSQL

Thanks

In Topic: Is there a way out to delete the dictionary value

05 July 2006 - 04:39 AM

Balaram,

The environment u r using might not allow u to do so (lack of permission). check with ur counterpart they should be able to help U or talk to someone.

In Topic: ProIV Jobs at Australia

15 May 2006 - 06:20 PM

Hi Seetharam,

If needed I am ready to train your people in Proiv. Do let me know if you are willing to accept my service. Its gonna be a win win situation for both of us.

Regards
Raj

Click the link below to see the new game I'm developing!