EBS Customizations (MOSC)

MOSC Banner

After Form personalization the year in END_DATE is displayed as 0015 instead od 2015

edited Aug 6, 2014 11:17AM in EBS Customizations (MOSC) 3 commentsAnswered ✓

Hi,

Can anyone please help with the below  issue:

I have created an SIT and personalized the for SIT, to default

END_DATE as start_date plus 1 year. I am using the below query under the value

filed in personalization:

=add_months(:ANALYSES.DATE_FROM,12)

It is not

throwing any error , but the end_date is defaulted to 07.24.0015 instead od

07.24.2015 . When I try by using to_char as below:

to_char(add_months(to_date(:ANALYSES.DATE_FROM,

'DD-MON-RRRR'),12),'MM.DD.RRRR')

The date is displaying properly, but the

cursor is not moving and getting error like 'Not a valid month'.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center