| literal does not match format string [message #409364] |
Mon, 22 June 2009 05:53  |
aiyaz_ma Messages: 40 Registered: May 2009 Location: Hyderabad |
Member |

|
|
Begin
select to_charto(date(p_date,'MM/DD/RRRR HH:MI:SS AM')) into x_date from dual;
--select to_char(to_date(trunc(p_date),'RRRR/MM/DD HH24:MI:SS')) into x_date from dual;
DISPLAY_MESSAGES('log','After converting the date formats ------>'|| x_date);
Exception
When others then
DISPLAY_MESSAGES('log','Failed in converting dates ------>'||p_date);
DISPLAY_MESSAGES('log',sqlerrm);
End;
Getting error while passing parameter date to p_date
Kindly help me
Thank you
Aiyaz
|
|
|
|
|
|
| Re: literal does not match format string [message #410313 is a reply to message #409393] |
Fri, 26 June 2009 02:32  |
aiyaz_ma Messages: 40 Registered: May 2009 Location: Hyderabad |
Member |

|
|
Hi
Can we only see items that have changed +/- 20% from the prior week. From what you said it should only print differences of over 20% plus or minus, but I'm seeing some that are the same quantity as the prior week.
Attached the Package Kindly help me in doing these changes
please give me some ideas
Thanks
Aiyaz
|
|
|