FORMS Page quit while executing query. [message #647165] |
Wed, 20 January 2016 23:08 |
muktha_22
Messages: 527 Registered: December 2009
|
Senior Member |
|
|
Hi All,
Having a issue, which is not showing any error message.
1) Below query is working fine in TOAD and SQLPLUS, but not working in FORMS.
UPDATE <table name>@<link name>
SET CAS_VCH_NO = :bl_pfrda_dtl.cas_vch_no
,CAS_VCH_UP_DATE = l_vvch_dt,
CAS_VCH_VALUE_DATE = l_vvalue_dt
WHERE transid = :bl_pfrda_dtl.transid
AND entrydate = :bl_pfrda_dtl.entrydate;
2) The DB version is Oracle 12c, the FORMS version is 11.1.2.1.0.
3) When we try to do, the FORMS page get exit automatically, without showing any error message.
4) This query using the DB link, which is connecting to the SQLSERVER through HS. Working fine in TOAD and SQLPLUS.
Thanks and Regards
Muktha
|
|
|
|
|
|
|
|
|
|