ebs form help fnd_profile, go_record, go_item [message #178248] |
Tue, 20 June 2006 05:25 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
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).???
|
|
|
|