i want run following code on button click of view. i am trying to retrieve data from isc_order_details table and isc_product table. but after retriaval of data i m getting error like FIELD MUST BE ENTERED!! DECLARE m number; n number; CURSOR order_details IS SELECT PRODUCT_ORDER_QUAN,PRODUCT_ID FROM isc_order_details WHERE order_id=:isc_order_master.order_id; amount NUMBER (8,2):=0.0; alert number; BEGIN go_block('isc_order_details'); first_record; m:=:system.cursor_record; last_record; n:=:system.cursor_record; OPEN order_details; --for i in m..n loop FETCH order_details INTO :ISC_ORDER_DETAILS.PRODUCT_ORDER_QUAN,:ISC_ORDER_DETAIL S.PRODUCT_ID; IF order_details%FOUND THEN SELECT order_value,order_date INTO :ISC_ORDER_MASTER.ORDER_VALUE,:ISC_ORDER_MASTER.ORDER_D ATE FROM isc_order_master WHERE order_id=:ISC_ORDER_MASTER.ORDER_ID; SELECT product_desc,product_price INTO :ISC_ORDER_DETAILS.PRODUCT_DESC,:ISC_ORDER_DETAILS.PROD UCT_PRICE FROM isc_product WHERE product_id=:ISC_ORDER_DETAILS.PRODUCT_ID; next_record; END IF; EXIT WHEN order_details%NOTFOUND; END LOOP; last_record; CLOSE order_details; EXCEPTION when NO_DATA_FOUND then alert:=SHOW_ALERT('ENTER_DATA'); Go_Item('isc_order_master.order_id'); END;
2334Post New Zensar Programming Code AllOther Interview Questions
What is evm, earned value management?
How would you import data from MYSQL into HDFS ?
What is the use of counting rules?
What are the different types of object allocations methods in delphi?
How do you ensure Generative AI outputs comply with copyright laws?
Where is the ureter most likely to be injured during pelvic surgery?
What are the properties of the transactions?
What is meant by framework? Is the framework related only to automation or it is applicable to manual testing too?
Where is command history stored in linux?
Explain the difference between an acid and a base?
how LINQ with databases can be used?
why wire sizes are 3/29 or 7/29 and why not wire sizes are 2/29 or 6/29?
Can we change the file cached by distributed cache
How to load data from one infocube to another infocube?
How can I reboot my android phone?