Sem I will appreciate if can give me some exampel
This is what i want to achive Matter No : 000033
next no 000034 should be generated automatically. If value in the column is null then 00001 should be generated.
thank you
Here is the code i used to get the desire result. The only problem is if there is null value then it does not generate the next number.
declare
matter_no number(2);
begin
select max(to_number(substr(matter_code,1,2))) + 1 into :matter.matter_code from matter where...
how can I create a multi tab pages on a single block envirement when a tab is clicked the related information with the tab should execute just like master detail form. advise will be appreciated
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.