Home » Applications » Oracle Fusion Apps & E-Business Suite » ebs form help fnd_profile, go_record, go_item
ebs form help fnd_profile, go_record, go_item [message #178248] Tue, 20 June 2006 05:25 Go to next message
tomaac
Messages: 10
Registered: May 2006
Junior Member
I have the following when-button-pressed trigger.
I am not sure that I understand what this code do as I am a novice...

if nvl(FND_PROFILE.VALUE('HZ_GENERATE_PARTY_SITE_NUMBER'),'Y') = 'Y' then
go_record(:SYSTEM.Trigger_Record);
go_item('ast_cu_location.address1');
execute_trigger('KEY-LISTVAL');
else
null;
end if;

I have pretty many questions:
what fnd_profile.value does?
what is hz_generate_party_site_number?
what go_item and go_record does?
what is :SYSTEM.Trigger_Record?

Please help to novice...

And - does anyone knows where to find some developers guide for eBS form maintaning, where some used functions are described (like fnd_profile.value etc).???
Re: ebs form help fnd_profile, go_record, go_item [message #178275 is a reply to message #178248] Tue, 20 June 2006 07:35 Go to previous message
agostino_neto
Messages: 180
Registered: July 2005
Senior Member
Hi tomaac,
FND_PROFILE.VALUE('HZ_GENERATE_PARTY_SITE_NUMBER') gives the value of profile option 'HZ_GENERATE_PARTY_SITE_NUMBER'.
Here is a link to the developer's guide
http://download-uk.oracle.com/docs/cd/B25516_06/current/acrobat/115devg.pdf
For go_item, go_record and :SYSTEM.Trigger_Record, you need to learn Oracle forms
Previous Topic: REPORT CUSTOMIZATION
Next Topic: What is required to get the 'notify the following people' after concurrent request finishes to work
Goto Forum:
  


Current Time: Sat Jun 15 21:38:31 CDT 2024