For the concurrent request parameters, if you are sending a VARCHAR2 type of parameter as a date variable, I would suggest to use STRING_TO_DATE function for conversion; See below;
g_DateUB := NVL(Fnd_Conc_Date.STRING_TO_DATE (p_dateUB), SYSDATE);
It is all about Oracle. I will try to share my experiences here. Main subjects will be Development, E-Business Suite, ADF, SOA, Fusion etc.
For the concurrent request parameters, if you are sending a VARCHAR2 type of parameter as a date variable, I would suggest to use STRING_TO_DATE function for conversion; See below;
g_DateUB := NVL(Fnd_Conc_Date.STRING_TO_DATE (p_dateUB), SYSDATE);
Posted by tekmen at 8:54 PM 0 comments
Labels: Developer, E-Business, Tips