Showing posts from August, 2023
Interactive Report .a-IRR-reportSummary { display: none; } .a-IRR-controlsContainer { display: none; } Interactive Grid /* .a-Toolbar{ display: none; } */ .a-IG-controlsContainer, .a-IRR-controlsContainer{ display: none; }
Container Over Loaded!! Step 1 : Go to page --> Function and Global Variable Declaration function overLoad (){ let capacityCbm = $('# P312_CAPACITY_CBM ').val(); let totalAdded = $('# P312_TOTAL_ADDED ').val(); l…
Note : Shipping plan and Stuffing plan table structure almost same. Processes ======= declare v_mst_id number ; v_STUFFING_PLAN_ID varchar2(50); begin FOR i in 1.. apex_application.g_f01 .count LOOP if apex_application.g_f01(i) is not null then …
*** Interactive report Step - 1 Go to Page Inline (Copy to paste this Code) # IR_REPORT .t-fht-thead{ overflow: auto !important; } Step - 2 Select Region interactive report And Static ID ---> IR_REPORT *** Interactive Grid Step - 1 Go to Page…