Create a table value set as shown in the screenshot below.
click on Edit Information and Enter following Query in the table name field
(SELECT
(TO_DATE (SYSDATE - 1 + LEVEL, 'DD-MON-RRRR')) date_range ,
(TO_CHAR (SYSDATE - 1 + LEVEL, 'Month, DD RRRR')) date_word
FROM DUAL
CONNECT BY LEVEL <= 1000)
This is how concurrent program looks when a value is attached to it.
Join the OracleApps88 Telegram group @OracleApps88to get more information on Oracle EBS R12/Oracle Fusion applications.
If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.
If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.
Thursday, September 29, 2011
Date List of Value(LOV) for Concurrent Request Parameter
Subscribe to:
Post Comments (Atom)
If you are facing any issues while copying the Code/Script or any issues with Posts, Please send a mail to OracleApp88@Yahoo.com or message me at @apps88 or +91 905 957 4321 in telegram.
No comments:
Post a Comment