HOW CAN YOU KNOW UPDATE STMT IS WORKED OR NOT IN PL/SQL?
Answers were Sorted based on User's Feedback
Answer / mylapuram
USE SQL%ROWCOUNT to find whether any records are updated.
IF SQL%ROWCOUNT =0 then
-- no records are updated
else
-- records are update
Is This Answer Correct ? | 14 Yes | 0 No |
In xml report, how to print the headings in every page?
what is the difference between varchar and varchar(2)?
what is the use of format trigger?a
If there is any issue then whom do you report.(this is imp question for every interview)
where we find the status of order information.
What multi org tables . example - difference between app table non all table . Po_header and po_headers_all
What is profile and what is level of profile option and it's hierarchy
Explain what are the tables of auto invoice?
What is the link between AP and GL in oracle apps R/12?
4 Answers Bosch, Collabera, Synechron,
how i can create temporary table?
How to write the no data found in XML Publiser Report in apps?
I am insert in data to a table X .Which one is better while writing commit statement After each row inset or after all row insert to table.