Você está na página 1de 2

Unknown Plugin (application/x-java-applet;jpi-version=1.5.

0_10)
2009/04/01 00:00:00, 2010/03/31 00:00:00, 1101, 1701, 17013701, 17013701

oracle.forms.net.ConnectionException: Forms session <16>


http://apps.atul.co.in:8024/OA_HTML/oaj2se.exe
FRM-92050: Failed to connect to the Server: /forms/lservlet:-1
FRM-92101: There was a failure in the Forms Server during startup

function CF_OPEN_BALFormula return Number is


v_op_bal_dr number;
begin
select
abs(decode(sign(sum(nvl(a.begin_balance_dr,0) -nvl(a.begin_balance_cr,0)
)),1,
sum(nvl(a.begin_balance_dr,0) -nvl(a.begin_balance_c
r,0) ),0) ) INTO v_op_bal_dr
from GL_BALANCES a ,
gl_code_combinations b
where
--a.set_of_books_id = 1 and
a.CODE_COMBINATION_ID = b.CODE_COMBINATION_ID
and a.PERIOD_NAME = :p_from_period
and b.segment2 BETWEEN :ST_PC AND :END_PC
and b.segment4 = :ACTCD1
--and b.segment4 BETWEEN :ST_ACCD AND :END_ACCD
and a.CURRENCY_CODE = 'INR'
and a.ledger_id = 2021;

RETURN NVL(v_op_bal_dr,0);

end;function CF_OPEN_BALFormula return Number is


v_op_bal_dr number;
begin
select
abs(decode(sign(sum(nvl(a.begin_balance_dr,0) -nvl(a.begin_balance_cr,0)
)),1,
sum(nvl(a.begin_balance_dr,0) -nvl(a.begin_balance_c
r,0) ),0) ) INTO v_op_bal_dr
from GL_BALANCES a ,
gl_code_combinations b
where
--a.set_of_books_id = 1 and
a.CODE_COMBINATION_ID = b.CODE_COMBINATION_ID
and a.PERIOD_NAME = :p_from_period
and b.segment2 BETWEEN :ST_PC AND :END_PC
and b.segment4 = :ACTCD1
--and b.segment4 BETWEEN :ST_ACCD AND :END_ACCD
and a.CURRENCY_CODE = 'INR'
and a.ledger_id = 2021;

RETURN NVL(v_op_bal_dr,0);

end;
CF_Open_Bal_Dr

Você também pode gostar