Home » Applications » Oracle Fusion Apps & E-Business Suite » How can I show the description of keyfiex in the report by srw.user_exit
How can I show the description of keyfiex in the report by srw.user_exit [message #341097] Sat, 16 August 2008 07:36 Go to next message
vitas_haiyi
Messages: 36
Registered: April 2007
Member
Dear experts:
I will make a report+XML Publisher. I want to show the description of keyfiex in the report by srw.user_exit.The Keyflex is Account Keyflex.I make a report, but only show segment1 od description.
Follow code is I define keyflex by srw.user_exit
function CF_ACCOUNT_DESCFormula return Char
is
v_result varchar2(500);
begin
srw.reference(:STRUCT_NUM);

srw.reference(:CF_ACCOUNT_SEG);
srw.user_exit('FND FLEXIDVAL CODE="GL#"
NUM=":STRUCT_NUM"
APPL_SHORT_NAME="SQLGL"
DATA=":CF_ACCOUNT_SEG"
DESCRIPTION=":CF_ACCOUNT_DESC"
DISPLAY="ALL"
IDISPLAY="ALL"
SHOWDEPSEG="Y"
');

RETURN(:CF_ACCOUNT_DESC);
end;

What's wrong with it? It only showed the segment1 of description.

I updated the rdf file,I'd be glad if someone can help me to see this wrong.
Re: How can I show the description of keyfiex in the report by srw.user_exit [message #341349 is a reply to message #341097] Mon, 18 August 2008 08:31 Go to previous messageGo to next message
skooman
Messages: 913
Registered: March 2005
Location: Netherlands
Senior Member
This question is specific for EBS/Apps, you have more chance of getting an answer if you post it there.
Re: How can I show the description of keyfiex in the report by srw.user_exit [message #341834 is a reply to message #341097] Wed, 20 August 2008 08:52 Go to previous message
vitas_haiyi
Messages: 36
Registered: April 2007
Member
Do anyone know?
Previous Topic: APPL_TOP, COMMON_TOP, FND_TOP
Next Topic: Data Upload from Excel Sheet into Oracle Assets.
Goto Forum:
  


Current Time: Sun Jun 30 10:17:36 CDT 2024