标签:ges cal order form key src app 分享 end
WHEN-NEW-FORM-INSTANCE
DECLARE
temp_date date;
client_timezone date;
char_date varchar2(20);
begin
temp_date := TRUNC(FND_STANDARD.SYSTEM_DATE);
app_date.date_to_field(temp_date, ‘BLOCK.FROM_DATE‘);
temp_date := temp_date + .99999;
app_date.date_to_field(temp_date, ‘BLOCK.TO_DATE‘);
end;
KEY-LISTVAL
calendar.show;
标签:ges cal order form key src app 分享 end
原文地址:http://www.cnblogs.com/quanweiru/p/6217306.html