Connecting Tech Pros Worldwide Help | Site Map

I fail to understand this..!!!

didajosh's Avatar
Newbie
 
Join Date: Aug 2008
Posts: 29
#1: May 4 '09
I am trying to work with a view of a ERP program, the view has a statement, which when I run separately generates result, but I fail to understand it.

select f_f1_begin_fnc(cs_code,yesr_code,period,fund_code, code) from Table1

Result is a single row of values.
In this table Last two rows are Cr and Dr, and I guess this query fetches the difference.

Can somebody please explain what's going on here.

Thanks and Regards,
Dipali
debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,505
#2: May 5 '09

re: I fail to understand this..!!!


f_f1_begin_fnc -------------is name of the function.

You need to check the function definition for details.
didajosh's Avatar
Newbie
 
Join Date: Aug 2008
Posts: 29
#3: May 5 '09

re: I fail to understand this..!!!


Thank you Debasis ...I was kind of stuck there....
Regards,
Dipali
Reply