Showing posts from April, 2025
Note : You need two grid regions 1. Main Grid Region 2. Modal Grid Region for Data Selection Step: 1 ===== Select the Main Grid Region, then Create Custom Button. Grid Static ID: detailsid So, Go to Region --> Attribute…
-- Create object type create or replace TYPE TYP_SIMPLE_ORDER AS OBJECT ( ANIMAL_ID NUMBER, SUPPLIER_ID NUMBER, ANIMAL_TYPE VARCHAR2(20), BUYING_PRICE NUMBER, STATUS VARCHAR2(20) ); -- Create table type C…