❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Data Extract in CSV with double quotes
Swarup
At query level it's working when we go to procedure level then the data are not getting as expected
Data Extract in CSV with double quotes
Swarup
Hi if we use this then will get the static value whatever is present inside single quotes only that will reflect. I need data from the oracle database if the user has entered in double-quotes then that double quotes also should come
RTF Template if else Condition
Swarup
I am using this statement in RTF template in BIP publisher word docs.
Showing information on IR Region
Swarup
thnx for you support how to get data from db in place of hello eg:Total Hours: (it is calculating dynamically )
Inserting App user into the data table in Oracle apex
Swarup
Sir if manager login to approve the tasks for different member then in the app_user will get manager name but i want to get the name of the person who have entered the data Eg: If RAM has entered the data then the manager can view that the ram has entered it in the user field. if Shyam has entered tRead more
Showing information on IR Region
Swarup
Can it be possible to design this
Inserting App user into the data table in Oracle apex
Swarup
Thnx sir it works
Approve all dynamically in oracle apex
Swarup
Thanx so much sir for your kind support
Approve all dynamically in oracle apex
Swarup
When i am trying to do multiple row update i am getting folowing error
Approve all dynamically in oracle apex
Swarup
if :p3_statusall = 'Approve All' then Update times set statusm = case when statusm is null then 'APPROVED' else statusm end; set statust = case when statust is null then 'APPROVED' else statust end; Where pid = :p3_pid; apex_util.set_session_state('P3_STATUSM', 'Approved'); elsif :p3_statusall = 'ReRead more