hello guys, please help me to get the po change history for revision details when we compare current po with original po? thanks in advance.
Oraask Latest Questions
Hi, Oracle : 9.2.0.8.0 We have sequence as below: [code] CREATE SEQUENCE TEST_SEQ START WITH 41554558016 INCREMENT BY 2 MAXVALUE 1000000000000000000000000000 MINVALUE 1 NOCYCLE CACHE 40 NOORDER; [/code] We have written a procedure to increment the sequence value based on another sequence value by comparing the two values. But when I execute the procedure ...
Hello, I have a requirement to pop up a PDF output immediately after clicking a submit button. I am actually triggering a concurrent request which is linked to a xml template, so once the concurrent request completes, we would be able ...
Hello, Is it possible or any work around available to have multiple subTabLayout in one page? When I tried to create more than one subTabLayout, I am getting the below error message Only One SubTabLayoutBean can exist on the page. Appreciate any insight.
hello, we have employee field in advance table, we have set Destination URL on this item i want to pass session parameter when user click on this, any idea pls
Hi All, I am using resultBasedSearch Construction Mode in Query region. The search page displays "Note that the search is case insensitive" which I want to remove. When I entered a text in Simple Panel Instructions it worked. But I don't ...
Hello, I have two advancedTable regions under a tab, both are having two different controller classes; let's name first table as table1 and second as table2 Is it possible to invoke the processRequest method of table2 only when the row is selected ...
Hello, I want to extract all DDL statements executed for given object ? thanks.
Hello, I have a set list values and i want this process: -when i choose a value from this list the second field become disabled. so how to do this? thanks.