Search found 3 matches

by hemanthvarma_k
Fri Jan 18, 2008 6:04 am
Forum: Oracle Forms & Reports
Topic: plz help me with this command!!!
Replies: 1
Views: 2408

plz help me with this command!!!

message(' my name is x'|| fnd_profile.value('profile name')||'%');

what is the significance of "%" in this command.
by hemanthvarma_k
Thu Jan 17, 2008 5:42 am
Forum: Application DBA & System Administration
Topic: what is % here
Replies: 0
Views: 633

what is % here

what % represents in the following statement?

message('u cant give discount'||fnd_profile.value('profilename')||'%');
by hemanthvarma_k
Sat Sep 15, 2007 3:29 pm
Forum: Oracle Databases
Topic: Difference between Interface & Conversion?
Replies: 2
Views: 2405

Difference between Interface & Conversion?

hi,

how to create interface?what is the difference between interface and conversion?