Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Date update problem

Kam__apexJan 14 2022

Hi Friends
I have a table where 4 fields are created
att_day, att_month, att_year, attend_date
These att_day, att_month, att_year datatype is varchar2 and attend_date is date
att_day, att_month, att_year, attend_date
01 01 2022
02 02 2022
I want above varchar fileds data to be update in attend_date as date like 01/01/2022, 02/02/2022.
Please help how can i do this.
Regards
Kam

Comments

Talya,

Can you elaborate your usecase on why would you want to do that? Can't you pass them as parameters to the child TF?

-Arun

Shay Shmeltzer-Oracle

You shouldn't be directly accessing a containing page values from a task flow. This will create a situation where your task flow is only usable in a single page.

Instead define parameters to your task flow and pass those from the containing JSF.

1 - 2

Post Details

Added on Jan 14 2022
8 comments
381 views